Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Sep 20, 2022
1 parent 38acd2d commit faa82ac
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions borsh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serial-as/borsh",
"version": "1.0.4",
"version": "2.0.0",
"description": "Borsh Serializer for Assemblyscript",
"main": "index.js",
"types": "assembly/index.ts",
Expand All @@ -13,9 +13,9 @@
"license": "MIT",
"private": false,
"dependencies": {
"@serial-as/core": "1.0.2"
"@serial-as/core": "^2.0.0"
},
"devDependencies": {
"@serial-as/tests": "1.0.2"
"@serial-as/tests": "^2.0.0"
}
}
8 changes: 4 additions & 4 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serial-as/core",
"version": "1.0.2",
"version": "2.0.0",
"description": "Serialization for Assemblyscript",
"main": "dist/index.js",
"types": "assembly/index.ts",
Expand All @@ -12,7 +12,7 @@
"directory": "core"
},
"dependencies": {
"as-bignum": "^0.2.17",
"@serial-as/transform": "1.0.2"
"@serial-as/transform": "^2.0.0",
"as-bignum": "^0.2.17"
}
}
}
6 changes: 3 additions & 3 deletions json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serial-as/json",
"version": "1.0.2",
"version": "2.0.0",
"description": "JSON Serializer for Assemblyscript",
"main": "index.js",
"types": "assembly/index.ts",
Expand All @@ -13,11 +13,11 @@
"license": "MIT",
"private": false,
"dependencies": {
"@serial-as/core": "1.0.2",
"@serial-as/core": "^2.0.0",
"as-base64": "^0.2.0",
"assemblyscript-json": "^1.1.0"
},
"devDependencies": {
"@serial-as/tests": "1.0.2"
"@serial-as/tests": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0"
"version": "2.0.0"
}
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serial-as/tests",
"version": "1.0.2",
"version": "2.0.0",
"description": "Tets for serializers in Assemblyscript",
"main": "dist/index.js",
"types": "assembly/index.ts",
Expand All @@ -12,4 +12,4 @@
"directory": "test"
},
"private": true
}
}
2 changes: 1 addition & 1 deletion transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serial-as/transform",
"version": "1.0.2",
"version": "2.0.0",
"description": "Transform to enable serialization in Assemblyscript",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit faa82ac

Please sign in to comment.