@dxos/plugin-help 0.8.4-main.3f58842 → 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-help",
3
- "version": "0.8.4-main.3f58842",
3
+ "version": "0.8.4-main.67995b8",
4
4
  "description": "Help plugin.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -11,15 +11,18 @@
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./dist/types/src/index.d.ts",
14
- "browser": "./dist/lib/browser/index.mjs"
14
+ "browser": "./dist/lib/browser/index.mjs",
15
+ "source": "./src/index.ts"
15
16
  },
16
17
  "./meta": {
17
18
  "types": "./dist/types/src/meta.d.ts",
18
- "browser": "./dist/lib/browser/meta.mjs"
19
+ "browser": "./dist/lib/browser/meta.mjs",
20
+ "source": "./src/meta.ts"
19
21
  },
20
22
  "./types": {
21
23
  "types": "./dist/types/src/types/index.d.ts",
22
- "browser": "./dist/lib/browser/types/index.mjs"
24
+ "browser": "./dist/lib/browser/types/index.mjs",
25
+ "source": "./src/types/index.ts"
23
26
  }
24
27
  },
25
28
  "types": "dist/types/src/index.d.ts",
@@ -41,18 +44,18 @@
41
44
  "@fluentui/react-tabster": "^9.24.2",
42
45
  "@preact-signals/safe-react": "^0.9.0",
43
46
  "react-joyride": "^2.7.2",
44
- "@dxos/app-framework": "0.8.4-main.3f58842",
45
- "@dxos/app-graph": "0.8.4-main.3f58842",
46
- "@dxos/debug": "0.8.4-main.3f58842",
47
- "@dxos/echo-schema": "0.8.4-main.3f58842",
48
- "@dxos/echo": "0.8.4-main.3f58842",
49
- "@dxos/live-object": "0.8.4-main.3f58842",
50
- "@dxos/keyboard": "0.8.4-main.3f58842",
51
- "@dxos/local-storage": "0.8.4-main.3f58842",
52
- "@dxos/plugin-client": "0.8.4-main.3f58842",
53
- "@dxos/plugin-graph": "0.8.4-main.3f58842",
54
- "@dxos/plugin-space": "0.8.4-main.3f58842",
55
- "@dxos/react-client": "0.8.4-main.3f58842"
47
+ "@dxos/app-framework": "0.8.4-main.67995b8",
48
+ "@dxos/debug": "0.8.4-main.67995b8",
49
+ "@dxos/app-graph": "0.8.4-main.67995b8",
50
+ "@dxos/echo-schema": "0.8.4-main.67995b8",
51
+ "@dxos/echo": "0.8.4-main.67995b8",
52
+ "@dxos/keyboard": "0.8.4-main.67995b8",
53
+ "@dxos/live-object": "0.8.4-main.67995b8",
54
+ "@dxos/local-storage": "0.8.4-main.67995b8",
55
+ "@dxos/plugin-graph": "0.8.4-main.67995b8",
56
+ "@dxos/plugin-client": "0.8.4-main.67995b8",
57
+ "@dxos/plugin-space": "0.8.4-main.67995b8",
58
+ "@dxos/react-client": "0.8.4-main.67995b8"
56
59
  },
57
60
  "devDependencies": {
58
61
  "@effect-rx/rx-react": "0.38.0",
@@ -65,10 +68,10 @@
65
68
  "react-floater": "0.7.9",
66
69
  "type-fest": "4.10.1",
67
70
  "vite": "5.4.7",
68
- "@dxos/random": "0.8.4-main.3f58842",
69
- "@dxos/react-ui": "0.8.4-main.3f58842",
70
- "@dxos/react-ui-theme": "0.8.4-main.3f58842",
71
- "@dxos/storybook-utils": "0.8.4-main.3f58842"
71
+ "@dxos/random": "0.8.4-main.67995b8",
72
+ "@dxos/react-ui": "0.8.4-main.67995b8",
73
+ "@dxos/storybook-utils": "0.8.4-main.67995b8",
74
+ "@dxos/react-ui-theme": "0.8.4-main.67995b8"
72
75
  },
73
76
  "peerDependencies": {
74
77
  "@effect-rx/rx-react": "^0.34.1",
@@ -76,8 +79,8 @@
76
79
  "effect": "^3.13.3",
77
80
  "react": "~18.2.0",
78
81
  "react-dom": "~18.2.0",
79
- "@dxos/react-ui": "0.8.4-main.3f58842",
80
- "@dxos/react-ui-theme": "0.8.4-main.3f58842"
82
+ "@dxos/react-ui": "0.8.4-main.67995b8",
83
+ "@dxos/react-ui-theme": "0.8.4-main.67995b8"
81
84
  },
82
85
  "publishConfig": {
83
86
  "access": "public"