myoperator-ui 0.0.149 → 0.0.150

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": "myoperator-ui",
3
- "version": "0.0.149",
3
+ "version": "0.0.150",
4
4
  "description": "CLI for adding myOperator UI components to your project",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",
@@ -29,7 +29,7 @@
29
29
  "typecheck": "tsc --noEmit",
30
30
  "test": "vitest run",
31
31
  "test:watch": "vitest",
32
- "prepublishOnly": "npm run validate-types && npm run build && npm run validate-registry"
32
+ "prepublishOnly": "node scripts/check-publish-allowed.js && npm run validate-types && npm run build && npm run validate-registry"
33
33
  },
34
34
  "dependencies": {
35
35
  "chalk": "^5.3.0",