@things-factory/integration-sellercraft 7.0.1-beta.0 → 7.0.1-beta.1

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 +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-sellercraft",
3
- "version": "7.0.1-beta.0",
3
+ "version": "7.0.1-beta.1",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,18 +24,18 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/data-grist": "^2.0.0-alpha.0",
28
- "@things-factory/apptool-ui": "^7.0.1-beta.0",
29
- "@things-factory/auth-ui": "^7.0.1-beta.0",
30
- "@things-factory/biz-base": "^7.0.1-beta.0",
31
- "@things-factory/code-ui": "^7.0.1-beta.0",
32
- "@things-factory/context-ui": "^7.0.1-beta.0",
33
- "@things-factory/i18n-base": "^7.0.1-beta.0",
34
- "@things-factory/integration-marketplace": "^7.0.1-beta.0",
35
- "@things-factory/integration-ui": "^7.0.1-beta.0",
36
- "@things-factory/more-ui": "^7.0.1-beta.0",
37
- "@things-factory/resource-ui": "^7.0.1-beta.0",
38
- "@things-factory/setting-ui": "^7.0.1-beta.0",
27
+ "@operato/data-grist": "^2.0.0-beta.0",
28
+ "@things-factory/apptool-ui": "^7.0.1-beta.1",
29
+ "@things-factory/auth-ui": "^7.0.1-beta.1",
30
+ "@things-factory/biz-base": "^7.0.1-beta.1",
31
+ "@things-factory/code-ui": "^7.0.1-beta.1",
32
+ "@things-factory/context-ui": "^7.0.1-beta.1",
33
+ "@things-factory/i18n-base": "^7.0.1-beta.1",
34
+ "@things-factory/integration-marketplace": "^7.0.1-beta.1",
35
+ "@things-factory/integration-ui": "^7.0.1-beta.1",
36
+ "@things-factory/more-ui": "^7.0.1-beta.1",
37
+ "@things-factory/resource-ui": "^7.0.1-beta.1",
38
+ "@things-factory/setting-ui": "^7.0.1-beta.1",
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": "8cf78ecf64a78972b184dd06788825fc8c56352d"
53
+ "gitHead": "f117e0029bfbd061d3f76caa067ed81305f6c2b7"
54
54
  }