@things-factory/import-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,20 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// import * as CommonCode from './common-code'
|
|
3
|
-
// import * as CommonCodeDetail from './common-code-detail'
|
|
4
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
3
|
exports.types = exports.mutations = exports.queries = void 0;
|
|
6
|
-
// export const queries = [
|
|
7
|
-
// CommonCode.Query,
|
|
8
|
-
// CommonCodeDetail.Query
|
|
9
|
-
// ]
|
|
10
|
-
// export const mutations = [
|
|
11
|
-
// CommonCode.Mutation,
|
|
12
|
-
// CommonCodeDetail.Mutation
|
|
13
|
-
// ]
|
|
14
|
-
// export const types = [
|
|
15
|
-
// ...CommonCode.Types,
|
|
16
|
-
// ...CommonCodeDetail.Types
|
|
17
|
-
// ]
|
|
18
4
|
exports.queries = [];
|
|
19
5
|
exports.mutations = [];
|
|
20
6
|
exports.types = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/types/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/types/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,EAAE,CAAA;AAEZ,QAAA,SAAS,GAAG,EAAE,CAAA;AAEd,QAAA,KAAK,GAAG,EAAE,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/import-base",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.7",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@things-factory/shell": "^5.0.
|
|
27
|
+
"@things-factory/shell": "^5.0.7"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "1c7c7618e2e3c9ef8b07d730c3df84c8bc01b35f"
|
|
30
30
|
}
|
|
@@ -1,21 +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
|
-
// export const types = [
|
|
15
|
-
// ...CommonCode.Types,
|
|
16
|
-
// ...CommonCodeDetail.Types
|
|
17
|
-
// ]
|
|
18
|
-
|
|
19
1
|
export const queries = []
|
|
20
2
|
|
|
21
3
|
export const mutations = []
|