@obr-fe/utils 1.1.0 → 1.2.0

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obr-fe/utils",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Generic JavaScript utility functions by Beijing Oubeier Software.",
5
5
  "author": "oberyun",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "docs:build": "vitepress build docs",
47
47
  "docs:preview": "vitepress preview docs",
48
48
  "fix": "eslint . --fix",
49
- "publish": "npm publish --registry https://registry.npmjs.org/"
49
+ "release": "npm publish --no-git-checks --registry https://registry.npmjs.org/"
50
50
  },
51
51
  "dependencies": {
52
52
  "axios": "^1.7.7",