payload-next-starter 1.0.4 → 1.0.5

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payload-next-starter",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "PayloadCMS starter for Next.js - install into any Next.js app",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -35,6 +35,7 @@
35
35
  "generate:types": "cross-env NODE_OPTIONS=--no-deprecation payload generate:types",
36
36
  "lint": "cross-env NODE_OPTIONS=--no-deprecation eslint .",
37
37
  "payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
38
+ "seed:pages": "cross-env NODE_OPTIONS=--no-deprecation tsx src/scripts/seedPages.ts",
38
39
  "start": "cross-env NODE_OPTIONS=--no-deprecation next start",
39
40
  "test": "pnpm run test:int && pnpm run test:e2e",
40
41
  "test:e2e": "cross-env NODE_OPTIONS=\"--no-deprecation --import=tsx/esm\" playwright test --config=playwright.config.ts",