Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ic-reactor/core@1.2.0
 - @ic-reactor/react@1.2.0
 - @ic-reactor/visitor@1.1.4
  • Loading branch information
b3hr4d committed Mar 6, 2024
1 parent eecc02c commit 892d630
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 18 deletions.
8 changes: 4 additions & 4 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.1.3",
"version": "1.2.0",
"description": "A library for intracting with the Internet Computer canisters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -32,11 +32,11 @@
"@dfinity/principal": ">=1.0"
},
"dependencies": {
"zustand": "^4.5",
"@dfinity/agent": ">=1.0",
"@dfinity/auth-client": ">=1.0",
"@dfinity/candid": ">=1.0",
"@dfinity/principal": ">=1.0"
"@dfinity/principal": ">=1.0",
"zustand": "^4.5"
},
"scripts": {
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
Expand All @@ -51,4 +51,4 @@
"node": ">=10"
},
"gitHead": "431ada43e07a49e66bb7e425c8a97521da084354"
}
}
8 changes: 4 additions & 4 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.1.7",
"version": "1.2.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,11 +35,11 @@
"node": ">=10"
},
"dependencies": {
"@ic-reactor/core": "^1.1.3",
"@dfinity/agent": ">=1.0",
"@dfinity/auth-client": ">=1.0",
"@dfinity/candid": ">=1.0",
"@dfinity/principal": ">=1.0",
"@dfinity/auth-client": ">=1.0",
"@ic-reactor/core": "^1.2.0",
"zustand-utils": "^1.3"
},
"peerDependencies": {
Expand All @@ -51,4 +51,4 @@
"zustand": "4.5"
},
"gitHead": "431ada43e07a49e66bb7e425c8a97521da084354"
}
}
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.1.3",
"version": "1.1.4",
"description": "Visitor classes for ic-reactor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@dfinity/candid": "^1.0"
},
"dependencies": {
"@ic-reactor/core": "^1.1.3"
"@ic-reactor/core": "^1.2.0"
},
"scripts": {
"test": "npx jest",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ __metadata:
languageName: node
linkType: hard

"@dfinity/agent@npm:^1.0":
"@dfinity/agent@npm:>=1.0, @dfinity/agent@npm:^1.0":
version: 1.0.1
resolution: "@dfinity/agent@npm:1.0.1"
dependencies:
Expand All @@ -1899,7 +1899,7 @@ __metadata:
languageName: node
linkType: hard

"@dfinity/auth-client@npm:^1.0":
"@dfinity/auth-client@npm:>=1.0, @dfinity/auth-client@npm:^1.0":
version: 1.0.1
resolution: "@dfinity/auth-client@npm:1.0.1"
dependencies:
Expand All @@ -1912,7 +1912,7 @@ __metadata:
languageName: node
linkType: hard

"@dfinity/candid@npm:^1.0":
"@dfinity/candid@npm:>=1.0, @dfinity/candid@npm:^1.0":
version: 1.0.1
resolution: "@dfinity/candid@npm:1.0.1"
peerDependencies:
Expand All @@ -1936,7 +1936,7 @@ __metadata:
languageName: node
linkType: hard

"@dfinity/principal@npm:^1.0":
"@dfinity/principal@npm:>=1.0, @dfinity/principal@npm:^1.0":
version: 1.0.1
resolution: "@dfinity/principal@npm:1.0.1"
dependencies:
Expand Down Expand Up @@ -2026,10 +2026,14 @@ __metadata:
languageName: node
linkType: hard

"@ic-reactor/core@npm:*, @ic-reactor/core@npm:^*, @ic-reactor/core@npm:^1.1.3, @ic-reactor/core@workspace:packages/core":
"@ic-reactor/core@npm:*, @ic-reactor/core@npm:^*, @ic-reactor/core@npm:^1.2.0, @ic-reactor/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@ic-reactor/core@workspace:packages/core"
dependencies:
"@dfinity/agent": "npm:>=1.0"
"@dfinity/auth-client": "npm:>=1.0"
"@dfinity/candid": "npm:>=1.0"
"@dfinity/principal": "npm:>=1.0"
zustand: "npm:^4.5"
peerDependencies:
"@dfinity/agent": ">=1.0"
Expand All @@ -2043,13 +2047,16 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ic-reactor/react@workspace:packages/react"
dependencies:
"@ic-reactor/core": "npm:^1.1.3"
"@dfinity/agent": "npm:>=1.0"
"@dfinity/auth-client": "npm:>=1.0"
"@dfinity/candid": "npm:>=1.0"
"@dfinity/principal": "npm:>=1.0"
"@ic-reactor/core": "npm:^1.2.0"
zustand-utils: "npm:^1.3"
peerDependencies:
"@dfinity/agent": ">=1.0"
"@dfinity/auth-client": ">=1.0"
"@dfinity/candid": ">=1.0"
"@dfinity/identity": ^1.0
"@dfinity/principal": ">=1.0"
react: ">=16.8"
zustand: 4.5
Expand All @@ -2060,7 +2067,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ic-reactor/visitor@workspace:packages/visitor"
dependencies:
"@ic-reactor/core": "npm:^1.1.3"
"@ic-reactor/core": "npm:^1.2.0"
peerDependencies:
"@dfinity/agent": ^1.0
"@dfinity/auth-client": ^1.0
Expand Down

0 comments on commit 892d630

Please sign in to comment.