@dxos/plugin-space 0.6.10-main.bbdfaa4 → 0.6.10-staging.3cfcc89
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/dist/lib/browser/index.mjs +2 -3
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/node/index.cjs +2 -3
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/meta.json +1 -1
- package/dist/types/src/SpacePlugin.d.ts.map +1 -1
- package/package.json +28 -28
- package/src/SpacePlugin.tsx +2 -4
- package/src/components/SpaceMain/SpaceMain.tsx +1 -1
|
@@ -1644,11 +1644,10 @@ var SpacePlugin = ({ firstRun, onFirstRun } = {}) => {
|
|
|
1644
1644
|
const dispatch = intentPlugin.provides.intent.dispatch;
|
|
1645
1645
|
const handleFirstRun = async () => {
|
|
1646
1646
|
const defaultSpace = client.spaces.default;
|
|
1647
|
-
|
|
1647
|
+
defaultSpace.properties[CollectionType.typename] = create2(CollectionType, {
|
|
1648
1648
|
objects: [],
|
|
1649
1649
|
views: {}
|
|
1650
1650
|
});
|
|
1651
|
-
defaultSpace.properties[CollectionType.typename] = personalSpaceCollection;
|
|
1652
1651
|
if (Migrations2.versionProperty) {
|
|
1653
1652
|
defaultSpace.properties[Migrations2.versionProperty] = Migrations2.targetVersion;
|
|
1654
1653
|
}
|
|
@@ -1861,7 +1860,7 @@ var SpacePlugin = ({ firstRun, onFirstRun } = {}) => {
|
|
|
1861
1860
|
} else {
|
|
1862
1861
|
log2.warn("spaces order object not found", void 0, {
|
|
1863
1862
|
F: __dxlog_file3,
|
|
1864
|
-
L:
|
|
1863
|
+
L: 514,
|
|
1865
1864
|
S: void 0,
|
|
1866
1865
|
C: (f, a) => f(...a)
|
|
1867
1866
|
});
|