@things-factory/integration-sellercraft 6.0.0-alpha.8 → 6.0.0-zeta.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@things-factory/integration-sellercraft",
3
- "version": "6.0.0-alpha.8",
3
+ "version": "6.0.0-zeta.1",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
7
- "license": "MIT",
8
7
  "author": "heartyoh <heartyoh@hatiolab.com>",
9
8
  "description": "A microservice that manage integration with sellercraft ecommerce omnichannel app",
10
9
  "publishConfig": {
@@ -24,19 +23,19 @@
24
23
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
24
  },
26
25
  "dependencies": {
27
- "@things-factory/apptool-ui": "^6.0.0-alpha.8",
28
- "@things-factory/auth-ui": "^6.0.0-alpha.8",
29
- "@things-factory/biz-base": "^6.0.0-alpha.8",
30
- "@things-factory/code-ui": "^6.0.0-alpha.8",
31
- "@things-factory/context-ui": "^6.0.0-alpha.8",
32
- "@things-factory/grist-ui": "^6.0.0-alpha.8",
33
- "@things-factory/i18n-base": "^6.0.0-alpha.8",
34
- "@things-factory/integration-marketplace": "^6.0.0-alpha.8",
35
- "@things-factory/integration-ui": "^6.0.0-alpha.8",
36
- "@things-factory/more-ui": "^6.0.0-alpha.8",
37
- "@things-factory/resource-ui": "^6.0.0-alpha.8",
38
- "@things-factory/setting-ui": "^6.0.0-alpha.8",
39
- "@things-factory/system-ui": "^6.0.0-alpha.8",
26
+ "@things-factory/apptool-ui": "^6.0.0-zeta.1",
27
+ "@things-factory/auth-ui": "^6.0.0-zeta.1",
28
+ "@things-factory/biz-base": "^6.0.0-zeta.1",
29
+ "@things-factory/code-ui": "^6.0.0-zeta.1",
30
+ "@things-factory/context-ui": "^6.0.0-zeta.1",
31
+ "@things-factory/grist-ui": "^6.0.0-zeta.1",
32
+ "@things-factory/i18n-base": "^6.0.0-zeta.1",
33
+ "@things-factory/integration-marketplace": "^6.0.0-zeta.1",
34
+ "@things-factory/integration-ui": "^6.0.0-zeta.1",
35
+ "@things-factory/more-ui": "^6.0.0-zeta.1",
36
+ "@things-factory/resource-ui": "^6.0.0-zeta.1",
37
+ "@things-factory/setting-ui": "^6.0.0-zeta.1",
38
+ "@things-factory/system-ui": "^6.0.0-zeta.1",
40
39
  "debug": "^4.1.1",
41
40
  "node-fetch": "^2.6.0",
42
41
  "querystring": "^0.2.1"
@@ -51,5 +50,5 @@
51
50
  "nock": "^13.0.2",
52
51
  "should": "^13.2.3"
53
52
  },
54
- "gitHead": "6d45cce6b8aef6b4de253dfbcb0ba8c3abb682cf"
53
+ "gitHead": "1115c43f6cd7d271c7cbbf5f6fb87658507c4296"
55
54
  }
package/LICENSE.md DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) Hatiolab
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.