Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Wyndham committed Oct 26, 2020
1 parent 749597f commit b308aa4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions bindgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-sdk-bindgen",
"version": "2.0.0",
"version": "2.1.0",
"description": "Bindings for serializing contract functions.",
"main": "index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -38,6 +38,6 @@
"assemblyscript": "^0.9.4"
},
"devDependencies": {
"near-sdk-core": "^2.0.0"
"near-sdk-core": "^2.1.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": "2.0.0"
"version": "2.1.0"
}
4 changes: 2 additions & 2 deletions near-mock-vm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-mock-vm",
"version": "2.0.0",
"version": "2.1.0",
"bin": {
"near-vm-as": "bin/bin.js"
},
Expand All @@ -16,7 +16,7 @@
"private": false,
"devDependencies": {
"@types/yargs": "^15.0.4",
"near-sdk-core": "^2.0.0",
"near-sdk-core": "^2.1.0",
"wasm-pack": "^0.9.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions nearcore-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "nearcore-tests",
"version": "2.0.0",
"version": "2.1.0",
"scripts": {
"pretest": "yarn build",
"test": "./test.sh",
"build": "yarn asb ../sdk/assembly/__tests__/main.ts"
},
"private": true,
"devDependencies": {
"near-sdk-as": "^2.0.0"
"near-sdk-as": "^2.1.0"
}
}
2 changes: 1 addition & 1 deletion sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-sdk-core",
"version": "2.0.0",
"version": "2.1.0",
"description": "Core AssemblyScript package for developing NEAR smart contracts in AssemblyScript",
"types": "assembly/index.ts",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-sdk-as",
"version": "2.0.0",
"version": "2.1.0",
"description": "Collection of packages for developing NEAR smart contracts in AssemblyScript",
"types": "assembly/index.ts",
"repository": {
Expand All @@ -11,10 +11,10 @@
"author": "Willem Wyndham <[email protected]>",
"license": "(MIT AND Apache-2.0)",
"dependencies": {
"near-mock-vm": "^2.0.0",
"near-sdk-bindgen": "^2.0.0",
"near-sdk-core": "^2.0.0",
"near-sdk-simulator": "^2.0.0"
"near-mock-vm": "^2.1.0",
"near-sdk-bindgen": "^2.1.0",
"near-sdk-core": "^2.1.0",
"near-sdk-simulator": "^2.1.0"
},
"scripts": {
"test": "yarn asp",
Expand Down
4 changes: 2 additions & 2 deletions simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "near-sdk-simulator",
"version": "2.0.0",
"version": "2.1.0",
"description": "Mock Near Runtime for integration testing.",
"license": "(MIT AND Apache-2.0)",
"main": "dist/index.js",
Expand All @@ -13,6 +13,6 @@
"pretest": "yarn build"
},
"devDependencies": {
"near-sdk-core": "^2.0.0"
"near-sdk-core": "^2.1.0"
}
}

0 comments on commit b308aa4

Please sign in to comment.