@incodetech/web 0.0.0-dev-20260428-98e9ebb → 0.0.0-dev-20260428-bb133cd
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 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260428-
|
|
3
|
+
"version": "0.0.0-dev-20260428-bb133cd",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"qrcode": "^1.5.4",
|
|
231
231
|
"signature_pad": "^5.1.3",
|
|
232
232
|
"tailwindcss": "^4.1.17",
|
|
233
|
-
"@incodetech/core": "0.0.0-dev-20260428-
|
|
233
|
+
"@incodetech/core": "0.0.0-dev-20260428-bb133cd"
|
|
234
234
|
},
|
|
235
235
|
"devDependencies": {
|
|
236
236
|
"@microsoft/api-extractor": "^7.53.3",
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
|
274
274
|
"format:check": "prettier --check . --ignore-path ../../.prettierignore",
|
|
275
275
|
"typecheck": "tsgo -p tsconfig.json --noEmit",
|
|
276
|
-
"storybook": "storybook dev -p 6006",
|
|
277
|
-
"build-storybook": "storybook build"
|
|
276
|
+
"storybook": "NODE_OPTIONS=--experimental-strip-types storybook dev -p 6006",
|
|
277
|
+
"build-storybook": "NODE_OPTIONS=--experimental-strip-types storybook build"
|
|
278
278
|
}
|
|
279
279
|
}
|