@prismicio/types-internal 3.16.0-alpha.0 → 3.16.0

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 +1 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismicio/types-internal",
3
- "version": "3.16.0-alpha.0",
3
+ "version": "3.16.0",
4
4
  "description": "Prismic types for Custom Types and Prismic Data",
5
5
  "keywords": [
6
6
  "typescript",
@@ -23,10 +23,6 @@
23
23
  "dev": "tsc --watch",
24
24
  "format": "prettier --write .",
25
25
  "prepare": "npm run build",
26
- "release": "npm run test && standard-version && git push --follow-tags && npm run build && npm publish",
27
- "release:dry": "standard-version --dry-run",
28
- "release:alpha": "npm run test && standard-version --prerelease alpha --release-as minor && git push --follow-tags && npm run build && npm publish --tag alpha",
29
- "release:alpha:dry": "standard-version --prerelease alpha --release-as minor --dry-run",
30
26
  "test": "jest --no-cache --silent=false --verbose=false --coverage",
31
27
  "test:watch": "npm run test -- --watch",
32
28
  "test:clear": "jest --clearCache",