@things-factory/integration-sellercraft 6.0.92 → 6.0.96

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-sellercraft",
3
- "version": "6.0.92",
3
+ "version": "6.0.96",
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.91",
28
- "@things-factory/auth-ui": "^6.0.92",
29
- "@things-factory/biz-base": "^6.0.91",
30
- "@things-factory/code-ui": "^6.0.91",
31
- "@things-factory/context-ui": "^6.0.91",
32
- "@things-factory/grist-ui": "^6.0.91",
33
- "@things-factory/i18n-base": "^6.0.91",
34
- "@things-factory/integration-marketplace": "^6.0.92",
35
- "@things-factory/integration-ui": "^6.0.91",
36
- "@things-factory/more-ui": "^6.0.91",
37
- "@things-factory/resource-ui": "^6.0.92",
38
- "@things-factory/setting-ui": "^6.0.91",
39
- "@things-factory/system-ui": "^6.0.91",
27
+ "@things-factory/apptool-ui": "^6.0.96",
28
+ "@things-factory/auth-ui": "^6.0.96",
29
+ "@things-factory/biz-base": "^6.0.96",
30
+ "@things-factory/code-ui": "^6.0.96",
31
+ "@things-factory/context-ui": "^6.0.96",
32
+ "@things-factory/grist-ui": "^6.0.96",
33
+ "@things-factory/i18n-base": "^6.0.96",
34
+ "@things-factory/integration-marketplace": "^6.0.96",
35
+ "@things-factory/integration-ui": "^6.0.96",
36
+ "@things-factory/more-ui": "^6.0.96",
37
+ "@things-factory/resource-ui": "^6.0.96",
38
+ "@things-factory/setting-ui": "^6.0.96",
39
+ "@things-factory/system-ui": "^6.0.96",
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": "6b20d32f29809cd6c99fd22296f809816a6c954d"
54
+ "gitHead": "a9733ed107c937d32f5aa0af67daca582e93d0c6"
55
55
  }