sa2kit 1.6.85 → 1.6.88
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 +16 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sa2kit",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.88",
|
|
4
4
|
"description": "A modern, type-safe React utility library with cross-platform support and platform adapters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -383,6 +383,21 @@
|
|
|
383
383
|
"import": "./dist/festivalCard/routes/index.mjs",
|
|
384
384
|
"require": "./dist/festivalCard/routes/index.js"
|
|
385
385
|
},
|
|
386
|
+
"./vocaloidBooth": {
|
|
387
|
+
"types": "./dist/vocaloidBooth/index.d.ts",
|
|
388
|
+
"import": "./dist/vocaloidBooth/index.mjs",
|
|
389
|
+
"require": "./dist/vocaloidBooth/index.js"
|
|
390
|
+
},
|
|
391
|
+
"./vocaloidBooth/web": {
|
|
392
|
+
"types": "./dist/vocaloidBooth/web/index.d.ts",
|
|
393
|
+
"import": "./dist/vocaloidBooth/web/index.mjs",
|
|
394
|
+
"require": "./dist/vocaloidBooth/web/index.js"
|
|
395
|
+
},
|
|
396
|
+
"./vocaloidBooth/server": {
|
|
397
|
+
"types": "./dist/vocaloidBooth/server/index.d.ts",
|
|
398
|
+
"import": "./dist/vocaloidBooth/server/index.mjs",
|
|
399
|
+
"require": "./dist/vocaloidBooth/server/index.js"
|
|
400
|
+
},
|
|
386
401
|
"./components": {
|
|
387
402
|
"types": "./dist/components/index.d.ts",
|
|
388
403
|
"import": "./dist/components/index.mjs",
|