@things-factory/integration-sellercraft 8.0.0-alpha.5 → 8.0.0-beta.0

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": "8.0.0-alpha.5",
3
+ "version": "8.0.0-beta.0",
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 ./server/migrations/migration"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/data-grist": "^8.0.0-alpha",
28
- "@things-factory/apptool-ui": "^8.0.0-alpha.4",
29
- "@things-factory/auth-ui": "^8.0.0-alpha.2",
30
- "@things-factory/biz-base": "^8.0.0-alpha.2",
31
- "@things-factory/code-ui": "^8.0.0-alpha.2",
32
- "@things-factory/context-ui": "^8.0.0-alpha.2",
33
- "@things-factory/i18n-base": "^8.0.0-alpha.2",
34
- "@things-factory/integration-marketplace": "^8.0.0-alpha.4",
35
- "@things-factory/integration-ui": "^8.0.0-alpha.2",
36
- "@things-factory/more-ui": "^8.0.0-alpha.2",
37
- "@things-factory/resource-ui": "^8.0.0-alpha.2",
38
- "@things-factory/setting-ui": "^8.0.0-alpha.2",
27
+ "@operato/data-grist": "^8.0.0-beta",
28
+ "@things-factory/apptool-ui": "^8.0.0-beta.0",
29
+ "@things-factory/auth-ui": "^8.0.0-beta.0",
30
+ "@things-factory/biz-base": "^8.0.0-beta.0",
31
+ "@things-factory/code-ui": "^8.0.0-beta.0",
32
+ "@things-factory/context-ui": "^8.0.0-beta.0",
33
+ "@things-factory/i18n-base": "^8.0.0-beta.0",
34
+ "@things-factory/integration-marketplace": "^8.0.0-beta.0",
35
+ "@things-factory/integration-ui": "^8.0.0-beta.0",
36
+ "@things-factory/more-ui": "^8.0.0-beta.0",
37
+ "@things-factory/resource-ui": "^8.0.0-beta.0",
38
+ "@things-factory/setting-ui": "^8.0.0-beta.0",
39
39
  "debug": "^4.1.1",
40
40
  "node-fetch": "^2.6.0"
41
41
  },
@@ -49,5 +49,5 @@
49
49
  "nock": "^13.0.2",
50
50
  "should": "^13.2.3"
51
51
  },
52
- "gitHead": "d226c264ff0d986257cdce930ef26f746d45bd6a"
52
+ "gitHead": "add6fb8224b2cb19cbea47bed6a5ecb0424c9a28"
53
53
  }