Skip to content

Commit

Permalink
Merge pull request #35 from polywrap/update-js-impl-version-0.12
Browse files Browse the repository at this point in the history
chore: update js impl version
  • Loading branch information
dOrgJelli authored Aug 20, 2023
2 parents 41731dc + 472ee50 commit ee54b59
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 385 deletions.
12 changes: 6 additions & 6 deletions logger/implementations/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"files": [
"build"
],
"version": "0.12.0-pre.0",
"version": "0.12.0",
"main": "build/index.js",
"scripts": {
"build": "rimraf ./build && yarn codegen && tsc --project tsconfig.build.json",
Expand All @@ -19,19 +19,19 @@
"publish:pre:npm": "yarn publish --access public --non-interactive --verbose --tag pre"
},
"dependencies": {
"@polywrap/core-js": "~0.12.0-pre.0",
"@polywrap/plugin-js": "~0.12.0-pre.0"
"@polywrap/core-js": "~0.12.0",
"@polywrap/plugin-js": "~0.12.0"
},
"peerDependencies": {
"@polywrap/core-js": "0.12.x",
"@polywrap/plugin-js": "0.12.x"
},
"devDependencies": {
"@polywrap/client-js": "~0.12.0-pre.0",
"@polywrap/uri-resolvers-js": "~0.12.0-pre.0",
"@polywrap/client-js": "~0.12.0",
"@polywrap/uri-resolvers-js": "~0.12.0",
"@types/jest": "29.5.0",
"jest": "29.5.0",
"polywrap": "~0.11.0-pre.0",
"polywrap": "~0.11.0",
"rimraf": "3.0.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
Expand Down
Loading

0 comments on commit ee54b59

Please sign in to comment.