Skip to content

Commit 553ecd9

Browse files
committed
0.0.6
1 parent 6204cb7 commit 553ecd9

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

npm/darwin-arm64/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@tookey-io/candid-parser-darwin-arm64",
3-
"version": "0.0.5",
3+
"repository": "https://github.com/tookey-io/candid-parser",
4+
"version": "0.0.6",
45
"os": [
56
"darwin"
67
],

npm/darwin-x64/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@tookey-io/candid-parser-darwin-x64",
3-
"version": "0.0.5",
3+
"repository": "https://github.com/tookey-io/candid-parser",
4+
"version": "0.0.6",
45
"os": [
56
"darwin"
67
],

npm/linux-arm64-gnu/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@tookey-io/candid-parser-linux-arm64-gnu",
3-
"version": "0.0.5",
3+
"repository": "https://github.com/tookey-io/candid-parser",
4+
"version": "0.0.6",
45
"os": [
56
"linux"
67
],

npm/linux-x64-gnu/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@tookey-io/candid-parser-linux-x64-gnu",
3-
"version": "0.0.5",
3+
"repository": "https://github.com/tookey-io/candid-parser",
4+
"version": "0.0.6",
45
"os": [
56
"linux"
67
],

npm/win32-arm64-msvc/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@tookey-io/candid-parser-win32-arm64-msvc",
3-
"version": "0.0.5",
3+
"repository": "https://github.com/tookey-io/candid-parser",
4+
"version": "0.0.6",
45
"os": [
56
"win32"
67
],

npm/win32-x64-msvc/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@tookey-io/candid-parser-win32-x64-msvc",
3-
"version": "0.0.5",
3+
"repository": "https://github.com/tookey-io/candid-parser",
4+
"version": "0.0.6",
45
"os": [
56
"win32"
67
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tookey-io/candid-parser",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"repository": "https://github.com/tookey-io/candid-parser",

0 commit comments

Comments
 (0)