@kvdbil/components 17.3.2 → 17.3.3
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 +1 -3
- package/package.json.tmp +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kvdbil/components",
|
|
3
|
-
"version": "17.3.
|
|
3
|
+
"version": "17.3.3",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
"build:rollup": "rollup -c && cp package.json dist/",
|
|
24
24
|
"build:storybook": "storybook build",
|
|
25
25
|
"lint": "eslint --fix",
|
|
26
|
-
"analyze": "rollup -c rollup.config.analyze.mjs",
|
|
27
26
|
"create-declaration": "yarn tsc --p tsconfig.production.json --emitDeclarationOnly --noEmit false --declaration true --declarationDir dist/types",
|
|
28
27
|
"prepare": "husky",
|
|
29
28
|
"validate-code": "yarn type-check && yarn lint && yarn test && echo '✅ Code is valid!'",
|
|
@@ -110,7 +109,6 @@
|
|
|
110
109
|
"rollup": "^4.21.2",
|
|
111
110
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
112
111
|
"rollup-plugin-multi-input": "^1.5.0",
|
|
113
|
-
"rollup-plugin-visualizer": "6.0.3",
|
|
114
112
|
"standard-version": "^9.3.1",
|
|
115
113
|
"storybook": "^8.3.2",
|
|
116
114
|
"styled-components": "^6.1.13",
|
package/package.json.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kvdbil/components",
|
|
3
|
-
"version": "17.3.
|
|
3
|
+
"version": "17.3.3",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"main": "cjs/index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
"build:rollup": "rollup -c && cp package.json dist/",
|
|
24
24
|
"build:storybook": "storybook build",
|
|
25
25
|
"lint": "eslint --fix",
|
|
26
|
-
"analyze": "rollup -c rollup.config.analyze.mjs",
|
|
27
26
|
"create-declaration": "yarn tsc --p tsconfig.production.json --emitDeclarationOnly --noEmit false --declaration true --declarationDir dist/types",
|
|
28
27
|
"validate-code": "yarn type-check && yarn lint && yarn test && echo '✅ Code is valid!'",
|
|
29
28
|
"publish-package": "./npm-publish.sh"
|
|
@@ -109,7 +108,6 @@
|
|
|
109
108
|
"rollup": "^4.21.2",
|
|
110
109
|
"rollup-plugin-esbuild": "^6.1.1",
|
|
111
110
|
"rollup-plugin-multi-input": "^1.5.0",
|
|
112
|
-
"rollup-plugin-visualizer": "6.0.3",
|
|
113
111
|
"standard-version": "^9.3.1",
|
|
114
112
|
"storybook": "^8.3.2",
|
|
115
113
|
"styled-components": "^6.1.13",
|