@gadgetinc/ggt 1.0.0 → 1.0.2
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/lib/services/app/client.js +1 -5
- package/lib/services/app/client.js.map +1 -1
- package/lib/services/filesync/filesync.js +71 -29
- package/lib/services/filesync/filesync.js.map +1 -1
- package/lib/services/output/report.js +1 -1
- package/lib/services/output/report.js.map +1 -1
- package/lib/services/util/is.js +12 -0
- package/lib/services/util/is.js.map +1 -1
- package/npm-shrinkwrap.json +465 -465
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gadgetinc/ggt",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "The command-line interface for Gadget",
|
|
5
5
|
"homepage": "https://github.com/gadget-inc/ggt",
|
|
6
6
|
"bugs": {
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"version": "changeset version && npm install --package-lock-only && ./scripts/generate-readme.ts"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@sentry/node": "^7.
|
|
48
|
-
"@swc/helpers": "^0.5.
|
|
47
|
+
"@sentry/node": "^7.107.0",
|
|
48
|
+
"@swc/helpers": "^0.5.7",
|
|
49
49
|
"ansi-escapes": "^6.2.0",
|
|
50
50
|
"arg": "^5.0.2",
|
|
51
51
|
"boxen": "^7.1.1",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"figures": "^6.1.0",
|
|
62
62
|
"find-up": "^7.0.0",
|
|
63
63
|
"fs-extra": "^11.2.0",
|
|
64
|
-
"get-port": "^7.
|
|
64
|
+
"get-port": "^7.1.0",
|
|
65
65
|
"got": "^13.0.0",
|
|
66
66
|
"graphql": "^16.8.1",
|
|
67
67
|
"graphql-ws": "^5.15.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"is-interactive": "^2.0.0",
|
|
71
71
|
"is-unicode-supported": "^2.0.0",
|
|
72
72
|
"is-wsl": "^3.1.0",
|
|
73
|
-
"mimic-function": "^5.0.
|
|
73
|
+
"mimic-function": "^5.0.1",
|
|
74
74
|
"ms": "^2.1.3",
|
|
75
75
|
"node-notifier": "^10.0.1",
|
|
76
76
|
"normalize-package-data": "^6.0.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"pluralize": "^8.0.0",
|
|
84
84
|
"semver": "^7.6.0",
|
|
85
85
|
"serialize-error": "^11.0.3",
|
|
86
|
-
"simple-git": "^3.
|
|
86
|
+
"simple-git": "^3.23.0",
|
|
87
87
|
"stdin-discarder": "^0.2.2",
|
|
88
88
|
"string-width": "^7.1.0",
|
|
89
89
|
"strip-ansi": "^7.1.0",
|
|
@@ -102,19 +102,19 @@
|
|
|
102
102
|
"@graphql-codegen/typescript-operations": "^4.2.0",
|
|
103
103
|
"@swc-node/register": "^1.9.0",
|
|
104
104
|
"@swc/cli": "^0.3.10",
|
|
105
|
-
"@swc/core": "^1.4.
|
|
106
|
-
"@types/eslint": "^8.56.
|
|
105
|
+
"@swc/core": "^1.4.8",
|
|
106
|
+
"@types/eslint": "^8.56.6",
|
|
107
107
|
"@types/fast-levenshtein": "^0.0.4",
|
|
108
108
|
"@types/fs-extra": "^11.0.4",
|
|
109
109
|
"@types/ms": "^0.7.34",
|
|
110
|
-
"@types/node": "^18.19.
|
|
110
|
+
"@types/node": "^18.19.26",
|
|
111
111
|
"@types/node-notifier": "^8.0.5",
|
|
112
112
|
"@types/normalize-path": "^3.0.2",
|
|
113
113
|
"@types/pluralize": "^0.0.33",
|
|
114
114
|
"@types/which": "^3.0.3",
|
|
115
115
|
"@types/ws": "^8.5.10",
|
|
116
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
117
|
-
"@typescript-eslint/parser": "^7.
|
|
116
|
+
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
117
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
118
118
|
"concurrently": "^8.2.2",
|
|
119
119
|
"cspell": "^8.6.0",
|
|
120
120
|
"eslint": "^8.57.0",
|
|
@@ -132,9 +132,9 @@
|
|
|
132
132
|
"remark-gfm": "^4.0.0",
|
|
133
133
|
"remark-toc": "^9.0.0",
|
|
134
134
|
"rimraf": "^5.0.5",
|
|
135
|
-
"type-fest": "^4.
|
|
136
|
-
"typescript": "^5.4.
|
|
137
|
-
"vitest": "^1.
|
|
135
|
+
"type-fest": "^4.13.1",
|
|
136
|
+
"typescript": "^5.4.3",
|
|
137
|
+
"vitest": "^1.4.0"
|
|
138
138
|
},
|
|
139
139
|
"engines": {
|
|
140
140
|
"node": ">=18.0.0"
|