Skip to content

Commit

Permalink
chore: update event-source-plus and ajv
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Jun 4, 2024
1 parent 61361a1 commit 2e292f3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 20 deletions.
19 changes: 14 additions & 5 deletions languages/ts/ts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,29 @@
"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",
"directory": "languages/ts/ts-client"
},
"dependencies": {
"@arrirpc/schema": "workspace:*",
"event-source-plus": "^0.1.0",
"event-source-plus": "^0.1.1",
"ofetch": "^1.3.4",
"ws": "^8.17.0"
},
"devDependencies": { "@types/ws": "^8.5.10" }
"devDependencies": {
"@types/ws": "^8.5.10"
}
}
27 changes: 16 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 11 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.48.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",
Expand All @@ -13,15 +18,17 @@
"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": {
"@faker-js/faker": "^8.4.1",
"ajv": "^8.14.0",
"ajv": "^8.15.0",
"benny": "^3.7.1"
}
}

0 comments on commit 2e292f3

Please sign in to comment.