|
1 | 1 | {
|
2 | 2 | "name": "@prismicio/client",
|
3 |
| - "version": "7.4.1", |
| 3 | + "version": "7.5.0-alpha.3", |
4 | 4 | "description": "The official JavaScript + TypeScript client library for Prismic",
|
5 | 5 | "keywords": [
|
6 | 6 | "typescript",
|
|
69 | 69 | "prepare": "npm run build",
|
70 | 70 | "release": "npm run test && standard-version && git push --follow-tags && npm run build && npm publish",
|
71 | 71 | "release:dry": "standard-version --dry-run",
|
72 |
| - "release:alpha": "npm run test && standard-version --release-as major --prerelease alpha && git push --follow-tags && npm run build && npm publish --tag alpha", |
73 |
| - "release:alpha:dry": "standard-version --release-as major --prerelease alpha --dry-run", |
| 72 | + "release:alpha": "npm run test && standard-version --release-as minor --prerelease alpha && git push --follow-tags && npm run build && npm publish --tag alpha", |
| 73 | + "release:alpha:dry": "standard-version --release-as minor --prerelease alpha --dry-run", |
74 | 74 | "lint": "eslint --ext .js,.ts .",
|
75 | 75 | "types": "tsc --noEmit",
|
76 | 76 | "unit": "vitest run --coverage",
|
|
83 | 83 | },
|
84 | 84 | "devDependencies": {
|
85 | 85 | "@prismicio/mock": "^0.3.1",
|
86 |
| - "@prismicio/types-internal": "2.3.0", |
| 86 | + "@prismicio/types-internal": "^2.4.0", |
87 | 87 | "@size-limit/preset-small-lib": "^9.0.0",
|
88 | 88 | "@trivago/prettier-plugin-sort-imports": "^4.2.0",
|
89 | 89 | "@typescript-eslint/eslint-plugin": "^6.7.4",
|
|
0 commit comments