@vendure/create 3.5.0 → 3.5.1-master-202510230230

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "compilerOptions": {
3
3
  "composite": true,
4
- "module": "nodenext",
5
- "moduleResolution": "nodenext",
4
+ "module": "ESNext",
5
+ "moduleResolution": "bundler",
6
6
  "jsx": "react-jsx",
7
7
  "paths": {
8
8
  // Import alias for the GraphQL types
@@ -101,7 +101,7 @@ export const config: VendureConfig = {
101
101
  DashboardPlugin.init({
102
102
  route: 'dashboard',
103
103
  appDir: IS_DEV
104
- ? path.join(__dirname, 'dist/dashboard')
104
+ ? path.join(__dirname, '../dist/dashboard')
105
105
  : path.join(__dirname, 'dashboard'),
106
106
  }),
107
107
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendure/create",
3
- "version": "3.5.0",
3
+ "version": "3.5.1-master-202510230230",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "bin": {
6
6
  "create": "./index.js"
@@ -31,14 +31,14 @@
31
31
  "@types/fs-extra": "^11.0.4",
32
32
  "@types/handlebars": "^4.1.0",
33
33
  "@types/semver": "^7.5.8",
34
- "@vendure/core": "3.5.0",
34
+ "@vendure/core": "^3.5.1-master-202510230230",
35
35
  "rimraf": "^5.0.5",
36
36
  "ts-node": "^10.9.2",
37
37
  "typescript": "5.8.2"
38
38
  },
39
39
  "dependencies": {
40
40
  "@clack/prompts": "^0.11.0",
41
- "@vendure/common": "3.5.0",
41
+ "@vendure/common": "^3.5.1-master-202510230230",
42
42
  "commander": "^14.0.1",
43
43
  "cross-spawn": "^7.0.6",
44
44
  "fs-extra": "^11.2.0",
@@ -48,5 +48,5 @@
48
48
  "semver": "^7.7.2",
49
49
  "tcp-port-used": "^1.0.2"
50
50
  },
51
- "gitHead": "534e6003534f74761e82de1b8c6061cba89945d1"
51
+ "gitHead": "ecacd1f6544a1f6d3ccf79f62bcaa81f239dcf55"
52
52
  }