@takeshape/cli 9.40.1 → 9.41.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.
@@ -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: getTsStaticSiteList {\n items {\n value: _id\n name: title\n }\n }\n }\n";
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
@@ -35,7 +35,7 @@ const projectListQuery = `
35
35
  exports.projectListQuery = projectListQuery;
36
36
  const siteListQuery = `
37
37
  {
38
- sites: getTsStaticSiteList {
38
+ sites: getTSStaticSiteList {
39
39
  items {
40
40
  value: _id
41
41
  name: title
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/cli",
3
- "version": "9.40.1",
3
+ "version": "9.41.2",
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.40.1",
58
- "@takeshape/schema": "9.40.1",
59
- "@takeshape/ssg": "9.40.1",
60
- "@takeshape/streams": "9.40.1",
61
- "@takeshape/util": "9.40.1"
57
+ "@takeshape/branches": "9.41.2",
58
+ "@takeshape/ssg": "9.41.2",
59
+ "@takeshape/streams": "9.41.2",
60
+ "@takeshape/util": "9.41.2",
61
+ "@takeshape/schema": "9.41.2"
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.40.1"
83
+ "@takeshape/typescript-jest-junit-reporter": "9.41.2"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=16"