bb-api-platforma 0.1.172 → 0.1.174

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bb-api-platforma",
3
- "version": "0.1.172",
3
+ "version": "0.1.174",
4
4
  "description": "API module for BetBooster Platform",
5
5
  "productName": "BetBooster Platform API",
6
6
  "author": "Tomy Bet <tomybet.com@gmail.com>",
@@ -13,9 +13,8 @@
13
13
  "build:compress": "npm run build && terser --compress --mangle --source-map \"url='BetBoosterApi.min.js.map'\" --output dist/BetBoosterApi.min.js dist/BetBoosterApi.js",
14
14
  "build:types": "dts-bundle-generator -o dist/BetBoosterApi.min.d.ts src/BetBoosterApi.ts",
15
15
  "build:all": "npm run build:compress && npm run build:types",
16
- "publish": "npm run version:patch && npm run build:all && git add . && git commit -m \"Release v$(node -p \"require('./package.json').version\")\" && git tag v$(node -p \"require('./package.json').version\") && git push --set-upstream origin main && git push --tags",
16
+ "release": "echo 'Release is running...' && npm run version:patch && npm run build:all && git add . && git commit -m \"Release v$(node -p \"require('./package.json').version\")\" && git tag v$(node -p \"require('./package.json').version\") && git push --set-upstream origin main && git push --tags",
17
17
  "version:patch": "npm --no-git-tag-version version patch && node src/version.js",
18
- "release_npm": "git add . && git commit -m \"Release v$(node -p \"require('./package.json').version\")\" && git tag v$(node -p \"require('./package.json').version\") && git push --set-upstream origin main && git push --tags",
19
18
  "dev": "npx nodemon",
20
19
  "doc": "rimraf ./docs && typedoc",
21
20
  "test": "echo \"Error: no test specified {%1} \" && exit 1"