Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ic-reactor/core@1.11.0
 - @ic-reactor/parser@0.4.1
 - @ic-reactor/react@1.11.0
 - @ic-reactor/visitor@1.11.0
  • Loading branch information
b3hr4d committed Oct 21, 2024
1 parent 33666b0 commit 03b85c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"zustand": "4.5.5"
},
"devDependencies": {
"@ic-reactor/parser": "0.4.0"
"@ic-reactor/parser": "^0.4.1"
},
"scripts": {
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
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.0",
"version": "0.4.1",
"description": "A parser for the DFINITY Candid language",
"files": [
"dist/web/*",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@ __metadata:
"@dfinity/candid": "npm:>=2.0.0"
"@dfinity/identity": "npm:>=2.0.0"
"@dfinity/principal": "npm:>=2.0.0"
"@ic-reactor/parser": "npm:0.4.0"
"@ic-reactor/parser": "npm:^0.4.1"
zustand: "npm:4.5.5"
peerDependencies:
"@dfinity/agent": ">=2.1.2"
Expand All @@ -2579,7 +2579,7 @@ __metadata:
languageName: unknown
linkType: soft

"@ic-reactor/parser@npm:0.4.0, @ic-reactor/parser@workspace:^, @ic-reactor/parser@workspace:packages/parser":
"@ic-reactor/parser@npm:^0.4.1, @ic-reactor/parser@workspace:^, @ic-reactor/parser@workspace:packages/parser":
version: 0.0.0-use.local
resolution: "@ic-reactor/parser@workspace:packages/parser"
languageName: unknown
Expand Down

0 comments on commit 03b85c1

Please sign in to comment.