@d-matrix/icons-react 0.54.0 → 0.54.1

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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-matrix/icons-react",
3
- "version": "0.54.0",
3
+ "version": "0.54.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -57,7 +57,9 @@
57
57
  "prepublishOnly": "npm run generate && npm run build",
58
58
  "wait3s": "node -e \"setTimeout(() => process.exit(0), 3000)\"",
59
59
  "cnpm:sync": "cnpm sync %npm_package_name%",
60
- "postpublish": "echo \"wait for 3 seconds, then sync cnpm\" && npm run wait3s && npm run cnpm:sync"
60
+ "postpublish": "echo \"wait for 3 seconds, then sync cnpm\" && npm run wait3s && npm run cnpm:sync",
61
+ "load": "dotenvx run -f .env -- sh -c 'echo $NPM_AUTHTOKEN'",
62
+ "pb": "dotenvx run -f .env -- npm publish --access public"
61
63
  },
62
64
  "keywords": [
63
65
  "react",
@@ -73,6 +75,7 @@
73
75
  "devDependencies": {
74
76
  "@babel/core": "^7.26.0",
75
77
  "@babel/plugin-transform-object-rest-spread": "^7.25.9",
78
+ "@dotenvx/dotenvx": "^1.51.2",
76
79
  "@eslint/js": "^9.15.0",
77
80
  "@rollup/plugin-babel": "^6.0.4",
78
81
  "@rollup/plugin-node-resolve": "^15.3.0",
@@ -97,12 +100,8 @@
97
100
  "vite": "^6.0.5",
98
101
  "vite-plugin-dts": "^4.3.0"
99
102
  },
100
- "publishConfig": {
101
- "access": "public",
102
- "registry": "https://registry.npmjs.org"
103
- },
104
103
  "dependencies": {
105
104
  "classnames": "^2.5.1",
106
105
  "rc-util": "^5.44.3"
107
106
  }
108
- }
107
+ }