@things-factory/ccp 7.0.1-rc.9 → 7.0.1

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/ccp",
3
- "version": "7.0.1-rc.9",
3
+ "version": "7.0.1",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,9 +24,9 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/dataset": "^7.0.0-rc",
28
- "@things-factory/dataset": "^7.0.1-rc.9",
29
- "@things-factory/shell": "^7.0.1-rc.8"
27
+ "@operato/dataset": "^7.0.0",
28
+ "@things-factory/dataset": "^7.0.1",
29
+ "@things-factory/shell": "^7.0.0"
30
30
  },
31
- "gitHead": "70c4b8737f2ccb632699f31a92173401624ee9f7"
31
+ "gitHead": "02f50498ba92589813db2d13907894d2b9220d8c"
32
32
  }