@things-factory/integration-sellercraft 6.0.150 → 6.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-sellercraft",
3
- "version": "6.0.150",
3
+ "version": "6.1.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,19 +24,19 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/apptool-ui": "^6.0.145",
28
- "@things-factory/auth-ui": "^6.0.145",
29
- "@things-factory/biz-base": "^6.0.145",
30
- "@things-factory/code-ui": "^6.0.150",
31
- "@things-factory/context-ui": "^6.0.145",
32
- "@things-factory/grist-ui": "^6.0.145",
33
- "@things-factory/i18n-base": "^6.0.145",
34
- "@things-factory/integration-marketplace": "^6.0.150",
35
- "@things-factory/integration-ui": "^6.0.150",
36
- "@things-factory/more-ui": "^6.0.145",
37
- "@things-factory/resource-ui": "^6.0.145",
38
- "@things-factory/setting-ui": "^6.0.145",
39
- "@things-factory/system-ui": "^6.0.145",
27
+ "@operato/data-grist": "^1.3.5",
28
+ "@things-factory/apptool-ui": "^6.1.0",
29
+ "@things-factory/auth-ui": "^6.1.0",
30
+ "@things-factory/biz-base": "^6.1.0",
31
+ "@things-factory/code-ui": "^6.1.0",
32
+ "@things-factory/context-ui": "^6.1.0",
33
+ "@things-factory/i18n-base": "^6.1.0",
34
+ "@things-factory/integration-marketplace": "^6.1.0",
35
+ "@things-factory/integration-ui": "^6.1.0",
36
+ "@things-factory/more-ui": "^6.1.0",
37
+ "@things-factory/resource-ui": "^6.1.0",
38
+ "@things-factory/setting-ui": "^6.1.0",
39
+ "@things-factory/system-ui": "^6.1.0",
40
40
  "debug": "^4.1.1",
41
41
  "node-fetch": "^2.6.0",
42
42
  "querystring": "^0.2.1"
@@ -51,5 +51,5 @@
51
51
  "nock": "^13.0.2",
52
52
  "should": "^13.2.3"
53
53
  },
54
- "gitHead": "9889dbaf65eca5b1b5cb685b0c926355d9e9ade3"
54
+ "gitHead": "205ac14ff55275d948a8cc6d7c514b90d6baf6ef"
55
55
  }