@vendure/create 1.3.0 → 1.3.4

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.
@@ -4,4 +4,4 @@ export declare const SERVER_PORT = 3000;
4
4
  * The TypeScript version needs to pinned because minor versions often
5
5
  * introduce breaking changes.
6
6
  */
7
- export declare const TYPESCRIPT_VERSION = "4.1.5";
7
+ export declare const TYPESCRIPT_VERSION = "4.3.5";
package/lib/constants.js CHANGED
@@ -7,5 +7,5 @@ exports.SERVER_PORT = 3000;
7
7
  * The TypeScript version needs to pinned because minor versions often
8
8
  * introduce breaking changes.
9
9
  */
10
- exports.TYPESCRIPT_VERSION = '4.1.5';
10
+ exports.TYPESCRIPT_VERSION = '4.3.5';
11
11
  //# sourceMappingURL=constants.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/create",
3
- "version": "1.3.0",
3
+ "version": "1.3.4",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "create": "./index.js"
@@ -28,13 +28,13 @@
28
28
  "@types/handlebars": "^4.1.0",
29
29
  "@types/listr": "^0.14.2",
30
30
  "@types/semver": "^6.2.2",
31
- "@vendure/core": "^1.3.0",
31
+ "@vendure/core": "^1.3.4",
32
32
  "rimraf": "^3.0.2",
33
33
  "ts-node": "^10.2.1",
34
34
  "typescript": "4.3.5"
35
35
  },
36
36
  "dependencies": {
37
- "@vendure/common": "^1.3.0",
37
+ "@vendure/common": "^1.3.4",
38
38
  "chalk": "^4.1.0",
39
39
  "commander": "^7.1.0",
40
40
  "cross-spawn": "^7.0.3",
@@ -47,5 +47,5 @@
47
47
  "semver": "^7.3.2",
48
48
  "tcp-port-used": "^1.0.1"
49
49
  },
50
- "gitHead": "ac851bb030d281e3fc31078d2e9d61620eae5b29"
50
+ "gitHead": "c56b85f6d87b5687595ae79c8889bd633101e0d5"
51
51
  }