@takeshape/cli 9.40.2 → 9.41.3
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/dist/util/data.d.ts +1 -1
- package/dist/util/data.js +1 -1
- package/package.json +7 -7
package/dist/util/data.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { ProjectPathParams } from '../graphql';
|
|
|
2
2
|
import { LoggedInCliConfig, CliConfig } from '../types';
|
|
3
3
|
import { Choice } from '../prompt';
|
|
4
4
|
export declare const projectListQuery = "\n {\n projects: tsGetProjectList {\n value: id\n name\n invite\n }\n }\n";
|
|
5
|
-
export declare const siteListQuery = "\n {\n sites:
|
|
5
|
+
export declare const siteListQuery = "\n {\n sites: getTSStaticSiteList {\n items {\n value: _id\n name: title\n }\n }\n }\n";
|
|
6
6
|
export interface ProjectChoice extends Choice {
|
|
7
7
|
invite: unknown;
|
|
8
8
|
}
|
package/dist/util/data.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeshape/cli",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.41.3",
|
|
4
4
|
"description": "TakeShape CLI",
|
|
5
5
|
"homepage": "https://www.takeshape.io",
|
|
6
6
|
"repository": {
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"semver": "^6.3.0",
|
|
55
55
|
"stream-to-promise": "^2.2.0",
|
|
56
56
|
"tmp": "^0.0.33",
|
|
57
|
-
"@takeshape/branches": "9.
|
|
58
|
-
"@takeshape/schema": "9.
|
|
59
|
-
"@takeshape/ssg": "9.
|
|
60
|
-
"@takeshape/streams": "9.
|
|
61
|
-
"@takeshape/util": "9.
|
|
57
|
+
"@takeshape/branches": "9.41.3",
|
|
58
|
+
"@takeshape/schema": "9.41.3",
|
|
59
|
+
"@takeshape/ssg": "9.41.3",
|
|
60
|
+
"@takeshape/streams": "9.41.3",
|
|
61
|
+
"@takeshape/util": "9.41.3"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/archiver": "^3.1.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"graphql": "16.6.0",
|
|
81
81
|
"nock": "^13.2.9",
|
|
82
82
|
"unzipper": "^0.10.11",
|
|
83
|
-
"@takeshape/typescript-jest-junit-reporter": "9.
|
|
83
|
+
"@takeshape/typescript-jest-junit-reporter": "9.41.3"
|
|
84
84
|
},
|
|
85
85
|
"engines": {
|
|
86
86
|
"node": ">=16"
|