-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3dafdbb
commit 0ca7b0c
Showing
6 changed files
with
231 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
], | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"version": "0.4.10" | ||
"version": "0.4.11" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Oops, something went wrong.