bb-api-platforma 0.1.197 → 0.1.206

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 +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bb-api-platforma",
3
- "version": "0.1.197",
3
+ "version": "0.1.206",
4
4
  "description": "API module for BetBooster Platform",
5
5
  "productName": "BetBooster Platform API",
6
6
  "author": "Tomy Bet <tomybet.com@gmail.com>",
@@ -18,6 +18,8 @@
18
18
  "git-tag": "git tag v%npm_package_version%",
19
19
  "git-push": "git push --set-upstream origin main && git push --tags",
20
20
  "release": "npm run version:patch && npm run build:all && npm run git-commit && npm run git-tag && npm run git-push",
21
+ "release:pwsh": "echo 'Run ./release.ps1'",
22
+ "release:cmd": "cross-env-shell \"VERSION=$(node -p \\\"require('./package.json').version\\\") && echo 'Release is running...' && npm run version:patch && npm run build:all && git add . && git commit -m \\\"Release v$VERSION\\\" && git tag v$VERSION && git push --set-upstream origin main && git push --tags\"",
21
23
  "release_OLD": "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",
22
24
  "version:patch": "npm --no-git-tag-version version patch && node src/version.js",
23
25
  "dev": "npx nodemon",
@@ -48,6 +50,7 @@
48
50
  "@types/node": "^20.14.10",
49
51
  "axios": "^1.7.2",
50
52
  "chalk": "^5.3.0",
53
+ "cross-env": "^10.1.0",
51
54
  "dts-bundle-generator": "^9.5.1",
52
55
  "jest": "^29.7.0",
53
56
  "lodash": "^4.17.21",