diff --git a/languages/dart/dart-client/CHANGELOG.md b/languages/dart/dart-client/CHANGELOG.md index abbe987a..db76b141 100644 --- a/languages/dart/dart-client/CHANGELOG.md +++ b/languages/dart/dart-client/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.63.2 + ## 0.63.1 ## 0.63.0 diff --git a/languages/dart/dart-client/pubspec.yaml b/languages/dart/dart-client/pubspec.yaml index 0716bfee..8ae639bf 100644 --- a/languages/dart/dart-client/pubspec.yaml +++ b/languages/dart/dart-client/pubspec.yaml @@ -1,6 +1,6 @@ name: arri_client description: Client library needed for the code generated by the arri server library. -version: "0.63.1" +version: "0.63.2" repository: https://github.com/modiimedia/arri issue_tracker: https://github.com/modiimedia/arri/issues environment: diff --git a/languages/dart/dart-codegen-reference/pubspec.lock b/languages/dart/dart-codegen-reference/pubspec.lock index 91fd9fed..3c0c8739 100644 --- a/languages/dart/dart-codegen-reference/pubspec.lock +++ b/languages/dart/dart-codegen-reference/pubspec.lock @@ -31,7 +31,7 @@ packages: path: "../dart-client" relative: true source: path - version: "0.63.1" + version: "0.63.2" async: dependency: transitive description: diff --git a/languages/dart/dart-codegen/package.json b/languages/dart/dart-codegen/package.json index d4cfafb5..267e548d 100644 --- a/languages/dart/dart-codegen/package.json +++ b/languages/dart/dart-codegen/package.json @@ -1,10 +1,15 @@ { "name": "@arrirpc/codegen-dart", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -13,6 +18,11 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], - "dependencies": { "@arrirpc/codegen-utils": "workspace:*", "pathe": "^1.1.2" } + "files": [ + "dist" + ], + "dependencies": { + "@arrirpc/codegen-utils": "workspace:*", + "pathe": "^1.1.2" + } } diff --git a/languages/kotlin/kotlin-codegen/package.json b/languages/kotlin/kotlin-codegen/package.json index f4d197d9..d451c207 100644 --- a/languages/kotlin/kotlin-codegen/package.json +++ b/languages/kotlin/kotlin-codegen/package.json @@ -1,10 +1,15 @@ { "name": "@arrirpc/codegen-kotlin", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -13,6 +18,10 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], - "dependencies": { "@arrirpc/codegen-utils": "workspace:*" } + "files": [ + "dist" + ], + "dependencies": { + "@arrirpc/codegen-utils": "workspace:*" + } } diff --git a/languages/rust/rust-client/Cargo.lock b/languages/rust/rust-client/Cargo.lock index ed9ab2ed..dc6769ca 100644 --- a/languages/rust/rust-client/Cargo.lock +++ b/languages/rust/rust-client/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "arri_client" -version = "0.63.1" +version = "0.63.2" dependencies = [ "chrono", "reqwest", diff --git a/languages/rust/rust-client/Cargo.toml b/languages/rust/rust-client/Cargo.toml index 68ad43ba..d8876af4 100644 --- a/languages/rust/rust-client/Cargo.toml +++ b/languages/rust/rust-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arri_client" -version = "0.63.1" +version = "0.63.2" edition = "2021" description = "Client library needed to use rust code generated by the Arri CLI" license = "MIT" diff --git a/languages/rust/rust-codegen-reference/Cargo.lock b/languages/rust/rust-codegen-reference/Cargo.lock index fd9b4b3b..4ce6c65e 100644 --- a/languages/rust/rust-codegen-reference/Cargo.lock +++ b/languages/rust/rust-codegen-reference/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "arri_client" -version = "0.63.1" +version = "0.63.2" dependencies = [ "chrono", "reqwest", diff --git a/languages/rust/rust-codegen/package.json b/languages/rust/rust-codegen/package.json index 6f9bb248..dd908bbe 100644 --- a/languages/rust/rust-codegen/package.json +++ b/languages/rust/rust-codegen/package.json @@ -2,8 +2,13 @@ "name": "@arrirpc/codegen-rust", "type": "module", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -12,11 +17,13 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "dependencies": { "@arrirpc/codegen-utils": "workspace:*", "pathe": "^1.1.2" }, "devDependencies": {}, - "version": "0.63.1" + "version": "0.63.2" } diff --git a/languages/swift/swift-codegen/package.json b/languages/swift/swift-codegen/package.json index 64dc7e28..454c292e 100644 --- a/languages/swift/swift-codegen/package.json +++ b/languages/swift/swift-codegen/package.json @@ -1,10 +1,15 @@ { "name": "@arrirpc/codegen-swift", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -13,7 +18,11 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], - "dependencies": { "@arrirpc/codegen-utils": "workspace:*" }, + "files": [ + "dist" + ], + "dependencies": { + "@arrirpc/codegen-utils": "workspace:*" + }, "devDependencies": {} } diff --git a/languages/ts/ts-client/package.json b/languages/ts/ts-client/package.json index 586f0960..8e4d0a5b 100644 --- a/languages/ts/ts-client/package.json +++ b/languages/ts/ts-client/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/client", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", diff --git a/languages/ts/ts-codegen-reference/package.json b/languages/ts/ts-codegen-reference/package.json index f0da8c13..592d2173 100644 --- a/languages/ts/ts-codegen-reference/package.json +++ b/languages/ts/ts-codegen-reference/package.json @@ -1,11 +1,16 @@ { "name": "ts-codegen-reference", "private": true, - "version": "0.63.1", + "version": "0.63.2", "type": "module", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -14,7 +19,11 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], - "dependencies": { "@arrirpc/client": "workspace:*" }, + "files": [ + "dist" + ], + "dependencies": { + "@arrirpc/client": "workspace:*" + }, "devDependencies": {} } diff --git a/languages/ts/ts-codegen/package.json b/languages/ts/ts-codegen/package.json index dbba7896..ea36b286 100644 --- a/languages/ts/ts-codegen/package.json +++ b/languages/ts/ts-codegen/package.json @@ -1,10 +1,15 @@ { "name": "@arrirpc/codegen-ts", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -13,7 +18,9 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "dependencies": { "@arrirpc/codegen-utils": "workspace:*", "prettier": "^3.3.3" diff --git a/languages/ts/ts-server/package.json b/languages/ts/ts-server/package.json index 853588c4..e8536fb7 100644 --- a/languages/ts/ts-server/package.json +++ b/languages/ts/ts-server/package.json @@ -1,6 +1,6 @@ { "name": "@arrirpc/server", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "license": "MIT", "author": { diff --git a/tests/clients/dart/pubspec.lock b/tests/clients/dart/pubspec.lock index da5cd6b0..177096b1 100644 --- a/tests/clients/dart/pubspec.lock +++ b/tests/clients/dart/pubspec.lock @@ -36,7 +36,7 @@ packages: path: "../../../languages/dart/dart-client" relative: true source: path - version: "0.63.1" + version: "0.63.2" async: dependency: transitive description: diff --git a/tests/clients/rust/Cargo.lock b/tests/clients/rust/Cargo.lock index 5170bfc8..122bf7f9 100644 --- a/tests/clients/rust/Cargo.lock +++ b/tests/clients/rust/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ [[package]] name = "arri_client" -version = "0.63.1" +version = "0.63.2" dependencies = [ "chrono", "reqwest", diff --git a/tooling/cli/package.json b/tooling/cli/package.json index 45a83d44..b9902c04 100644 --- a/tooling/cli/package.json +++ b/tooling/cli/package.json @@ -1,6 +1,6 @@ { "name": "arri", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "license": "MIT", "author": { diff --git a/tooling/codegen-utils/package.json b/tooling/codegen-utils/package.json index a9f3f2eb..cac30262 100644 --- a/tooling/codegen-utils/package.json +++ b/tooling/codegen-utils/package.json @@ -1,9 +1,14 @@ { "name": "@arrirpc/codegen-utils", - "version": "0.63.1", + "version": "0.63.2", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -13,7 +18,12 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], - "dependencies": { "jtd-utils": "workspace:*", "scule": "^1.3.0" }, + "files": [ + "dist" + ], + "dependencies": { + "jtd-utils": "workspace:*", + "scule": "^1.3.0" + }, "devDependencies": {} } diff --git a/tooling/eslint-plugin/package.json b/tooling/eslint-plugin/package.json index 159b42e7..51874aa3 100644 --- a/tooling/eslint-plugin/package.json +++ b/tooling/eslint-plugin/package.json @@ -1,9 +1,14 @@ { "name": "@arrirpc/eslint-plugin", - "version": "0.63.1", + "version": "0.63.2", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -12,13 +17,22 @@ "main": "./dist/plugin.cjs", "module": "./dist/plugin.mjs", "exports": { - ".": { "import": "./dist/plugin.mjs", "require": "./dist/plugin.cjs" }, + ".": { + "import": "./dist/plugin.mjs", + "require": "./dist/plugin.cjs" + }, "./configs": { "import": "./dist/configs.mjs", "require": "./dist/configs.cjs" } }, - "files": ["dist"], - "devDependencies": { "@types/eslint": "^9.6.1" }, - "peerDependencies": { "eslint": ">=8.0.0" } + "files": [ + "dist" + ], + "devDependencies": { + "@types/eslint": "^9.6.1" + }, + "peerDependencies": { + "eslint": ">=8.0.0" + } } diff --git a/tooling/json-schema-to-jtd/package.json b/tooling/json-schema-to-jtd/package.json index 51e726c8..e8eff754 100644 --- a/tooling/json-schema-to-jtd/package.json +++ b/tooling/json-schema-to-jtd/package.json @@ -1,9 +1,14 @@ { "name": "json-schema-to-jtd", - "version": "0.63.1", + "version": "0.63.2", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -13,6 +18,10 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], - "dependencies": { "jtd-utils": "workspace:*" } + "files": [ + "dist" + ], + "dependencies": { + "jtd-utils": "workspace:*" + } } diff --git a/tooling/jtd-utils/package.json b/tooling/jtd-utils/package.json index c1505ae7..4082d9ab 100644 --- a/tooling/jtd-utils/package.json +++ b/tooling/jtd-utils/package.json @@ -2,8 +2,13 @@ "name": "jtd-utils", "type": "module", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -12,7 +17,9 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], - "version": "0.63.1", + "files": [ + "dist" + ], + "version": "0.63.2", "dependencies": {} } diff --git a/tooling/schema-typebox-adapter/package.json b/tooling/schema-typebox-adapter/package.json index c20b357e..82530bce 100644 --- a/tooling/schema-typebox-adapter/package.json +++ b/tooling/schema-typebox-adapter/package.json @@ -1,14 +1,21 @@ { "name": "@arrirpc/typebox-adapter", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -18,6 +25,10 @@ "@arrirpc/schema": "workspace:*", "json-schema-to-jtd": "workspace:*" }, - "devDependencies": { "@arrirpc/server": "workspace:*" }, - "peerDependencies": { "@sinclair/typebox": "^0.32" } + "devDependencies": { + "@arrirpc/server": "workspace:*" + }, + "peerDependencies": { + "@sinclair/typebox": "^0.32" + } } diff --git a/tooling/schema/package.json b/tooling/schema/package.json index f3996103..f5413177 100644 --- a/tooling/schema/package.json +++ b/tooling/schema/package.json @@ -1,10 +1,15 @@ { "name": "@arrirpc/schema", - "version": "0.63.1", + "version": "0.63.2", "type": "module", "license": "MIT", - "author": { "name": "joshmossas", "url": "https://github.com/joshmossas" }, - "bugs": { "url": "https://github.com/modiimedia/arri/issues" }, + "author": { + "name": "joshmossas", + "url": "https://github.com/joshmossas" + }, + "bugs": { + "url": "https://github.com/modiimedia/arri/issues" + }, "repository": { "type": "git", "url": "https://github.com/modiimedia/arri.git", @@ -13,11 +18,16 @@ "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "dependencies": { "jtd-utils": "workspace:*", "scule": "^1.3.0", "uncrypto": "^0.1.3" }, - "devDependencies": { "ajv": "^8.17.1", "benny": "^3.7.1" } + "devDependencies": { + "ajv": "^8.17.1", + "benny": "^3.7.1" + } }