binbot-charts 0.10.0 → 0.10.2

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 -4
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.10.0",
2
+ "version": "0.10.2",
3
3
  "name": "binbot-charts",
4
4
  "type": "module",
5
5
  "description": "Binbot charts is the default candlestick bars chart used in terminal.binbot.in to render bots graphically.",
@@ -31,9 +31,9 @@
31
31
  "dev": "vite",
32
32
  "start": "vite",
33
33
  "build": "rm -rf dist && tsup --config tsup.config.ts --env.NODE_ENV production",
34
- "release:patch": "npm run build && npm version patch && git push && git push --tags && npm publish",
35
- "release:minor": "npm run build && npm version minor && git push && git push --tags && npm publish",
36
- "release:major": "npm run build && npm version major && git push && git push --tags && npm publish"
34
+ "release:patch": "npm run build && npm version patch && git push && git push --tags",
35
+ "release:minor": "npm run build && npm version minor && git push && git push --tags",
36
+ "release:major": "npm run build && npm version major && git push && git push --tags"
37
37
  },
38
38
  "main": "./dist/main.js",
39
39
  "module": "./dist/main.mjs",