create-astrale-domain 0.2.7 → 0.2.9
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/index.js +3 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -796,8 +796,9 @@ var LINK_TARGETS = {
|
|
|
796
796
|
"@astrale-os/adapter-astrale": "sdk/adapter-astrale",
|
|
797
797
|
"@astrale-os/kernel-core": "kernel/core",
|
|
798
798
|
"@astrale-os/kernel-dsl": "kernel/dsl",
|
|
799
|
-
// The client SPA consumes the
|
|
800
|
-
"@astrale-os/shell": "shell/packages/shell"
|
|
799
|
+
// The client SPA consumes the React shell surface directly.
|
|
800
|
+
"@astrale-os/shell": "shell/packages/shell",
|
|
801
|
+
"@astrale-os/shell-react": "shell/packages/shell-react"
|
|
801
802
|
};
|
|
802
803
|
var BODY_PACKAGE = "@astrale-os/adapter-cloudflare";
|
|
803
804
|
var ADAPTER_PACKAGES = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-astrale-domain",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.9",
|
|
4
4
|
"description": "Scaffold a standalone Astrale domain — npm create astrale-domain",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"astrale",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"type": "module",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@clack/prompts": "^0.11.0",
|
|
22
|
-
"@astrale-os/adapter-astrale": "^0.4.
|
|
23
|
-
"@astrale-os/adapter-cloudflare": "^0.4.
|
|
22
|
+
"@astrale-os/adapter-astrale": "^0.4.1",
|
|
23
|
+
"@astrale-os/adapter-cloudflare": "^0.4.7"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@astrale-os/ox": ">=0.1.0 <1.0.0",
|