@dxos/plugin-automation 0.7.1-staging.8709ba7 → 0.7.1

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.
Files changed (1) hide show
  1. package/package.json +34 -34
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/plugin-automation",
3
- "version": "0.7.1-staging.8709ba7",
3
+ "version": "0.7.1",
4
4
  "description": "Prompt chain plugin",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -47,32 +47,32 @@
47
47
  "@effect/schema": "^0.75.5",
48
48
  "@preact/signals-core": "^1.6.0",
49
49
  "lodash.get": "^4.4.2",
50
- "@dxos/app-framework": "0.7.1-staging.8709ba7",
51
- "@dxos/chain": "0.7.1-staging.8709ba7",
52
- "@dxos/context": "0.7.1-staging.8709ba7",
53
- "@dxos/async": "0.7.1-staging.8709ba7",
54
- "@dxos/echo-db": "0.7.1-staging.8709ba7",
55
- "@dxos/echo-schema": "0.7.1-staging.8709ba7",
56
- "@dxos/functions": "0.7.1-staging.8709ba7",
57
- "@dxos/keys": "0.7.1-staging.8709ba7",
58
- "@dxos/log": "0.7.1-staging.8709ba7",
59
- "@dxos/invariant": "0.7.1-staging.8709ba7",
60
- "@dxos/plugin-chess": "0.7.1-staging.8709ba7",
61
- "@dxos/plugin-deck": "0.7.1-staging.8709ba7",
62
- "@dxos/plugin-client": "0.7.1-staging.8709ba7",
63
- "@dxos/plugin-graph": "0.7.1-staging.8709ba7",
64
- "@dxos/plugin-inbox": "0.7.1-staging.8709ba7",
65
- "@dxos/plugin-markdown": "0.7.1-staging.8709ba7",
66
- "@dxos/plugin-ipfs": "0.7.1-staging.8709ba7",
67
- "@dxos/plugin-script": "0.7.1-staging.8709ba7",
68
- "@dxos/plugin-space": "0.7.1-staging.8709ba7",
69
- "@dxos/plugin-sketch": "0.7.1-staging.8709ba7",
70
- "@dxos/plugin-stack": "0.7.1-staging.8709ba7",
71
- "@dxos/react-client": "0.7.1-staging.8709ba7",
72
- "@dxos/react-ui-editor": "0.7.1-staging.8709ba7",
73
- "@dxos/react-ui-form": "0.7.1-staging.8709ba7",
74
- "@dxos/util": "0.7.1-staging.8709ba7",
75
- "@dxos/schema": "0.7.1-staging.8709ba7"
50
+ "@dxos/app-framework": "0.7.1",
51
+ "@dxos/chain": "0.7.1",
52
+ "@dxos/async": "0.7.1",
53
+ "@dxos/context": "0.7.1",
54
+ "@dxos/echo-schema": "0.7.1",
55
+ "@dxos/functions": "0.7.1",
56
+ "@dxos/echo-db": "0.7.1",
57
+ "@dxos/invariant": "0.7.1",
58
+ "@dxos/keys": "0.7.1",
59
+ "@dxos/plugin-chess": "0.7.1",
60
+ "@dxos/log": "0.7.1",
61
+ "@dxos/plugin-client": "0.7.1",
62
+ "@dxos/plugin-deck": "0.7.1",
63
+ "@dxos/plugin-graph": "0.7.1",
64
+ "@dxos/plugin-ipfs": "0.7.1",
65
+ "@dxos/plugin-markdown": "0.7.1",
66
+ "@dxos/plugin-script": "0.7.1",
67
+ "@dxos/plugin-inbox": "0.7.1",
68
+ "@dxos/plugin-sketch": "0.7.1",
69
+ "@dxos/plugin-space": "0.7.1",
70
+ "@dxos/plugin-stack": "0.7.1",
71
+ "@dxos/react-ui-editor": "0.7.1",
72
+ "@dxos/schema": "0.7.1",
73
+ "@dxos/react-client": "0.7.1",
74
+ "@dxos/react-ui-form": "0.7.1",
75
+ "@dxos/util": "0.7.1"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@phosphor-icons/react": "^2.1.5",
@@ -82,18 +82,18 @@
82
82
  "react": "~18.2.0",
83
83
  "react-dom": "~18.2.0",
84
84
  "vite": "5.4.7",
85
- "@dxos/echo-db": "0.7.1-staging.8709ba7",
86
- "@dxos/random": "0.7.1-staging.8709ba7",
87
- "@dxos/react-ui": "0.7.1-staging.8709ba7",
88
- "@dxos/react-ui-theme": "0.7.1-staging.8709ba7",
89
- "@dxos/storybook-utils": "0.7.1-staging.8709ba7"
85
+ "@dxos/random": "0.7.1",
86
+ "@dxos/echo-db": "0.7.1",
87
+ "@dxos/react-ui": "0.7.1",
88
+ "@dxos/storybook-utils": "0.7.1",
89
+ "@dxos/react-ui-theme": "0.7.1"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@phosphor-icons/react": "^2.1.5",
93
93
  "react": "~18.2.0",
94
94
  "react-dom": "~18.2.0",
95
- "@dxos/react-ui": "0.7.1-staging.8709ba7",
96
- "@dxos/react-ui-theme": "0.7.1-staging.8709ba7"
95
+ "@dxos/react-ui": "0.7.1",
96
+ "@dxos/react-ui-theme": "0.7.1"
97
97
  },
98
98
  "publishConfig": {
99
99
  "access": "public"