@aloudata/aloudata-design 1.10.12 → 1.10.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "1.10.12",
3
+ "version": "1.10.14",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -27,15 +27,10 @@
27
27
  "prepublishOnly": "npm run build",
28
28
  "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
29
29
  "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags",
30
- "release": "npm publish --access public",
30
+ "release": "npx zx ./scripts/upgradeVersion.mjs && npm publish --access public",
31
31
  "start": "npm run dev",
32
32
  "test": "vitest"
33
33
  },
34
- "commitlint": {
35
- "extends": [
36
- "@commitlint/config-conventional"
37
- ]
38
- },
39
34
  "lint-staged": {
40
35
  "*.{md,json}": [
41
36
  "prettier --write --no-error-on-unmatched-pattern"
@@ -97,6 +92,7 @@
97
92
  "eslint-plugin-compat": "^4.1.4",
98
93
  "father": "^4.1.0",
99
94
  "husky": "^8.0.3",
95
+ "inquirer": "^9.2.11",
100
96
  "jest": "^29.4.2",
101
97
  "jest-environment-jsdom": "^29.4.2",
102
98
  "less": "^4.2.0",