@things-factory/tutorial-base 5.0.0-zeta.7 → 5.0.0
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-server/graphql/types/tutorial/new-tutorial.js +5 -2
- package/dist-server/graphql/types/tutorial/new-tutorial.js.map +1 -1
- package/dist-server/graphql/types/tutorial/tutorial-list.js +5 -2
- package/dist-server/graphql/types/tutorial/tutorial-list.js.map +1 -1
- package/dist-server/graphql/types/tutorial/tutorial-patch.js +5 -2
- package/dist-server/graphql/types/tutorial/tutorial-patch.js.map +1 -1
- package/dist-server/graphql/types/tutorial/tutorial.js +5 -2
- package/dist-server/graphql/types/tutorial/tutorial.js.map +1 -1
- package/dist-server/graphql/types/tutorial-role/new-tutorial-role.js +5 -2
- package/dist-server/graphql/types/tutorial-role/new-tutorial-role.js.map +1 -1
- package/dist-server/graphql/types/tutorial-role/role-list.js +5 -2
- package/dist-server/graphql/types/tutorial-role/role-list.js.map +1 -1
- package/dist-server/graphql/types/tutorial-role/role-tutorial.js +5 -2
- package/dist-server/graphql/types/tutorial-role/role-tutorial.js.map +1 -1
- package/dist-server/graphql/types/tutorial-role/tutorial-role-list.js +5 -2
- package/dist-server/graphql/types/tutorial-role/tutorial-role-list.js.map +1 -1
- package/dist-server/graphql/types/tutorial-role/tutorial-role-patch.js +5 -2
- package/dist-server/graphql/types/tutorial-role/tutorial-role-patch.js.map +1 -1
- package/dist-server/graphql/types/tutorial-role/tutorial-role.js +5 -2
- package/dist-server/graphql/types/tutorial-role/tutorial-role.js.map +1 -1
- package/package.json +4 -4
- package/server/graphql/types/tutorial/new-tutorial.ts +1 -1
- package/server/graphql/types/tutorial/tutorial-list.ts +1 -1
- package/server/graphql/types/tutorial/tutorial-patch.ts +1 -1
- package/server/graphql/types/tutorial/tutorial.ts +1 -1
- package/server/graphql/types/tutorial-role/new-tutorial-role.ts +1 -1
- package/server/graphql/types/tutorial-role/role-list.ts +1 -1
- package/server/graphql/types/tutorial-role/role-tutorial.ts +1 -1
- package/server/graphql/types/tutorial-role/tutorial-role-list.ts +1 -1
- package/server/graphql/types/tutorial-role/tutorial-role-patch.ts +1 -1
- package/server/graphql/types/tutorial-role/tutorial-role.ts +1 -1
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.NewTutorial = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.NewTutorial = (0,
|
|
7
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
+
exports.NewTutorial = (0, graphql_tag_1.default) `
|
|
6
9
|
input NewTutorial {
|
|
7
10
|
name: String!
|
|
8
11
|
description: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"new-tutorial.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial/new-tutorial.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"new-tutorial.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial/new-tutorial.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,WAAW,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;CAU7B,CAAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.TutorialList = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.TutorialList = (0,
|
|
7
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
+
exports.TutorialList = (0, graphql_tag_1.default) `
|
|
6
9
|
type TutorialList {
|
|
7
10
|
items: [Tutorial]
|
|
8
11
|
total: Int
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tutorial-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial/tutorial-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tutorial-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial/tutorial-list.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,YAAY,GAAG,IAAA,qBAAG,EAAA;;;;;CAK9B,CAAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.TutorialPatch = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.TutorialPatch = (0,
|
|
7
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
+
exports.TutorialPatch = (0, graphql_tag_1.default) `
|
|
6
9
|
input TutorialPatch {
|
|
7
10
|
id: String
|
|
8
11
|
name: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tutorial-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial/tutorial-patch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tutorial-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial/tutorial-patch.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,aAAa,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;CAY/B,CAAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.Tutorial = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.Tutorial = (0,
|
|
7
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
+
exports.Tutorial = (0, graphql_tag_1.default) `
|
|
6
9
|
type Tutorial {
|
|
7
10
|
id: String
|
|
8
11
|
name: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tutorial.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial/tutorial.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tutorial.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial/tutorial.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;CAgB1B,CAAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.NewTutorialRole = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.NewTutorialRole = (0,
|
|
7
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
+
exports.NewTutorialRole = (0, graphql_tag_1.default) `
|
|
6
9
|
input NewTutorialRole {
|
|
7
10
|
name: String!
|
|
8
11
|
tutorial: ObjectRef!
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"new-tutorial-role.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/new-tutorial-role.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"new-tutorial-role.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/new-tutorial-role.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,eAAe,GAAG,IAAA,qBAAG,EAAA;;;;;;CAMjC,CAAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.RoleList = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.RoleList = (0,
|
|
7
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
+
exports.RoleList = (0, graphql_tag_1.default) `
|
|
6
9
|
type RoleList {
|
|
7
10
|
items: [Role]
|
|
8
11
|
total: Int
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/role-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"role-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/role-list.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,QAAQ,GAAG,IAAA,qBAAG,EAAA;;;;;CAK1B,CAAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.RoleTutorial = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.RoleTutorial = (0,
|
|
7
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
+
exports.RoleTutorial = (0, graphql_tag_1.default) `
|
|
6
9
|
type RoleTutorial {
|
|
7
10
|
id: String
|
|
8
11
|
name: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"role-tutorial.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/role-tutorial.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"role-tutorial.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/role-tutorial.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,YAAY,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQ9B,CAAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.TutorialRoleList = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.TutorialRoleList = (0,
|
|
7
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
+
exports.TutorialRoleList = (0, graphql_tag_1.default) `
|
|
6
9
|
type TutorialRoleList {
|
|
7
10
|
items: [TutorialRole]
|
|
8
11
|
total: Int
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tutorial-role-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/tutorial-role-list.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tutorial-role-list.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/tutorial-role-list.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,gBAAgB,GAAG,IAAA,qBAAG,EAAA;;;;;CAKlC,CAAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.TutorialRolePatch = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.TutorialRolePatch = (0,
|
|
7
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
+
exports.TutorialRolePatch = (0, graphql_tag_1.default) `
|
|
6
9
|
input TutorialRolePatch {
|
|
7
10
|
id: String
|
|
8
11
|
name: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tutorial-role-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/tutorial-role-patch.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tutorial-role-patch.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/tutorial-role-patch.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;CAQnC,CAAA"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
2
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
6
|
exports.TutorialRole = void 0;
|
|
4
|
-
const
|
|
5
|
-
exports.TutorialRole = (0,
|
|
7
|
+
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
+
exports.TutorialRole = (0, graphql_tag_1.default) `
|
|
6
9
|
type TutorialRole {
|
|
7
10
|
id: String
|
|
8
11
|
name: String
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tutorial-role.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/tutorial-role.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tutorial-role.js","sourceRoot":"","sources":["../../../../server/graphql/types/tutorial-role/tutorial-role.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,YAAY,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;CAc9B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/tutorial-base",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@things-factory/auth-base": "^5.0.0
|
|
28
|
-
"@things-factory/shell": "^5.0.0
|
|
27
|
+
"@things-factory/auth-base": "^5.0.0",
|
|
28
|
+
"@things-factory/shell": "^5.0.0"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "32cb91663e38de9ab1bb7a72af923c3bf8ac187b"
|
|
31
31
|
}
|