@things-factory/document-template-base 5.0.0-zeta.9 → 5.0.7

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.
@@ -1,17 +1,6 @@
1
1
  "use strict";
2
- // import * as CommonCode from './common-code'
3
- // import * as CommonCodeDetail from './common-code-detail'
4
- //
5
- // export const queries = [
6
- // CommonCode.Query,
7
- // CommonCodeDetail.Query
8
- // ]
9
2
  Object.defineProperty(exports, "__esModule", { value: true });
10
3
  exports.mutations = exports.queries = void 0;
11
- // export const mutations = [
12
- // CommonCode.Mutation,
13
- // CommonCodeDetail.Mutation
14
- // ]
15
4
  exports.queries = [];
16
5
  exports.mutations = [];
17
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/resolvers/index.ts"],"names":[],"mappings":";AAAA,8CAA8C;AAC9C,2DAA2D;AAC3D,EAAE;AACF,2BAA2B;AAC3B,sBAAsB;AACtB,2BAA2B;AAC3B,IAAI;;;AAEJ,6BAA6B;AAC7B,yBAAyB;AACzB,8BAA8B;AAC9B,IAAI;AAES,QAAA,OAAO,GAAG,EAAE,CAAA;AAEZ,QAAA,SAAS,GAAG,EAAE,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/resolvers/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,EAAE,CAAA;AAEZ,QAAA,SAAS,GAAG,EAAE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/document-template-base",
3
- "version": "5.0.0-zeta.9",
3
+ "version": "5.0.7",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,10 +24,10 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/env": "^5.0.0-zeta.9",
28
- "@things-factory/shell": "^5.0.0-zeta.9",
27
+ "@things-factory/env": "^5.0.0",
28
+ "@things-factory/shell": "^5.0.7",
29
29
  "form-data": "^3.0.0",
30
30
  "node-fetch": "^2.6.0"
31
31
  },
32
- "gitHead": "af1562aba5cd179a7d10fc252b791e0a78049283"
32
+ "gitHead": "1c7c7618e2e3c9ef8b07d730c3df84c8bc01b35f"
33
33
  }
@@ -1,16 +1,3 @@
1
- // import * as CommonCode from './common-code'
2
- // import * as CommonCodeDetail from './common-code-detail'
3
- //
4
- // export const queries = [
5
- // CommonCode.Query,
6
- // CommonCodeDetail.Query
7
- // ]
8
-
9
- // export const mutations = [
10
- // CommonCode.Mutation,
11
- // CommonCodeDetail.Mutation
12
- // ]
13
-
14
1
  export const queries = []
15
2
 
16
3
  export const mutations = []