@takeshape/cli 11.105.0 → 11.106.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 (2) hide show
  1. package/dist/index.js +15034 -10746
  2. package/package.json +55 -55
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/cli",
3
- "version": "11.105.0",
3
+ "version": "11.106.1",
4
4
  "description": "TakeShape CLI",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -17,63 +17,63 @@
17
17
  ],
18
18
  "dependencies": {},
19
19
  "devDependencies": {
20
- "@graphql-codegen/core": "^2.5.1",
21
- "@graphql-codegen/plugin-helpers": "^2.4.1",
22
- "@graphql-codegen/typescript": "^2.4.5",
23
- "@graphql-tools/graphql-file-loader": "^8.0.1",
24
- "@graphql-tools/load": "^8.0.2",
25
- "@types/archiver": "^3.1.0",
26
- "@types/async-retry": "^1.4.8",
27
- "@types/fs-extra": "^8.1.0",
28
- "@types/glob": "^7.1.1",
29
- "@types/inquirer": "^7.3.1",
30
- "@types/jsonwebtoken": "^8.3.9",
20
+ "@graphql-codegen/core": "2.5.1",
21
+ "@graphql-codegen/plugin-helpers": "2.4.1",
22
+ "@graphql-codegen/typescript": "2.4.5",
23
+ "@graphql-tools/graphql-file-loader": "8.0.1",
24
+ "@graphql-tools/load": "8.0.2",
25
+ "@types/archiver": "3.1.1",
26
+ "@types/async-retry": "1.4.8",
27
+ "@types/fs-extra": "8.1.1",
28
+ "@types/glob": "7.2.0",
29
+ "@types/inquirer": "7.3.1",
30
+ "@types/jsonwebtoken": "8.5.1",
31
31
  "@types/lodash": "4.17.20",
32
- "@types/node-fetch": "^2.5.6",
33
- "@types/prettyjson": "^0.0.30",
34
- "@types/request": "^2.48.12",
35
- "@types/semver": "^6.0.1",
36
- "@types/stream-to-promise": "^2.2.1",
37
- "@types/tmp": "^0.1.0",
38
- "@types/unzipper": "^0.10.3",
39
- "archiver": "^1.3.0",
40
- "async-retry": "^1.2.1",
41
- "bluebird": "^3.4.6",
42
- "chalk": "^2.4.2",
43
- "chokidar": "^2.1.5",
44
- "commander": "^2.9.0",
45
- "cross-env": "^5.2.0",
46
- "date-fns": "^2.28.0",
47
- "dotenv": "^6.0.0",
48
- "dotenv-stringify": "^1.0.0",
49
- "fs-extra": "^7.0.1",
50
- "get-port": "^5.1.1",
51
- "glob": "^7.1.2",
32
+ "@types/node-fetch": "2.6.11",
33
+ "@types/prettyjson": "0.0.30",
34
+ "@types/request": "2.48.12",
35
+ "@types/semver": "6.2.2",
36
+ "@types/stream-to-promise": "2.2.1",
37
+ "@types/tmp": "0.1.0",
38
+ "@types/unzipper": "0.10.3",
39
+ "archiver": "1.3.0",
40
+ "async-retry": "1.3.1",
41
+ "bluebird": "3.7.2",
42
+ "chalk": "2.4.2",
43
+ "chokidar": "2.1.8",
44
+ "commander": "2.20.3",
45
+ "cross-env": "5.2.1",
46
+ "date-fns": "2.30.0",
47
+ "dotenv": "6.2.0",
48
+ "dotenv-stringify": "1.0.0",
49
+ "fs-extra": "7.0.1",
50
+ "get-port": "5.1.1",
51
+ "glob": "7.2.3",
52
52
  "graphql": "16.10.0",
53
- "ignore": "^5.1.8",
54
- "inquirer": "^7.3.3",
55
- "jsonwebtoken": "^8.1.1",
53
+ "ignore": "5.3.2",
54
+ "inquirer": "7.3.3",
55
+ "jsonwebtoken": "8.5.1",
56
56
  "lodash": "4.17.21",
57
- "lokka": "^1.7.0",
58
- "lokka-transport-http": "^1.6.1",
59
- "nock": "^13.2.9",
60
- "node-fetch": "^2.6.1",
61
- "object-hash": "^1.3.1",
62
- "open": "^7.0.3",
63
- "ora": "^3.4.0",
64
- "pretty-bytes": "^5.3.0",
65
- "prettyjson": "^1.2.1",
66
- "pusher-js": "^7.1.1-beta",
67
- "request": "^2.88.0",
68
- "semver": "^6.3.0",
69
- "stream-to-promise": "^2.2.0",
70
- "tmp": "^0.0.33",
71
- "unzipper": "^0.10.11",
72
- "@takeshape/schema": "11.105.0",
73
- "@takeshape/ssg": "11.105.0",
74
- "@takeshape/streams": "11.105.0",
75
- "@takeshape/branches": "11.105.0",
76
- "@takeshape/util": "11.105.0"
57
+ "lokka": "1.7.0",
58
+ "lokka-transport-http": "1.6.1",
59
+ "nock": "13.5.4",
60
+ "node-fetch": "2.7.0",
61
+ "object-hash": "1.3.1",
62
+ "open": "7.4.2",
63
+ "ora": "3.4.0",
64
+ "pretty-bytes": "5.4.1",
65
+ "prettyjson": "1.2.1",
66
+ "pusher-js": "7.1.1-beta",
67
+ "request": "2.88.2",
68
+ "semver": "6.3.1",
69
+ "stream-to-promise": "2.2.0",
70
+ "tmp": "0.0.33",
71
+ "unzipper": "0.10.11",
72
+ "@takeshape/branches": "11.106.1",
73
+ "@takeshape/schema": "11.106.1",
74
+ "@takeshape/ssg": "11.106.1",
75
+ "@takeshape/util": "11.106.1",
76
+ "@takeshape/streams": "11.106.1"
77
77
  },
78
78
  "engines": {
79
79
  "node": ">=22"