@incodetech/web 0.0.0-dev-20260223-b372057 → 0.0.0-dev-20260223-4e681c2
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-20260223-
|
|
3
|
+
"version": "0.0.0-dev-20260223-4e681c2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"libphonenumber-js": "^1.11.0",
|
|
87
87
|
"preact-custom-element": "^4.6.0",
|
|
88
88
|
"tailwindcss": "^4.1.17",
|
|
89
|
-
"@incodetech/core": "0.0.0-dev-20260223-
|
|
89
|
+
"@incodetech/core": "0.0.0-dev-20260223-4e681c2"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@microsoft/api-extractor": "^7.53.3",
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
"coverage": "vitest run --coverage",
|
|
122
122
|
"lint": "eslint .",
|
|
123
123
|
"lint:fix": "eslint . --fix",
|
|
124
|
-
"format": "prettier --write .",
|
|
125
|
-
"format:check": "prettier --check .",
|
|
124
|
+
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
|
125
|
+
"format:check": "prettier --check . --ignore-path ../../.prettierignore",
|
|
126
126
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
127
127
|
"storybook": "storybook dev -p 6006",
|
|
128
128
|
"build-storybook": "storybook build"
|