@vendure/create 2.1.5 → 2.1.6

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.
@@ -76,7 +76,7 @@ export const config: VendureConfig = {
76
76
  // For local dev, the correct value for assetUrlPrefix should
77
77
  // be guessed correctly, but for production it will usually need
78
78
  // to be set manually to match your production url.
79
- assetUrlPrefix: IS_DEV ? undefined : 'https://www.my-shop.com/assets',
79
+ assetUrlPrefix: IS_DEV ? undefined : 'https://www.my-shop.com/assets/',
80
80
  }),
81
81
  DefaultJobQueuePlugin.init({ useDatabaseForBuffer: true }),
82
82
  DefaultSearchPlugin.init({ bufferUpdates: false, indexStockStatus: true }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/create",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "create": "./index.js"
@@ -28,14 +28,14 @@
28
28
  "@types/fs-extra": "^9.0.1",
29
29
  "@types/handlebars": "^4.1.0",
30
30
  "@types/semver": "^6.2.2",
31
- "@vendure/core": "^2.1.5",
31
+ "@vendure/core": "^2.1.6",
32
32
  "rimraf": "^3.0.2",
33
33
  "ts-node": "^10.9.1",
34
34
  "typescript": "4.9.5"
35
35
  },
36
36
  "dependencies": {
37
37
  "@clack/prompts": "^0.7.0",
38
- "@vendure/common": "^2.1.5",
38
+ "@vendure/common": "^2.1.6",
39
39
  "commander": "^11.0.0",
40
40
  "cross-spawn": "^7.0.3",
41
41
  "detect-port": "^1.5.1",
@@ -45,5 +45,5 @@
45
45
  "semver": "^7.5.4",
46
46
  "tcp-port-used": "^1.0.2"
47
47
  },
48
- "gitHead": "e5ecd1fac86ed8e6f85c39a19b3aa7561dcff3b2"
48
+ "gitHead": "fb534984d2fd5b691b31844a1d5b9a4d59d2d307"
49
49
  }