@nexushub/client 0.6.6 → 0.6.7

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 (2) hide show
  1. package/dist/cli.cjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.cjs CHANGED
@@ -156,7 +156,7 @@ instead of making network calls. Edit the JSON files directly, then run
156
156
  Empty schema values are intentional placeholders \u2014 fill them with your content.
157
157
  `),W.includes("type_gen")&&(Ae.pages?.length||0)+(Ae.collections?.length||0)>0){let V=Zl(Ae),J=E.default.resolve(n,"types/nexus.d.ts");await R.default.ensureDir(E.default.dirname(J)),await R.default.writeFile(J,V),console.log(S(" + Generated types/nexus.d.ts"))}await Id(pe),D.succeed(Y("Workspace scaffolded")),console.log(`
158
158
  `+w.bold.white(` \u2463 Provisioning Dependencies
159
- `));let Ie=Q("Installing SDK and Edge Adapters...").start();try{let V=["@nexushub/client"],J=[];i.id==="nextjs"&&!tc()&&J.push("@opennextjs/cloudflare@latest");let ge=a==="npm"?"npm install":`${a} add`,nr=a==="npm"?"npm install -D":`${a} add -D`,xo=a==="npm"?"npx":a==="bun"?"bunx":"pnpx";(0,He.execSync)(`${ge} ${V.join(" ")}`,{stdio:"ignore"}),J.length>0&&((0,He.execSync)(`${nr} ${J.join(" ")}`,{stdio:"ignore"}),(0,He.execSync)(`${xo} opennextjs-cloudflare init`,{stdio:"ignore",input:`
159
+ `));let Ie=Q("Installing SDK and Edge Adapters...").start();try{let V=["@nexushub/client"],J=[];i.id==="nextjs"&&!tc()&&J.push("@opennextjs/cloudflare@^1.19.4");let ge=a==="npm"?"npm install":`${a} add`,nr=a==="npm"?"npm install -D":`${a} add -D`,xo=a==="npm"?"npx":a==="bun"?"bunx":"pnpx";(0,He.execSync)(`${ge} ${V.join(" ")}`,{stdio:"ignore"}),J.length>0&&((0,He.execSync)(`${nr} ${J.join(" ")}`,{stdio:"ignore"}),(0,He.execSync)(`${xo} opennextjs-cloudflare init`,{stdio:"ignore",input:`
160
160
 
161
161
 
162
162
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexushub/client",
3
3
  "private": false,
4
- "version": "0.6.6",
4
+ "version": "0.6.7",
5
5
  "description": "The God-Tier NexusHub SDK",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",