Skip to content

Commit

Permalink
feat: Enable CORS and enhance corking (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
puria authored Dec 14, 2023
1 parent 42229cd commit e25dd2b
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 458 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,46 +37,46 @@
"outputPath": "./"
},
"dependencies": {
"@slangroom/core": "^1.9.6",
"@slangroom/ethereum": "^1.9.6",
"@slangroom/http": "^1.9.6",
"@slangroom/wallet": "^1.9.6",
"@slangroom/core": "^1.10.1",
"@slangroom/ethereum": "^1.10.1",
"@slangroom/http": "^1.10.1",
"@slangroom/wallet": "^1.11.0",
"ajv": "^8.12.0",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"live-directory": "^3.0.3",
"lodash": "^4.17.21",
"mime": "^4.0.0",
"pino": "^8.16.2",
"pino": "^8.17.1",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#semver:^20",
"zenroom": "^4.2.2"
"zenroom": "^4.7.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/release-notes-generator": "^12.1.0",
"@sinclair/typebox": "^0.31.28",
"@swc/core": "^1.3.96",
"@swc/core": "^1.3.100",
"@swc/helpers": "^0.5.3",
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.2",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"nodemon": "^3.0.2",
"openapi-types": "^12.1.3",
"pkg": "^5.8.1",
"prettier": "3.1.0",
"prettier": "3.1.1",
"regenerator-runtime": "^0.14.0",
"rollup": "^4.5.0",
"rollup": "^4.9.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-string": "^3.0.0",
"semantic-release": "^22.0.8",
"semantic-release": "^22.0.12",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit e25dd2b

Please sign in to comment.