|
54 | 54 | "new-sandbox:mem" : "RUST_LOG=warn WASM_LOG=warn echo \"pass\" | $npm_package_config_bin/hc s --piped -f=$HC_ADMIN_PORT generate artifacts/files.happ --run=$HC_APP_PORT -a Files network mem", |
55 | 55 | "new-sandbox:local" : "RUST_LOG=warn WASM_LOG=warn echo \"pass\" | $npm_package_config_bin/hc s --piped -f=$HC_ADMIN_PORT generate artifacts/files.happ --run=$HC_APP_PORT -a Files network --bootstrap http://127.0.0.1:$BOOT_PORT webrtc ws://127.0.0.1:$BOOT_PORT", |
56 | 56 |
|
57 | | - "spintest" : " UI_PORT=$(port) HC_APP_PORT=$(port) HAPP_BUILD_MODE='Debug' concurrently \"npm run build:watch -w webcomponents\" \"npm run spin\" \"sleep 5 && npm run start -w webapp\"", |
58 | | - "spin" : "hc-spin -n 2 --ui-port $UI_PORT artifacts/files.happ", |
59 | | - |
60 | 57 | "serve:run" : "$npm_package_config_bin/kitsune2-bootstrap-srv --listen 127.0.0.1:$BOOT_PORT", |
61 | 58 | "serve:save" : "echo SIGNAL_PORT=$SIGNAL_PORT && echo $SIGNAL_PORT > .hc_signalenv && echo $BOOT_PORT > .hc_bootenv && echo BOOT_PORT=$BOOT_PORT", |
62 | 59 | "serve" : "BOOT_PORT=$(cat .hc_bootenv) SIGNAL_PORT=$(cat .hc_bootenv) npm run serve:run", |
|
97 | 94 | }, |
98 | 95 | "devDependencies": { |
99 | 96 | "@ddd-qc/hc-prebuilt": "0.506.2", |
100 | | - "@theweave/cli": "0.14.4", |
101 | | - "@holochain/hc-spin": "0.500.1", |
| 97 | + "@theweave/cli": "=0.15.2", |
102 | 98 | "@types/jest": "^29.5.1", |
103 | 99 | "@types/ws": "^8.5.3", |
104 | 100 | "bestzip": "^2.2.0", |
|
112 | 108 | }, |
113 | 109 | "dependencies": { |
114 | 110 | "@holochain/client": "^0.20.0-dev.2", |
115 | | - "@theweave/api": "=0.5.2", |
| 111 | + "@holochain-open-dev/core-types": "0.600.0-dev.2", |
| 112 | + "@holochain-open-dev/profiles": "0.600.0-dev.2", |
| 113 | + "@holochain-open-dev/elements": "0.600.0-dev.0", |
| 114 | + "@theweave/api": "=0.6.0", |
116 | 115 | "@ddd-qc/cell-proxy": "=0.33.0", |
117 | 116 | "@ddd-qc/lit-happ": "=0.33.0", |
118 | 117 | "@ddd-qc/profiles-dvm": "=0.33.0", |
119 | | - "@ddd-qc/we-utils": "=0.33.0", |
| 118 | + "@ddd-qc/we-utils": "=0.33.1", |
120 | 119 | "@ddd-qc/path-explorer": "=0.10.0", |
121 | 120 | "@ddd-qc/delivery": "=0.20.0", |
122 | | - "@holochain-open-dev/core-types": "0.600.0-dev.2", |
123 | | - "@holochain-open-dev/profiles": "0.600.0-dev.2", |
124 | | - "@holochain-open-dev/elements": "0.600.0-dev.0", |
125 | 121 | "@shoelace-style/shoelace": "2.11.2", |
126 | 122 | "@lit/context": "1.0.1", |
127 | 123 | "@lit/localize": "0.12.1", |
|
0 commit comments