myoperator-ui 0.0.146 → 0.0.147
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/dist/index.js +2 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "myoperator-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.147",
|
|
4
4
|
"description": "CLI for adding myOperator UI components to your project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./dist/index.js",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"integrity:verify": "node scripts/check-integrity.js verify",
|
|
23
23
|
"validate-types": "node scripts/validate-types.js",
|
|
24
24
|
"validate:source-types": "node scripts/validate-source-types.js",
|
|
25
|
-
"
|
|
25
|
+
"validate:imports": "node scripts/validate-imports.js",
|
|
26
|
+
"build": "npm run validate:source-types && npm run validate:imports && npm run generate-registry && npm run validate:prefix && npm run validate:bootstrap && npm run validate:multifile && tsup src/index.ts --format esm --dts && npm run verify-build",
|
|
26
27
|
"build:safe": "npm run integrity:snapshot && npm run build",
|
|
27
28
|
"dev": "tsup src/index.ts --format esm --watch",
|
|
28
29
|
"typecheck": "tsc --noEmit",
|