formica-ui-lib 1.0.283 → 1.0.284
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 +4 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "formica-ui-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.284",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"style": "dist/tailwind.css",
|
|
@@ -45,10 +45,12 @@
|
|
|
45
45
|
"lint:fix": "eslint . --fix",
|
|
46
46
|
"check:card-layout": "node scripts/check-card-layout.mjs",
|
|
47
47
|
"check:storybook-scenes": "node scripts/check-storybook-scenes.mjs",
|
|
48
|
+
"verify:package": "node scripts/verify-package-artifacts.mjs",
|
|
48
49
|
"format": "prettier . --write",
|
|
49
50
|
"format:check": "prettier . --check",
|
|
50
51
|
"validate": "npm run lint && npm run check:card-layout && npm run check:storybook-scenes && npm run format:check && npm run typecheck && npm run test:run",
|
|
51
|
-
"build:ci": "vite build && npm run build:styles && npm run build:types"
|
|
52
|
+
"build:ci": "vite build && npm run build:styles && npm run build:types",
|
|
53
|
+
"prepack": "npm run build:ci && npm run verify:package"
|
|
52
54
|
},
|
|
53
55
|
"dependencies": {
|
|
54
56
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|