Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Oct 7, 2024
1 parent 3bc6bce commit 8f9cc80
Show file tree
Hide file tree
Showing 17 changed files with 207 additions and 68 deletions.
20 changes: 15 additions & 5 deletions languages/dart/dart-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@arrirpc/codegen-dart",
"version": "0.62.0",
"version": "0.61.1",
"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",
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion languages/dart/dart-codegen/src/_common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface CodegenContext {
generatedTypes: string[];
instancePath: string;
schemaPath: string;
clientVersion: string;
clientVersion?: string;
isOptional?: boolean;
discriminatorParentId?: string;
discriminatorValue?: string;
Expand Down
2 changes: 0 additions & 2 deletions languages/dart/dart-codegen/src/procedures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export function dartServiceFromSchema(
generatedTypes: context.generatedTypes,
instancePath: `${context.instancePath}.${key}`,
schemaPath: `${context.schemaPath}.${key}`,
clientVersion: context.clientVersion,
});
if (subSchemaResult) {
subServiceParts.push(subSchemaResult);
Expand All @@ -165,7 +164,6 @@ export function dartServiceFromSchema(
generatedTypes: context.generatedTypes,
instancePath: `${context.instancePath}.${key}`,
schemaPath: `${context.schemaPath}.${key}`,
clientVersion: context.clientVersion,
});
if (subSchemaResult) {
rpcParts.push(subSchemaResult);
Expand Down
17 changes: 13 additions & 4 deletions languages/kotlin/kotlin-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"version": "0.62.0",
"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",
Expand All @@ -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:*"
}
}
15 changes: 11 additions & 4 deletions languages/rust/rust-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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.62.0"
"version": "0.61.1"
}
19 changes: 14 additions & 5 deletions languages/swift/swift-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@arrirpc/codegen-swift",
"version": "0.62.0",
"version": "0.61.1",
"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",
Expand All @@ -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": {}
}
17 changes: 13 additions & 4 deletions languages/ts/ts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@
"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",
Expand All @@ -20,5 +27,7 @@
"event-source-plus": "^0.1.4",
"ws": "^8.18.0"
},
"devDependencies": { "@types/ws": "^8.5.12" }
"devDependencies": {
"@types/ws": "^8.5.12"
}
}
17 changes: 13 additions & 4 deletions languages/ts/ts-codegen-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
"version": "0.62.0",
"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",
Expand All @@ -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": {}
}
15 changes: 11 additions & 4 deletions languages/ts/ts-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@arrirpc/codegen-ts",
"version": "0.62.0",
"version": "0.61.1",
"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",
Expand All @@ -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"
Expand Down
17 changes: 13 additions & 4 deletions languages/ts/ts-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@
"version": "0.62.0",
"type": "module",
"license": "MIT",
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -28,5 +35,7 @@
"source-map-support": "^0.5.21",
"uncrypto": "^0.1.3"
},
"devDependencies": { "bun-types": "^1.1.29" }
"devDependencies": {
"bun-types": "^1.1.29"
}
}
21 changes: 16 additions & 5 deletions tooling/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
"version": "0.62.0",
"type": "module",
"license": "MIT",
"author": { "name": "joshmossas", "url": "https://github.com/joshmossas" },
"bin": { "arri": "./dist/cli.mjs" },
"bugs": { "url": "https://github.com/modiimedia/arri/issues" },
"author": {
"name": "joshmossas",
"url": "https://github.com/joshmossas"
},
"bin": {
"arri": "./dist/cli.mjs"
},
"bugs": {
"url": "https://github.com/modiimedia/arri/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/modiimedia/arri.git",
Expand All @@ -14,7 +21,9 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"dependencies": {
"@arrirpc/codegen-dart": "workspace:*",
"@arrirpc/codegen-kotlin": "workspace:*",
Expand All @@ -38,5 +47,7 @@
"pathe": "^1.1.2",
"prettier": "^3.3.3"
},
"devDependencies": { "@types/degit": "^2.8.6" }
"devDependencies": {
"@types/degit": "^2.8.6"
}
}
18 changes: 14 additions & 4 deletions tooling/codegen-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"name": "@arrirpc/codegen-utils",
"version": "0.62.0",
"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",
Expand All @@ -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": {}
}
26 changes: 20 additions & 6 deletions tooling/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"name": "@arrirpc/eslint-plugin",
"version": "0.62.0",
"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",
Expand All @@ -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"
}
}
Loading

0 comments on commit 8f9cc80

Please sign in to comment.