@dxos/echo-solid 0.8.4-main.c85a9c8dae → 0.8.4-main.d05673bc65
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": "@dxos/echo-solid",
|
|
3
|
-
"version": "0.8.4-main.
|
|
3
|
+
"version": "0.8.4-main.d05673bc65",
|
|
4
4
|
"description": "Solid.js integration for ECHO.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@effect-atom/atom": "^0.5.1",
|
|
32
32
|
"@solid-primitives/utils": "^6.3.2",
|
|
33
|
-
"@dxos/echo": "0.8.4-main.
|
|
34
|
-
"@dxos/
|
|
35
|
-
"@dxos/
|
|
33
|
+
"@dxos/echo": "0.8.4-main.d05673bc65",
|
|
34
|
+
"@dxos/echo-atom": "0.8.4-main.d05673bc65",
|
|
35
|
+
"@dxos/effect-atom-solid": "0.8.4-main.d05673bc65"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@solidjs/testing-library": "^0.8.10",
|
|
39
39
|
"solid-js": "^1.9.11",
|
|
40
40
|
"vite-plugin-solid": "^2.11.10",
|
|
41
41
|
"vitest": "3.2.4",
|
|
42
|
-
"@dxos/echo-db": "0.8.4-main.
|
|
42
|
+
"@dxos/echo-db": "0.8.4-main.d05673bc65"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"solid-js": "^1.9.11"
|
package/src/useSchema.test.tsx
CHANGED
|
@@ -100,7 +100,7 @@ describe('useSchema', () => {
|
|
|
100
100
|
// The runtime registry query subscription doesn't fire when schemas are registered.
|
|
101
101
|
// See: packages/core/echo/echo-db/src/proxy-db/runtime-schema-registry.ts:57
|
|
102
102
|
let schemaAccessor: (() => any) | undefined;
|
|
103
|
-
const typename = 'example.
|
|
103
|
+
const typename = 'com.example.type.person';
|
|
104
104
|
|
|
105
105
|
function TestComponent() {
|
|
106
106
|
const schema = useSchema(db, typename);
|