Skip to content

Commit

Permalink
v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed May 15, 2020
1 parent 17bced6 commit f980984
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "4.7.2",
"version": "4.8.0",
"npmClient": "yarn",
"useWorkspaces": true,
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/neon-api/package.json
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-api",
"description": "Neon-API module: High level API for neon-js",
"version": "4.7.2",
"version": "4.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:unit": "jest /packages/.*/__tests__/.*"
},
"dependencies": {
"@cityofzion/neon-core": "^4.7.2",
"@cityofzion/neon-core": "^4.8.0",
"@types/node": "13.7.0",
"axios": "0.19.2",
"isomorphic-ws": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/neon-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-core",
"description": "Neon-JS Core functionality",
"version": "4.7.2",
"version": "4.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/neon-domain/package.json
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-domain",
"description": "Neon-Domain Module",
"version": "4.5.2",
"version": "4.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down
8 changes: 4 additions & 4 deletions packages/neon-js/package.json
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-js",
"description": "Neon-JS SDK for interacting with NEO blockchain",
"version": "4.7.2",
"version": "4.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down Expand Up @@ -30,9 +30,9 @@
"pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\""
},
"dependencies": {
"@cityofzion/neon-api": "^4.7.2",
"@cityofzion/neon-core": "^4.7.2",
"@cityofzion/neon-nep5": "^4.7.2"
"@cityofzion/neon-api": "^4.8.0",
"@cityofzion/neon-core": "^4.8.0",
"@cityofzion/neon-nep5": "^4.8.0"
},
"files": [
"dist/"
Expand Down
106 changes: 53 additions & 53 deletions packages/neon-ledger/package.json
@@ -1,53 +1,53 @@
{
"name": "@cityofzion/neon-ledger",
"description": "Neon Ledger integration for Node.js",
"version": "4.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"neo",
"antshares",
"javascript",
"libraries"
],
"author": "Yak Jun Xiang <snowypowers@gmail.com> (https://github.com/snowypowers)",
"license": "MIT",
"main": "dist/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -b",
"dist:prod": "tsc -m commonjs --outDir dist",
"clean": "rimraf ./lib ./dist tsconfig.tsbuildinfo",
"prepublishOnly": "yarn clean && yarn build && yarn dist:prod",
"lint": "eslint src/**/*.ts __tests__/**/*.ts",
"pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\"",
"start": "jest --watch",
"test": "jest",
"test:integration": "jest /packages/.*/__integration__/.*",
"test:unit": "jest /packages/.*/__tests__/.*",
"test:node": "node test.node.js"
},
"dependencies": {
"@ledgerhq/hw-transport": "5.15.0",
"@types/ledgerhq__hw-transport": "4.21.2"
},
"peerDependencies": {
"@cityofzion/neon-core": "^4.0.0"
},
"files": [
"lib/",
"typings/"
],
"devDependencies": {
"@cityofzion/neon-js": "^4.0.0",
"@ledgerhq/hw-transport-node-hid": "5.15.0",
"@ledgerhq/hw-transport-u2f": "5.15.0",
"@types/ledgerhq__hw-transport-node-hid": "4.22.1"
}
}
{
"name": "@cityofzion/neon-ledger",
"description": "Neon Ledger integration for Node.js",
"version": "4.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"neo",
"antshares",
"javascript",
"libraries"
],
"author": "Yak Jun Xiang <snowypowers@gmail.com> (https://github.com/snowypowers)",
"license": "MIT",
"main": "dist/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -b",
"dist:prod": "tsc -m commonjs --outDir dist",
"clean": "rimraf ./lib ./dist tsconfig.tsbuildinfo",
"prepublishOnly": "yarn clean && yarn build && yarn dist:prod",
"lint": "eslint src/**/*.ts __tests__/**/*.ts",
"pretty": "prettier --write --loglevel=warn \"./{src,__{tests,integration}__}/**/*.ts\"",
"start": "jest --watch",
"test": "jest",
"test:integration": "jest /packages/.*/__integration__/.*",
"test:unit": "jest /packages/.*/__tests__/.*",
"test:node": "node test.node.js"
},
"dependencies": {
"@ledgerhq/hw-transport": "5.15.0",
"@types/ledgerhq__hw-transport": "4.21.2"
},
"peerDependencies": {
"@cityofzion/neon-core": "^4.0.0"
},
"files": [
"lib/",
"typings/"
],
"devDependencies": {
"@cityofzion/neon-js": "^4.8.0",
"@ledgerhq/hw-transport-node-hid": "5.15.0",
"@ledgerhq/hw-transport-u2f": "5.15.0",
"@types/ledgerhq__hw-transport-node-hid": "4.22.1"
}
}
4 changes: 2 additions & 2 deletions packages/neon-nep5/package.json
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-nep5",
"description": "Neon-NEP5 Module",
"version": "4.7.2",
"version": "4.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down Expand Up @@ -33,7 +33,7 @@
"test:unit": "jest /packages/.*/__tests__/.*"
},
"dependencies": {
"@cityofzion/neon-core": "^4.7.2"
"@cityofzion/neon-core": "^4.8.0"
},
"peerDependencies": {
"@cityofzion/neon-core": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/neon-nep9/package.json
@@ -1,7 +1,7 @@
{
"name": "@cityofzion/neon-nep9",
"description": "Neon-NEP9 Module",
"version": "4.7.2",
"version": "4.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfZion/neon-js.git"
Expand Down Expand Up @@ -32,7 +32,7 @@
"test:unit": "jest /packages/.*/__tests__/.*"
},
"dependencies": {
"@cityofzion/neon-core": "^4.7.2"
"@cityofzion/neon-core": "^4.8.0"
},
"peerDependencies": {
"@cityofzion/neon-core": "^4.0.0"
Expand Down

0 comments on commit f980984

Please sign in to comment.