@firecms/core 3.0.0-alpha.18 → 3.0.0-alpha.20
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firecms/core",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.20",
|
|
4
4
|
"description": "Awesome Firebase/Firestore-based headless open-source CMS",
|
|
5
5
|
"funding": {
|
|
6
6
|
"url": "https://github.com/sponsors/firecmsco"
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"import": "./dist/index.es.js",
|
|
21
21
|
"require": "./dist/index.umd.js",
|
|
22
22
|
"types": "./dist/index.d.ts"
|
|
23
|
-
}
|
|
23
|
+
},
|
|
24
|
+
"./package.json": "./package.json"
|
|
24
25
|
},
|
|
25
26
|
"keywords": [
|
|
26
27
|
"firebase",
|
|
@@ -131,7 +132,7 @@
|
|
|
131
132
|
"dist",
|
|
132
133
|
"src"
|
|
133
134
|
],
|
|
134
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "7b74c47b5ea9f490bd0ba3d2b479108484a19411",
|
|
135
136
|
"publishConfig": {
|
|
136
137
|
"access": "public"
|
|
137
138
|
}
|
|
@@ -178,7 +178,7 @@ export const EntityCollectionView = React.memo(
|
|
|
178
178
|
});
|
|
179
179
|
return sideEntityController.open({
|
|
180
180
|
entityId: clickedEntity.id,
|
|
181
|
-
path:
|
|
181
|
+
path: clickedEntity.path,
|
|
182
182
|
collection,
|
|
183
183
|
updateUrl: true,
|
|
184
184
|
onClose: unselectNavigatedEntity
|
|
@@ -335,7 +335,7 @@ export const EntityCollectionView = React.memo(
|
|
|
335
335
|
});
|
|
336
336
|
sideEntityController.open({
|
|
337
337
|
entityId: clickedEntity.id,
|
|
338
|
-
path:
|
|
338
|
+
path: clickedEntity.path,
|
|
339
339
|
copy: true,
|
|
340
340
|
collection,
|
|
341
341
|
updateUrl: true,
|