@mars-stack/core 8.0.1 → 8.0.3

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.
@@ -27,4 +27,4 @@ alwaysApply: false
27
27
 
28
28
  End-to-end specs live in **`e2e/`** (`yarn test:e2e`). When you add or materially change **user-facing** behaviour (pages, flows, CLI-generated features), extend **`e2e/*.spec.ts`** so at least one **stable happy path** is covered. Prefer role/label selectors; avoid sleep-only assertions.
29
29
 
30
- **Mars monorepo:** The template’s catalog and CLI-wide CI expectations are defined in **`docs/design-docs/scaffold-testing-strategy.md`** (Decision 7) and ticket **MARS-041**; update **`template/e2e/`** and its README when you change generators or template routes.
30
+ **Mars monorepo:** Catalog and CI expectations are in **`docs/design-docs/scaffold-testing-strategy.md`** (Decision 7). Update **`template/e2e/`** (baseline), **`template/e2e-kitchen-sink/`** (kitchen-sink catalog), and **`template/e2e/README.md`** when you change generators or template routes. See **MARS-041** (done).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mars-stack/core",
3
- "version": "8.0.1",
3
+ "version": "8.0.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -196,22 +196,22 @@
196
196
  "zod": "^4.3.6"
197
197
  },
198
198
  "devDependencies": {
199
- "@aws-sdk/client-s3": "^3.1017.0",
200
- "@aws-sdk/s3-request-presigner": "^3.1017.0",
199
+ "@aws-sdk/client-s3": "^3.1019.0",
200
+ "@aws-sdk/s3-request-presigner": "^3.1019.0",
201
201
  "@testing-library/react": "^16.0.0",
202
202
  "@types/bcryptjs": "^3.0.0",
203
203
  "@types/fs-extra": "^11.0.4",
204
204
  "@types/react": "^19.0.0",
205
205
  "@upstash/ratelimit": "^2.0.0",
206
206
  "@upstash/redis": "^1.37.0",
207
- "@vercel/blob": "^2.3.1",
207
+ "@vercel/blob": "^2.3.2",
208
208
  "fs-extra": "^11.3.4",
209
209
  "next": "^16.2.1",
210
210
  "react": "^19.0.0",
211
211
  "resend": "^6.9.4",
212
- "stripe": "^20.4.1",
212
+ "stripe": "^21.0.1",
213
213
  "tsup": "^8.0.0",
214
214
  "typescript": "^5.7.0",
215
- "vitest": "^4.1.1"
215
+ "vitest": "^4.1.2"
216
216
  }
217
217
  }