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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -969,7 +969,8 @@ export { Input, inputVariants };
969
969
  "class-variance-authority",
970
970
  "clsx",
971
971
  "tailwind-merge",
972
- "lucide-react"
972
+ "lucide-react",
973
+ "tailwindcss-animate"
973
974
  ],
974
975
  files: [
975
976
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-ui",
3
- "version": "0.0.146",
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
- "build": "npm run validate:source-types && 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",
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",