Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ic-reactor/[email protected]
 - @ic-reactor/[email protected]
 - @ic-reactor/[email protected]
 - @ic-reactor/[email protected]
  • Loading branch information
b3hr4d committed Jan 11, 2025
1 parent e4fadf1 commit 6110fb3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ic-reactor/core",
"version": "1.15.0",
"version": "1.16.0",
"description": "A library for intracting with the Internet Computer canisters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@dfinity/principal": ">=2.1"
},
"devDependencies": {
"@ic-reactor/parser": "^0.4.3",
"@ic-reactor/parser": "^0.4.4",
"@types/node": "^22.9.0",
"ts-loader": "^9.5.1",
"webpack": "^5.96.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ic-reactor/parser",
"version": "0.4.3",
"version": "0.4.4",
"description": "A parser for the DFINITY Candid language",
"files": [
"dist/web/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ic-reactor/react",
"version": "1.15.1",
"version": "1.16.0",
"description": "A React library for interacting with Internet Computer canisters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"node": ">=10"
},
"dependencies": {
"@ic-reactor/core": "^1.15.0",
"@ic-reactor/core": "^1.16.0",
"zustand": "5.0.2",
"zustand-utils": "^1.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/visitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ic-reactor/visitor",
"version": "1.15.0",
"version": "1.16.0",
"description": "Visitor classes for ic-reactor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@dfinity/principal": ">=2.1"
},
"devDependencies": {
"@ic-reactor/core": "^1.15.0"
"@ic-reactor/core": "^1.16.0"
},
"scripts": {
"test": "jest",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ __metadata:
languageName: node
linkType: hard

"@ic-reactor/core@npm:*, @ic-reactor/core@npm:^1.15.0, @ic-reactor/core@workspace:^, @ic-reactor/core@workspace:packages/core":
"@ic-reactor/core@npm:*, @ic-reactor/core@npm:^1.16.0, @ic-reactor/core@workspace:^, @ic-reactor/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@ic-reactor/core@workspace:packages/core"
dependencies:
Expand All @@ -2019,7 +2019,7 @@ __metadata:
"@dfinity/candid": "npm:>=2.1"
"@dfinity/identity": "npm:>=2.1"
"@dfinity/principal": "npm:>=2.1"
"@ic-reactor/parser": "npm:^0.4.3"
"@ic-reactor/parser": "npm:^0.4.4"
"@types/node": "npm:^22.9.0"
simple-cbor: "npm:^0.4.1"
ts-loader: "npm:^9.5.1"
Expand All @@ -2034,7 +2034,7 @@ __metadata:
languageName: unknown
linkType: soft

"@ic-reactor/parser@npm:^0.4.3, @ic-reactor/parser@workspace:^, @ic-reactor/parser@workspace:packages/parser":
"@ic-reactor/parser@npm:^0.4.4, @ic-reactor/parser@workspace:^, @ic-reactor/parser@workspace:packages/parser":
version: 0.0.0-use.local
resolution: "@ic-reactor/parser@workspace:packages/parser"
dependencies:
Expand All @@ -2048,7 +2048,7 @@ __metadata:
dependencies:
"@dfinity/agent": "npm:>=2.1"
"@dfinity/auth-client": "npm:>=2.1"
"@ic-reactor/core": "npm:^1.15.0"
"@ic-reactor/core": "npm:^1.16.0"
"@types/node": "npm:^22.9.0"
"@types/react": "npm:^18"
react: "npm:^18"
Expand All @@ -2071,7 +2071,7 @@ __metadata:
dependencies:
"@dfinity/candid": "npm:>=2.1"
"@dfinity/principal": "npm:>=2.1"
"@ic-reactor/core": "npm:^1.15.0"
"@ic-reactor/core": "npm:^1.16.0"
peerDependencies:
"@dfinity/candid": ">=2.1"
"@dfinity/principal": ">=2.1"
Expand Down

0 comments on commit 6110fb3

Please sign in to comment.