@things-factory/shell 4.0.1 → 4.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/shell",
3
- "version": "4.0.1",
3
+ "version": "4.0.4",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -35,7 +35,7 @@
35
35
  "@graphql-tools/merge": "^7.0.0",
36
36
  "@graphql-tools/schema": "^8.2.0",
37
37
  "@graphql-tools/utils": "^8.3.0",
38
- "@hatiolab/things-scene": "^2.7.11",
38
+ "@hatiolab/things-scene": "^2.7.12",
39
39
  "@koa/cors": "^3.1.0",
40
40
  "@material/mwc-button": "^0.22.1",
41
41
  "@material/mwc-fab": "^0.22.1",
@@ -103,7 +103,6 @@
103
103
  "scrollbooster": "^3.0.2",
104
104
  "subscriptions-transport-ws": "^0.11.0",
105
105
  "sweetalert2": "^10.9.0",
106
- "swipe-listener": "^1.3.0",
107
106
  "type-graphql": "^1.1.1",
108
107
  "typeorm": "0.2.38",
109
108
  "web-animations-js": "^2.3.2",
@@ -120,5 +119,5 @@
120
119
  "resolutions": {
121
120
  "core-js": "^3.16.0"
122
121
  },
123
- "gitHead": "6803d6f150cc64cbb8b12a88d9131bb6fb9ad880"
122
+ "gitHead": "292d7c4e2675d228d6be474ea6a0525d26ac1657"
124
123
  }
package/db.test.sqlite DELETED
Binary file
@@ -1,11 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.directiveTransactionType = void 0;
7
- const graphql_tag_1 = __importDefault(require("graphql-tag"));
8
- exports.directiveTransactionType = graphql_tag_1.default `
9
- directive @transaction on FIELD_DEFINITION
10
- `;
11
- //# sourceMappingURL=transaction-type.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transaction-type.js","sourceRoot":"","sources":["../../../server/service/directive-transaction/transaction-type.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA6B;AAEhB,QAAA,wBAAwB,GAAG,qBAAG,CAAA;;CAE1C,CAAA"}