@things-factory/integration-sellercraft 6.0.75 → 6.0.76

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 +16 -15
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@things-factory/integration-sellercraft",
3
- "version": "6.0.75",
3
+ "version": "6.0.76",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
7
7
  "author": "heartyoh <heartyoh@hatiolab.com>",
8
8
  "description": "A microservice that manage integration with sellercraft ecommerce omnichannel app",
9
+ "license": "MIT",
9
10
  "publishConfig": {
10
11
  "access": "public",
11
12
  "@things-factory:registry": "https://registry.npmjs.org"
@@ -23,19 +24,19 @@
23
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
24
25
  },
25
26
  "dependencies": {
26
- "@things-factory/apptool-ui": "^6.0.75",
27
- "@things-factory/auth-ui": "^6.0.75",
28
- "@things-factory/biz-base": "^6.0.75",
29
- "@things-factory/code-ui": "^6.0.75",
30
- "@things-factory/context-ui": "^6.0.75",
31
- "@things-factory/grist-ui": "^6.0.75",
32
- "@things-factory/i18n-base": "^6.0.75",
33
- "@things-factory/integration-marketplace": "^6.0.75",
34
- "@things-factory/integration-ui": "^6.0.75",
35
- "@things-factory/more-ui": "^6.0.75",
36
- "@things-factory/resource-ui": "^6.0.75",
37
- "@things-factory/setting-ui": "^6.0.75",
38
- "@things-factory/system-ui": "^6.0.75",
27
+ "@things-factory/apptool-ui": "^6.0.76",
28
+ "@things-factory/auth-ui": "^6.0.76",
29
+ "@things-factory/biz-base": "^6.0.76",
30
+ "@things-factory/code-ui": "^6.0.76",
31
+ "@things-factory/context-ui": "^6.0.76",
32
+ "@things-factory/grist-ui": "^6.0.76",
33
+ "@things-factory/i18n-base": "^6.0.76",
34
+ "@things-factory/integration-marketplace": "^6.0.76",
35
+ "@things-factory/integration-ui": "^6.0.76",
36
+ "@things-factory/more-ui": "^6.0.76",
37
+ "@things-factory/resource-ui": "^6.0.76",
38
+ "@things-factory/setting-ui": "^6.0.76",
39
+ "@things-factory/system-ui": "^6.0.76",
39
40
  "debug": "^4.1.1",
40
41
  "node-fetch": "^2.6.0",
41
42
  "querystring": "^0.2.1"
@@ -50,5 +51,5 @@
50
51
  "nock": "^13.0.2",
51
52
  "should": "^13.2.3"
52
53
  },
53
- "gitHead": "f7ca179a7fabfc129a9981a7bd734380a3ac64f0"
54
+ "gitHead": "9764b72a970f16771840811199df6a29e1dc7a30"
54
55
  }