Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Jul 13, 2021
1 parent baae3be commit 42a4fe0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.0",
"version": "1.0.2",
"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.0"
"@serial-as/core": "1.0.2"
},
"devDependencies": {
"@serial-as/tests": "1.0.0"
"@serial-as/tests": "1.0.2"
}
}
4 changes: 2 additions & 2 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.0",
"version": "1.0.2",
"description": "Serialization for Assemblyscript",
"main": "dist/index.js",
"types": "assembly/index.ts",
Expand All @@ -13,6 +13,6 @@
},
"dependencies": {
"as-bignum": "^0.2.17",
"@serial-as/transform": "1.0.0"
"@serial-as/transform": "1.0.2"
}
}
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.0",
"version": "1.0.2",
"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.0",
"@serial-as/core": "1.0.2",
"as-base64": "^0.2.0",
"assemblyscript-json": "^1.1.0"
},
"devDependencies": {
"@serial-as/tests": "1.0.0"
"@serial-as/tests": "1.0.2"
}
}
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serial-as/tests",
"version": "1.0.0",
"version": "1.0.2",
"description": "Tets for serializers in Assemblyscript",
"main": "dist/index.js",
"types": "assembly/index.ts",
Expand Down
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.0",
"version": "1.0.2",
"description": "Transform to enable serialization in Assemblyscript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 42a4fe0

Please sign in to comment.