@firecms/core 3.0.0-alpha.67 → 3.0.0-alpha.69

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/core",
3
3
  "type": "module",
4
- "version": "3.0.0-alpha.67",
4
+ "version": "3.0.0-alpha.69",
5
5
  "description": "Awesome Firebase/Firestore-based headless open-source CMS",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/firecmsco"
@@ -10,20 +10,12 @@
10
10
  "license": "MIT",
11
11
  "repository": "git@github.com:FireCMSco/firecms.git",
12
12
  "main": "./dist/index.umd.js",
13
- "module": "./dist/index.mjs",
13
+ "module": "./dist/index.es.js",
14
14
  "types": "./dist/index.d.ts",
15
15
  "source": "src/index.ts",
16
16
  "engines": {
17
17
  "node": ">=14"
18
18
  },
19
- "exports": {
20
- ".": {
21
- "import": "./dist/index.mjs",
22
- "require": "./dist/index.umd.js",
23
- "types": "./dist/index.d.ts"
24
- },
25
- "./package.json": "./package.json"
26
- },
27
19
  "keywords": [
28
20
  "firebase",
29
21
  "cms",
@@ -46,7 +38,7 @@
46
38
  "generateIcons": "ts-node --esm src/icons/generateIcons.ts"
47
39
  },
48
40
  "dependencies": {
49
- "@firecms/ui": "^3.0.0-alpha.67",
41
+ "@firecms/ui": "^3.0.0-alpha.69",
50
42
  "@fontsource/ibm-plex-mono": "^5.0.8",
51
43
  "@fontsource/roboto": "^5.0.8",
52
44
  "@hello-pangea/dnd": "^16.5.0",
@@ -117,7 +109,7 @@
117
109
  "dist",
118
110
  "src"
119
111
  ],
120
- "gitHead": "a5b80a1d2e98ec87c91c8757db8424c5e476a245",
112
+ "gitHead": "8e884ebdc09ca1f13359dd44d8f6c6207c94e825",
121
113
  "publishConfig": {
122
114
  "access": "public"
123
115
  }