@dxos/plugin-explorer 0.8.4-main.2e9d522 → 0.8.4-main.67995b8

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/plugin-explorer",
3
- "version": "0.8.4-main.2e9d522",
3
+ "version": "0.8.4-main.67995b8",
4
4
  "description": "Braneframe data visualization plugin",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -12,17 +12,20 @@
12
12
  ".": {
13
13
  "types": "./dist/types/src/index.d.ts",
14
14
  "browser": "./dist/lib/browser/index.mjs",
15
- "node": "./dist/lib/node-esm/index.mjs"
15
+ "node": "./dist/lib/node-esm/index.mjs",
16
+ "source": "./src/index.ts"
16
17
  },
17
18
  "./meta": {
18
19
  "types": "./dist/types/src/meta.d.ts",
19
20
  "browser": "./dist/lib/browser/meta.mjs",
20
- "node": "./dist/lib/node-esm/meta.mjs"
21
+ "node": "./dist/lib/node-esm/meta.mjs",
22
+ "source": "./src/meta.ts"
21
23
  },
22
24
  "./types": {
23
25
  "types": "./dist/types/src/types/index.d.ts",
24
26
  "browser": "./dist/lib/browser/types/index.mjs",
25
- "node": "./dist/lib/node-esm/types/index.mjs"
27
+ "node": "./dist/lib/node-esm/types/index.mjs",
28
+ "source": "./src/types/index.ts"
26
29
  }
27
30
  },
28
31
  "types": "dist/types/src/index.d.ts",
@@ -52,25 +55,25 @@
52
55
  "react-resize-detector": "^11.0.1",
53
56
  "three": "^0.178.0",
54
57
  "topojson-client": "^3.1.0",
55
- "@dxos/app-framework": "0.8.4-main.2e9d522",
56
- "@dxos/client": "0.8.4-main.2e9d522",
57
- "@dxos/async": "0.8.4-main.2e9d522",
58
- "@dxos/echo": "0.8.4-main.2e9d522",
59
- "@dxos/echo-schema": "0.8.4-main.2e9d522",
60
- "@dxos/graph": "0.8.4-main.2e9d522",
61
- "@dxos/invariant": "0.8.4-main.2e9d522",
62
- "@dxos/live-object": "0.8.4-main.2e9d522",
63
- "@dxos/log": "0.8.4-main.2e9d522",
64
- "@dxos/plugin-graph": "0.8.4-main.2e9d522",
65
- "@dxos/plugin-search": "0.8.4-main.2e9d522",
66
- "@dxos/plugin-client": "0.8.4-main.2e9d522",
67
- "@dxos/plugin-space": "0.8.4-main.2e9d522",
68
- "@dxos/react-client": "0.8.4-main.2e9d522",
69
- "@dxos/react-ui-stack": "0.8.4-main.2e9d522",
70
- "@dxos/react-ui-graph": "0.8.4-main.2e9d522",
71
- "@dxos/schema": "0.8.4-main.2e9d522",
72
- "@dxos/react-ui-attention": "0.8.4-main.2e9d522",
73
- "@dxos/util": "0.8.4-main.2e9d522"
58
+ "@dxos/app-framework": "0.8.4-main.67995b8",
59
+ "@dxos/async": "0.8.4-main.67995b8",
60
+ "@dxos/client": "0.8.4-main.67995b8",
61
+ "@dxos/echo": "0.8.4-main.67995b8",
62
+ "@dxos/graph": "0.8.4-main.67995b8",
63
+ "@dxos/echo-schema": "0.8.4-main.67995b8",
64
+ "@dxos/invariant": "0.8.4-main.67995b8",
65
+ "@dxos/live-object": "0.8.4-main.67995b8",
66
+ "@dxos/plugin-client": "0.8.4-main.67995b8",
67
+ "@dxos/plugin-graph": "0.8.4-main.67995b8",
68
+ "@dxos/plugin-search": "0.8.4-main.67995b8",
69
+ "@dxos/log": "0.8.4-main.67995b8",
70
+ "@dxos/plugin-space": "0.8.4-main.67995b8",
71
+ "@dxos/react-ui-attention": "0.8.4-main.67995b8",
72
+ "@dxos/react-client": "0.8.4-main.67995b8",
73
+ "@dxos/react-ui-graph": "0.8.4-main.67995b8",
74
+ "@dxos/react-ui-stack": "0.8.4-main.67995b8",
75
+ "@dxos/schema": "0.8.4-main.67995b8",
76
+ "@dxos/util": "0.8.4-main.67995b8"
74
77
  },
75
78
  "devDependencies": {
76
79
  "@types/d3": "^7.4.3",
@@ -83,18 +86,18 @@
83
86
  "react": "~18.2.0",
84
87
  "react-dom": "~18.2.0",
85
88
  "vite": "5.4.7",
86
- "@dxos/echo-generator": "0.8.4-main.2e9d522",
87
- "@dxos/react-ui": "0.8.4-main.2e9d522",
88
- "@dxos/random": "0.8.4-main.2e9d522",
89
- "@dxos/react-ui-theme": "0.8.4-main.2e9d522",
90
- "@dxos/storybook-utils": "0.8.4-main.2e9d522"
89
+ "@dxos/react-ui": "0.8.4-main.67995b8",
90
+ "@dxos/echo-generator": "0.8.4-main.67995b8",
91
+ "@dxos/random": "0.8.4-main.67995b8",
92
+ "@dxos/react-ui-theme": "0.8.4-main.67995b8",
93
+ "@dxos/storybook-utils": "0.8.4-main.67995b8"
91
94
  },
92
95
  "peerDependencies": {
93
96
  "effect": "^3.13.3",
94
97
  "react": "~18.2.0",
95
98
  "react-dom": "~18.2.0",
96
- "@dxos/react-ui": "0.8.4-main.2e9d522",
97
- "@dxos/react-ui-theme": "0.8.4-main.2e9d522"
99
+ "@dxos/react-ui": "0.8.4-main.67995b8",
100
+ "@dxos/react-ui-theme": "0.8.4-main.67995b8"
98
101
  },
99
102
  "publishConfig": {
100
103
  "access": "public"