@bspk/ui 1.3.16 → 1.3.17
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bspk/ui",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.17",
|
|
4
4
|
"license": "CC-BY-4.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -13,6 +13,17 @@
|
|
|
13
13
|
"tsconfig.json",
|
|
14
14
|
"tsconfig.build.json"
|
|
15
15
|
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public",
|
|
18
|
+
"provenance": true
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git+https://github.com/Anywhererealestate/bspk-ui"
|
|
23
|
+
},
|
|
24
|
+
"engines": {
|
|
25
|
+
"node": ">=22"
|
|
26
|
+
},
|
|
16
27
|
"scripts": {
|
|
17
28
|
"sass": "npx sass --no-source-map --silence-deprecation=mixed-decls src:dist",
|
|
18
29
|
"build": "npx tsx build.ts",
|
|
@@ -231,17 +242,6 @@
|
|
|
231
242
|
"./UIProvider": "./dist/components/UIProvider/index.js",
|
|
232
243
|
"./UIProvider/*": "./dist/components/UIProvider/*.js"
|
|
233
244
|
},
|
|
234
|
-
"publishConfig": {
|
|
235
|
-
"access": "public",
|
|
236
|
-
"provenance": true
|
|
237
|
-
},
|
|
238
|
-
"repository": {
|
|
239
|
-
"type": "git",
|
|
240
|
-
"url": "git+https://github.com/Anywhererealestate/bspk-ui"
|
|
241
|
-
},
|
|
242
|
-
"engines": {
|
|
243
|
-
"node": ">=24"
|
|
244
|
-
},
|
|
245
245
|
"dependencies": {
|
|
246
246
|
"@bspk/icons": "^1.0.5",
|
|
247
247
|
"@bspk/styles": "^1.0.2",
|