Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Oct 4, 2024
1 parent 38e1a0a commit 4dfbb11
Show file tree
Hide file tree
Showing 12 changed files with 160 additions and 48 deletions.
18 changes: 14 additions & 4 deletions languages/dart/dart-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"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"
}
}
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.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,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:*"
}
}
13 changes: 10 additions & 3 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,7 +17,9 @@
"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"
Expand Down
17 changes: 13 additions & 4 deletions languages/swift/swift-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"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-codegen-reference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
"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 @@ -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": {}
}
13 changes: 10 additions & 3 deletions languages/ts/ts-codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"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
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.61.1",
"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.61.1",
"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"
}
}
17 changes: 13 additions & 4 deletions tooling/json-schema-to-jtd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"name": "json-schema-to-jtd",
"version": "0.61.1",
"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": { "jtd-utils": "workspace:*" }
"files": [
"dist"
],
"dependencies": {
"jtd-utils": "workspace:*"
}
}
13 changes: 10 additions & 3 deletions tooling/jtd-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -12,7 +17,9 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"version": "0.61.1",
"dependencies": {}
}
21 changes: 16 additions & 5 deletions tooling/schema-typebox-adapter/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 @@ -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"
}
}
18 changes: 14 additions & 4 deletions tooling/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@
"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,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"
}
}

0 comments on commit 4dfbb11

Please sign in to comment.