create-spree-app 1.0.0 → 1.0.1
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.
- package/dist/index.js +0 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -146,7 +146,6 @@ Wait for the services to be healthy, then open:
|
|
|
146
146
|
- Email: \`${Vr}\`
|
|
147
147
|
- Password: \`${Wr}\`
|
|
148
148
|
- **Store API:** http://localhost:${r}/api/v3/store
|
|
149
|
-
- **Mailpit (email inbox):** http://localhost:8025
|
|
150
149
|
`;return t&&(n+=`
|
|
151
150
|
### Start the storefront
|
|
152
151
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-spree-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Create a new Spree Commerce project with a single command",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": "./dist/index.js",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@clack/prompts": "^1.2.0",
|
|
47
47
|
"commander": "^14.0.3",
|
|
48
|
-
"execa": "^9.
|
|
48
|
+
"execa": "^9.6.1",
|
|
49
49
|
"get-port": "^7.2.0",
|
|
50
50
|
"picocolors": "^1.1.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@changesets/changelog-github": "^0.6.0",
|
|
54
54
|
"@changesets/cli": "^2.30.0",
|
|
55
|
-
"@types/node": "^25.5.
|
|
56
|
-
"tsup": "^8.
|
|
55
|
+
"@types/node": "^25.5.2",
|
|
56
|
+
"tsup": "^8.5.1",
|
|
57
57
|
"typescript": "^6.0.2",
|
|
58
|
-
"vitest": "^4.1.
|
|
58
|
+
"vitest": "^4.1.4"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
61
61
|
"node": ">=20"
|