@things-factory/lite-menu 4.3.0 → 4.4.0-alpha.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.
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4CAAyB;AACzB,+CAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,+CAA4B"}
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/service/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,yBAAyB;AACzB,wDAAqC;AAErC,mCAAmC;AACnC,2CAA0F;AAE7E,QAAA,QAAQ,GAAG;IACtB,cAAc;IACf,GAAG,oBAAgB;CACnB,CAAA;AAGY,QAAA,MAAM,GAAG;IACpB,eAAe,EAAE;QACf,sBAAsB;QACxB,GAAG,qBAAiB;KACnB;CACF,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/service/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,yBAAyB;AACzB,wDAAqC;AAErC,mCAAmC;AACnC,2CAA0F;AAE7E,QAAA,QAAQ,GAAG;IACtB,cAAc;IACf,GAAG,oBAAgB;CACnB,CAAA;AAGY,QAAA,MAAM,GAAG;IACpB,eAAe,EAAE;QACf,sBAAsB;QACxB,GAAG,qBAAiB;KACnB;CACF,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/lite-menu",
3
- "version": "4.3.0",
3
+ "version": "4.4.0-alpha.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,23 +24,23 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/data-grist": "^0.4.3",
28
- "@operato/graphql": "^0.4.3",
29
- "@operato/i18n": "^0.4.3",
30
- "@operato/input": "^0.4.3",
31
- "@operato/layout": "^0.4.3",
32
- "@operato/popup": "^0.4.3",
33
- "@operato/shell": "^0.4.3",
34
- "@operato/styles": "^0.4.3",
35
- "@operato/utils": "^0.4.3",
36
- "@things-factory/apptool-base": "^4.3.0",
37
- "@things-factory/auth-base": "^4.3.0",
38
- "@things-factory/board-service": "^4.3.0",
39
- "@things-factory/board-ui": "^4.3.0",
40
- "@things-factory/grist-ui": "^4.3.0",
41
- "@things-factory/more-base": "^4.3.0",
42
- "@things-factory/setting-base": "^4.3.0",
43
- "@things-factory/utils": "^4.3.0"
27
+ "@operato/data-grist": "^0.4.6",
28
+ "@operato/graphql": "^0.4.6",
29
+ "@operato/i18n": "^0.4.6",
30
+ "@operato/input": "^0.4.6",
31
+ "@operato/layout": "^0.4.6",
32
+ "@operato/popup": "^0.4.6",
33
+ "@operato/shell": "^0.4.6",
34
+ "@operato/styles": "^0.4.6",
35
+ "@operato/utils": "^0.4.6",
36
+ "@things-factory/apptool-base": "^4.4.0-alpha.0",
37
+ "@things-factory/auth-base": "^4.4.0-alpha.0",
38
+ "@things-factory/board-service": "^4.4.0-alpha.0",
39
+ "@things-factory/board-ui": "^4.4.0-alpha.0",
40
+ "@things-factory/grist-ui": "^4.4.0-alpha.0",
41
+ "@things-factory/more-base": "^4.4.0-alpha.0",
42
+ "@things-factory/setting-base": "^4.4.0-alpha.0",
43
+ "@things-factory/utils": "^4.4.0-alpha.0"
44
44
  },
45
- "gitHead": "772c8e6f56a3dda655ad49f7018a49a37e081ee8"
45
+ "gitHead": "5972c622d8359263909c2a699c6f26978b937c8c"
46
46
  }