@things-factory/integration-sellercraft 6.0.66 → 6.0.67

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.66",
3
+ "version": "6.0.67",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -23,19 +23,19 @@
23
23
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
24
24
  },
25
25
  "dependencies": {
26
- "@things-factory/apptool-ui": "^6.0.66",
27
- "@things-factory/auth-ui": "^6.0.65",
28
- "@things-factory/biz-base": "^6.0.60",
29
- "@things-factory/code-ui": "^6.0.60",
30
- "@things-factory/context-ui": "^6.0.60",
31
- "@things-factory/grist-ui": "^6.0.60",
32
- "@things-factory/i18n-base": "^6.0.60",
33
- "@things-factory/integration-marketplace": "^6.0.66",
34
- "@things-factory/integration-ui": "^6.0.64",
35
- "@things-factory/more-ui": "^6.0.60",
36
- "@things-factory/resource-ui": "^6.0.65",
37
- "@things-factory/setting-ui": "^6.0.60",
38
- "@things-factory/system-ui": "^6.0.60",
26
+ "@things-factory/apptool-ui": "^6.0.67",
27
+ "@things-factory/auth-ui": "^6.0.67",
28
+ "@things-factory/biz-base": "^6.0.67",
29
+ "@things-factory/code-ui": "^6.0.67",
30
+ "@things-factory/context-ui": "^6.0.67",
31
+ "@things-factory/grist-ui": "^6.0.67",
32
+ "@things-factory/i18n-base": "^6.0.67",
33
+ "@things-factory/integration-marketplace": "^6.0.67",
34
+ "@things-factory/integration-ui": "^6.0.67",
35
+ "@things-factory/more-ui": "^6.0.67",
36
+ "@things-factory/resource-ui": "^6.0.67",
37
+ "@things-factory/setting-ui": "^6.0.67",
38
+ "@things-factory/system-ui": "^6.0.67",
39
39
  "debug": "^4.1.1",
40
40
  "node-fetch": "^2.6.0",
41
41
  "querystring": "^0.2.1"
@@ -50,5 +50,5 @@
50
50
  "nock": "^13.0.2",
51
51
  "should": "^13.2.3"
52
52
  },
53
- "gitHead": "be8f5c22cde7454f21d5bfabc0eb092ef59c0701"
53
+ "gitHead": "69de24faac65e08ba200e67402b19ed564125a87"
54
54
  }