@volcanicminds/typeorm 0.6.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcanicminds/typeorm",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
4
4
  "license": "MIT",
5
5
  "description": "TypeORM for the volcanic (minds) backend",
6
6
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  "build:cjs": "tsc --target es2015 --module commonjs --outDir dist",
29
29
  "build": "npm run build:esm && npm run build:cjs",
30
30
  "compile": "npm run build",
31
- "reset": "yarn && yarn upgrade && yarn compile",
31
+ "reset": "yarn && yarn up && yarn compile",
32
32
  "upgrade-deps": "yarn upgrade-interactive"
33
33
  },
34
34
  "dependencies": {
@@ -59,5 +59,6 @@
59
59
  "directories": {
60
60
  "lib": "lib",
61
61
  "test": "test"
62
- }
62
+ },
63
+ "packageManager": "yarn@4.1.0"
63
64
  }