create-weave-backend-app 0.2.0 → 0.2.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.
@@ -60,7 +60,7 @@ function tryGitInit(root) {
60
60
  }
61
61
 
62
62
  // src/versions.js
63
- var versions = { "@inditextech/weave-types": "0.2.0", "@inditextech/weave-sdk": "0.2.0", "@inditextech/weave-store-websockets": "0.2.0", "@inditextech/weave-store-azure-web-pubsub": "0.2.0", "@inditextech/weave-react": "0.2.0" };
63
+ var versions = { "@inditextech/weave-types": "0.2.1", "@inditextech/weave-sdk": "0.2.1", "@inditextech/weave-store-websockets": "0.2.1", "@inditextech/weave-store-azure-web-pubsub": "0.2.1", "@inditextech/weave-react": "0.2.1" };
64
64
 
65
65
  // template/package.json
66
66
  var package_default = {
@@ -71,14 +71,10 @@ var package_default = {
71
71
  license: "MIT",
72
72
  dependencies: {
73
73
  "@azure/storage-blob": "^12.26.0",
74
- "@azure/web-pubsub": "^1.1.4",
75
- "@azure/web-pubsub-express": "^1.0.6",
76
74
  "@imgly/background-removal-node": "^1.4.5",
77
75
  "@inditextech/weave-sdk": "0.0.0",
78
76
  "@inditextech/weave-store-websockets": "0.0.0",
79
77
  "@inditextech/weave-store-azure-web-pubsub": "0.0.0",
80
- "@inditextech/weave-types": "0.0.0",
81
- canvas: "^3.1.0",
82
78
  cors: "^2.8.5",
83
79
  dotenv: "^16.4.7",
84
80
  express: "^4.21.2",
@@ -90,9 +86,6 @@ var package_default = {
90
86
  "pino-pretty": "^13.0.0",
91
87
  "ts-node": "^10.9.2",
92
88
  uuid: "^11.1.0",
93
- ws: "^8.18.1",
94
- "y-protocols": "^1.0.6",
95
- yjs: "^13.6.24",
96
89
  zod: "^3.24.2"
97
90
  },
98
91
  devDependencies: {
@@ -103,7 +96,6 @@ var package_default = {
103
96
  "@types/morgan": "^1.9.9",
104
97
  "@types/multer": "^1.4.12",
105
98
  "@types/node": "^22.13.5",
106
- "@types/ws": "^8.18.0",
107
99
  "@typescript-eslint/eslint-plugin": "^8.25.0",
108
100
  "@typescript-eslint/parser": "^8.25.0",
109
101
  commitlint: "^19.7.1",
@@ -238,13 +230,11 @@ function createPackageJson(projectName, options) {
238
230
  private: true,
239
231
  dependencies: {
240
232
  ...pick(versions, [
241
- "@inditextech/weave-types",
242
233
  "@inditextech/weave-sdk",
243
234
  "@inditextech/weave-store-azure-web-pubsub"
244
235
  ]),
245
236
  ...pick(package_default.dependencies, [
246
237
  "@imgly/background-removal-node",
247
- "canvas",
248
238
  "cors",
249
239
  "dotenv",
250
240
  "express",
@@ -256,9 +246,6 @@ function createPackageJson(projectName, options) {
256
246
  "pino-pretty",
257
247
  "ts-node",
258
248
  "uuid",
259
- "ws",
260
- "y-protocols",
261
- "yjs",
262
249
  "zod"
263
250
  ])
264
251
  },
@@ -270,7 +257,6 @@ function createPackageJson(projectName, options) {
270
257
  "@types/morgan",
271
258
  "@types/multer",
272
259
  "@types/node",
273
- "@types/ws",
274
260
  "@typescript-eslint/eslint-plugin",
275
261
  "@typescript-eslint/parser",
276
262
  "eslint",
@@ -298,10 +284,7 @@ function createPackageJson(projectName, options) {
298
284
  },
299
285
  dependencies: {
300
286
  ...pick(package_default.dependencies, [
301
- "@azure/web-pubsub",
302
- "@azure/web-pubsub-express",
303
287
  "@imgly/background-removal-node",
304
- "canvas",
305
288
  "cors",
306
289
  "dotenv",
307
290
  "express",
@@ -313,13 +296,9 @@ function createPackageJson(projectName, options) {
313
296
  "pino-pretty",
314
297
  "ts-node",
315
298
  "uuid",
316
- "ws",
317
- "y-protocols",
318
- "yjs",
319
299
  "zod"
320
300
  ]),
321
301
  ...pick(versions, [
322
- "@inditextech/weave-types",
323
302
  "@inditextech/weave-sdk",
324
303
  "@inditextech/weave-store-websockets"
325
304
  ])
@@ -333,7 +312,6 @@ function createPackageJson(projectName, options) {
333
312
  "@types/morgan",
334
313
  "@types/multer",
335
314
  "@types/node",
336
- "@types/ws",
337
315
  "@typescript-eslint/eslint-plugin",
338
316
  "@typescript-eslint/parser",
339
317
  "eslint",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  create
3
- } from "./chunk-5NMEWJSO.js";
3
+ } from "./chunk-GCDJNCQK.js";
4
4
  export {
5
5
  create
6
6
  };
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  create,
4
4
  cwd,
5
5
  getPackageManager
6
- } from "./chunk-5NMEWJSO.js";
6
+ } from "./chunk-GCDJNCQK.js";
7
7
 
8
8
  // src/index.ts
9
9
  import fs from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-weave-backend-app",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Create a new backend artifact for site with Weave.js",
5
5
  "keywords": [
6
6
  "NextJs",
@@ -6,14 +6,10 @@
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
8
  "@azure/storage-blob": "^12.26.0",
9
- "@azure/web-pubsub": "^1.1.4",
10
- "@azure/web-pubsub-express": "^1.0.6",
11
9
  "@imgly/background-removal-node": "^1.4.5",
12
10
  "@inditextech/weave-sdk": "0.0.0",
13
11
  "@inditextech/weave-store-websockets": "0.0.0",
14
12
  "@inditextech/weave-store-azure-web-pubsub": "0.0.0",
15
- "@inditextech/weave-types": "0.0.0",
16
- "canvas": "^3.1.0",
17
13
  "cors": "^2.8.5",
18
14
  "dotenv": "^16.4.7",
19
15
  "express": "^4.21.2",
@@ -25,9 +21,6 @@
25
21
  "pino-pretty": "^13.0.0",
26
22
  "ts-node": "^10.9.2",
27
23
  "uuid": "^11.1.0",
28
- "ws": "^8.18.1",
29
- "y-protocols": "^1.0.6",
30
- "yjs": "^13.6.24",
31
24
  "zod": "^3.24.2"
32
25
  },
33
26
  "devDependencies": {
@@ -38,7 +31,6 @@
38
31
  "@types/morgan": "^1.9.9",
39
32
  "@types/multer": "^1.4.12",
40
33
  "@types/node": "^22.13.5",
41
- "@types/ws": "^8.18.0",
42
34
  "@typescript-eslint/eslint-plugin": "^8.25.0",
43
35
  "@typescript-eslint/parser": "^8.25.0",
44
36
  "commitlint": "^19.7.1",