runlify 0.0.777 → 0.0.778

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.
@@ -5,7 +5,7 @@ const types_1 = require("../../../../../types");
5
5
  const utils_1 = require("../../../../../utils");
6
6
  const backAdditionalServiceTypeDefsTmpl = (printedSchema, _options = types_1.defaultBootstrapEntityOptions) => {
7
7
  const scheme = (0, utils_1.pad1)(printedSchema.replaceAll('`', "'"));
8
- return `import {gql} from 'apollo-server';
8
+ return `import gql from 'graphql-tag';
9
9
 
10
10
  export default gql\`
11
11
  ${scheme}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.backAdditionalTypesTmpl = void 0;
4
- const backAdditionalTypesTmpl = () => `// import {gql} from 'apollo-server';
4
+ const backAdditionalTypesTmpl = () => `// import gql from 'graphql-tag';
5
5
 
6
6
  // export default gql\`\`;
7
7
 
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const baseTypeDefsTmpl = ({ entities, }) => `import {gql} from 'apollo-server';
3
+ const baseTypeDefsTmpl = ({ entities, }) => `import gql from 'graphql-tag';
4
4
 
5
5
  export default gql\`
6
6
  enum EntityType {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.graphMetaTypesTmpl = void 0;
4
- const graphMetaTypesTmpl = () => `import {gql} from 'apollo-server';
4
+ const graphMetaTypesTmpl = () => `import gql from 'graphql-tag';
5
5
 
6
6
  // getEntityIds: () => Promise<string[]>
7
7
  // getEntityById: (id: string) => Promise<Catalog | Document | InfoRegistry | SumRegistry>
@@ -5,7 +5,7 @@ const types_1 = require("../../../../types");
5
5
  const utils_1 = require("../../../../utils");
6
6
  const backBaseTypesTmpl = (printedSchema, _options = types_1.defaultBootstrapEntityOptions) => {
7
7
  const scheme = (0, utils_1.pad1)(printedSchema.replaceAll('`', "'"));
8
- return `import {gql} from 'apollo-server';
8
+ return `import gql from 'graphql-tag';
9
9
 
10
10
  export default gql\`
11
11
  ${scheme}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runlify",
3
- "version": "0.0.777",
3
+ "version": "0.0.778",
4
4
  "description": "runlify CLI",
5
5
  "private": false,
6
6
  "main": "build/index.js",