Skip to content

Commit

Permalink
v0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
maurocolella committed Aug 10, 2020
1 parent 3dafdbb commit 0ca7b0c
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 231 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.4.10"
"version": "0.4.11"
}
92 changes: 46 additions & 46 deletions packages/nodepay-bpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "@atomixdesign/nodepay-bpoint",
"version": "0.4.10",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "12"
},
"scripts": {
"build": "tsc --p ./tsconfig.build.json",
"start": "ts-node-dev --project tsconfig.build.json --respawn src/index.ts",
"test": "jest --coverage",
"test:watch": "test --watch",
"lint": "eslint ./src",
"build:docs": "typedoc --options ../../typedoc.json --tsconfig ./tsconfig.tsdoc.json --publicPath nodepay-bpoint/",
"version:patch": "npm version patch --git-tag-version -m '🔖 v%s' -s",
"version:minor": "npm version minor --git-tag-version -m '🔖 v%s' -s",
"version:major": "npm version major --git-tag-version -m '🔖 v%s' -s"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.9",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"dotenv": "^8.2.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.44",
"typedoc": "^0.17.8",
"typescript": "^3.9.3"
},
"dependencies": {
"@atomixdesign/nodepay-core": "^0.4.10",
"axios": "^0.19.2",
"class-validator": "^0.12.2",
"crypto-random-string": "^3.2.0",
"ts-custom-error": "^3.1.1",
"typedi": "^0.8.0"
},
"gitHead": "72d7e1b1eaf081bd2e80b28fdce1a741aa5fb3ec"
}
{
"name": "@atomixdesign/nodepay-bpoint",
"version": "0.4.11",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "12"
},
"scripts": {
"build": "tsc --p ./tsconfig.build.json",
"start": "ts-node-dev --project tsconfig.build.json --respawn src/index.ts",
"test": "jest --coverage",
"test:watch": "test --watch",
"lint": "eslint ./src",
"build:docs": "typedoc --options ../../typedoc.json --tsconfig ./tsconfig.tsdoc.json --publicPath nodepay-bpoint/",
"version:patch": "npm version patch --git-tag-version -m '🔖 v%s' -s",
"version:minor": "npm version minor --git-tag-version -m '🔖 v%s' -s",
"version:major": "npm version major --git-tag-version -m '🔖 v%s' -s"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.9",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"dotenv": "^8.2.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.44",
"typedoc": "^0.17.8",
"typescript": "^3.9.3"
},
"dependencies": {
"@atomixdesign/nodepay-core": "^0.4.11",
"axios": "^0.19.2",
"class-validator": "^0.12.2",
"crypto-random-string": "^3.2.0",
"ts-custom-error": "^3.1.1",
"typedi": "^0.8.0"
},
"gitHead": "72d7e1b1eaf081bd2e80b28fdce1a741aa5fb3ec"
}
90 changes: 45 additions & 45 deletions packages/nodepay-core/package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "@atomixdesign/nodepay-core",
"version": "0.4.10",
"main": "build/index",
"types": "build/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "12"
},
"scripts": {
"build": "tsc -b",
"start": "ts-node-dev --project tsconfig.json --respawn src/index.ts",
"test": "jest --coverage",
"test:watch": "test --watch",
"lint": "eslint ./src",
"build:docs": "typedoc --options ../../typedoc.json --tsconfig ./tsconfig.json --publicPath nodepay-core/",
"version:patch": "npm version patch --git-tag-version -m '🔖 v%s' -s",
"version:minor": "npm version minor --git-tag-version -m '🔖 v%s' -s",
"version:major": "npm version major --git-tag-version -m '🔖 v%s' -s"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.9",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.44",
"typedoc": "^0.17.8",
"typescript": "^3.9.3"
},
"dependencies": {
"@types/xml2js": "^0.4.5",
"axios": "^0.19.2",
"reflect-metadata": "^0.1.13",
"soap": "^0.32.0",
"typedi": "^0.8.0",
"xml2js": "^0.4.23"
},
"gitHead": "72d7e1b1eaf081bd2e80b28fdce1a741aa5fb3ec"
}
{
"name": "@atomixdesign/nodepay-core",
"version": "0.4.11",
"main": "build/index",
"types": "build/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "12"
},
"scripts": {
"build": "tsc -b",
"start": "ts-node-dev --project tsconfig.json --respawn src/index.ts",
"test": "jest --coverage",
"test:watch": "test --watch",
"lint": "eslint ./src",
"build:docs": "typedoc --options ../../typedoc.json --tsconfig ./tsconfig.json --publicPath nodepay-core/",
"version:patch": "npm version patch --git-tag-version -m '🔖 v%s' -s",
"version:minor": "npm version minor --git-tag-version -m '🔖 v%s' -s",
"version:major": "npm version major --git-tag-version -m '🔖 v%s' -s"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.9",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.44",
"typedoc": "^0.17.8",
"typescript": "^3.9.3"
},
"dependencies": {
"@types/xml2js": "^0.4.5",
"axios": "^0.19.2",
"reflect-metadata": "^0.1.13",
"soap": "^0.32.0",
"typedi": "^0.8.0",
"xml2js": "^0.4.23"
},
"gitHead": "72d7e1b1eaf081bd2e80b28fdce1a741aa5fb3ec"
}
90 changes: 45 additions & 45 deletions packages/nodepay-ezidebit/package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "@atomixdesign/nodepay-ezidebit",
"version": "0.4.10",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "12"
},
"scripts": {
"build": "tsc --p ./tsconfig.build.json",
"start": "ts-node-dev --project tsconfig.build.json --respawn src/index.ts",
"test": "jest --coverage",
"test:watch": "test --watch",
"lint": "eslint ./src",
"build:docs": "typedoc --options ../../typedoc.json --tsconfig ./tsconfig.tsdoc.json --publicPath nodepay-ezidebit/",
"version:patch": "npm version patch --git-tag-version -m '🔖 v%s' -s",
"version:minor": "npm version minor --git-tag-version -m '🔖 v%s' -s",
"version:major": "npm version major --git-tag-version -m '🔖 v%s' -s"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.9",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"dotenv": "^8.2.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.44",
"typedoc": "^0.17.8",
"typescript": "^3.9.3"
},
"dependencies": {
"@atomixdesign/nodepay-core": "^0.4.10",
"class-validator": "^0.12.2",
"soap": "^0.32.0",
"ts-custom-error": "^3.1.1",
"typedi": "^0.8.0"
},
"gitHead": "72d7e1b1eaf081bd2e80b28fdce1a741aa5fb3ec"
}
{
"name": "@atomixdesign/nodepay-ezidebit",
"version": "0.4.11",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "12"
},
"scripts": {
"build": "tsc --p ./tsconfig.build.json",
"start": "ts-node-dev --project tsconfig.build.json --respawn src/index.ts",
"test": "jest --coverage",
"test:watch": "test --watch",
"lint": "eslint ./src",
"build:docs": "typedoc --options ../../typedoc.json --tsconfig ./tsconfig.tsdoc.json --publicPath nodepay-ezidebit/",
"version:patch": "npm version patch --git-tag-version -m '🔖 v%s' -s",
"version:minor": "npm version minor --git-tag-version -m '🔖 v%s' -s",
"version:major": "npm version major --git-tag-version -m '🔖 v%s' -s"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.9",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"dotenv": "^8.2.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.44",
"typedoc": "^0.17.8",
"typescript": "^3.9.3"
},
"dependencies": {
"@atomixdesign/nodepay-core": "^0.4.11",
"class-validator": "^0.12.2",
"soap": "^0.32.0",
"ts-custom-error": "^3.1.1",
"typedi": "^0.8.0"
},
"gitHead": "72d7e1b1eaf081bd2e80b28fdce1a741aa5fb3ec"
}
98 changes: 49 additions & 49 deletions packages/nodepay-pay-way/package.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"name": "@atomixdesign/nodepay-pay-way",
"version": "0.4.10",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "12"
},
"scripts": {
"build": "tsc --p ./tsconfig.build.json",
"start": "ts-node-dev --project tsconfig.build.json --respawn src/index.ts",
"test": "jest --coverage",
"test:watch": "test --watch",
"lint": "eslint ./src",
"build:docs": "typedoc --options ../../typedoc.json --tsconfig ./tsconfig.tsdoc.json --publicPath nodepay-pay-way/",
"version:patch": "npm version patch --git-tag-version -m '🔖 v%s' -s",
"version:minor": "npm version minor --git-tag-version -m '🔖 v%s' -s",
"version:major": "npm version major --git-tag-version -m '🔖 v%s' -s"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.9",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"dotenv": "^8.2.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.44",
"typedoc": "^0.17.8",
"typescript": "^3.9.3"
},
"dependencies": {
"@atomixdesign/nodepay-core": "^0.4.10",
"@types/qs": "^6.9.3",
"@types/uuid": "^8.0.0",
"axios": "^0.19.2",
"class-validator": "^0.12.2",
"moment": "^2.27.0",
"qs": "^6.9.4",
"typedi": "^0.8.0",
"uuid": "^8.2.0"
},
"gitHead": "72d7e1b1eaf081bd2e80b28fdce1a741aa5fb3ec"
}
{
"name": "@atomixdesign/nodepay-pay-way",
"version": "0.4.11",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"engines": {
"node": "12"
},
"scripts": {
"build": "tsc --p ./tsconfig.build.json",
"start": "ts-node-dev --project tsconfig.build.json --respawn src/index.ts",
"test": "jest --coverage",
"test:watch": "test --watch",
"lint": "eslint ./src",
"build:docs": "typedoc --options ../../typedoc.json --tsconfig ./tsconfig.tsdoc.json --publicPath nodepay-pay-way/",
"version:patch": "npm version patch --git-tag-version -m '🔖 v%s' -s",
"version:minor": "npm version minor --git-tag-version -m '🔖 v%s' -s",
"version:major": "npm version major --git-tag-version -m '🔖 v%s' -s"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.9",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"dotenv": "^8.2.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.0",
"ts-node": "^8.10.2",
"ts-node-dev": "^1.0.0-pre.44",
"typedoc": "^0.17.8",
"typescript": "^3.9.3"
},
"dependencies": {
"@atomixdesign/nodepay-core": "^0.4.11",
"@types/qs": "^6.9.3",
"@types/uuid": "^8.0.0",
"axios": "^0.19.2",
"class-validator": "^0.12.2",
"moment": "^2.27.0",
"qs": "^6.9.4",
"typedi": "^0.8.0",
"uuid": "^8.2.0"
},
"gitHead": "72d7e1b1eaf081bd2e80b28fdce1a741aa5fb3ec"
}
Loading

0 comments on commit 0ca7b0c

Please sign in to comment.