@firecms/ui 3.0.0-canary.0 → 3.0.0-canary.2
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 +10 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@firecms/ui",
|
3
3
|
"type": "module",
|
4
|
-
"version": "3.0.0-canary.
|
4
|
+
"version": "3.0.0-canary.2",
|
5
5
|
"description": "Awesome Firebase/Firestore-based headless open-source CMS",
|
6
6
|
"funding": {
|
7
7
|
"url": "https://github.com/sponsors/firecmsco"
|
@@ -27,6 +27,14 @@
|
|
27
27
|
"headless cms",
|
28
28
|
"content manager"
|
29
29
|
],
|
30
|
+
"exports": {
|
31
|
+
".": {
|
32
|
+
"import": "./dist/index.es.js",
|
33
|
+
"require": "./dist/index.umd.js",
|
34
|
+
"types": "./dist/src/index.d.ts"
|
35
|
+
},
|
36
|
+
"./package.json": "./package.json"
|
37
|
+
},
|
30
38
|
"scripts": {
|
31
39
|
"watch": "vite build --watch",
|
32
40
|
"build": "vite build && tsc --emitDeclarationOnly",
|
@@ -102,7 +110,7 @@
|
|
102
110
|
"dist",
|
103
111
|
"src"
|
104
112
|
],
|
105
|
-
"gitHead": "
|
113
|
+
"gitHead": "24234382207c741094a561eb4b94a416f00e6b74",
|
106
114
|
"publishConfig": {
|
107
115
|
"access": "public"
|
108
116
|
}
|