@slicemachine/adapter-next 0.0.13-dev-plugins-validation.0 → 0.0.13-dev-plugins-m2-validation.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.
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slicemachine/adapter-next",
|
|
3
|
-
"version": "0.0.13-dev-plugins-validation.0",
|
|
3
|
+
"version": "0.0.13-dev-plugins-m2-validation.0",
|
|
4
4
|
"description": "Slice Machine adapter for Next.js.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dev": "vite build --watch",
|
|
47
47
|
"format": "prettier --write .",
|
|
48
48
|
"lint": "eslint --ext .js,.ts .",
|
|
49
|
-
"
|
|
49
|
+
"prepublishOnly": "npm run build",
|
|
50
50
|
"release": "npm run test && standard-version && git push --follow-tags && npm run build && npm publish",
|
|
51
51
|
"release:alpha": "npm run test && standard-version --release-as major --prerelease alpha && git push --follow-tags && npm run build && npm publish --tag alpha",
|
|
52
52
|
"release:alpha:dry": "standard-version --release-as major --prerelease alpha --dry-run",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@prismicio/slice-simulator-core": "^0.2.7",
|
|
64
64
|
"@prismicio/types": "^0.2.7",
|
|
65
|
-
"@slicemachine/plugin-kit": "0.1.8-dev-plugins-validation.0",
|
|
65
|
+
"@slicemachine/plugin-kit": "0.1.8-dev-plugins-m2-validation.0",
|
|
66
66
|
"common-tags": "^1.8.2",
|
|
67
67
|
"fs-extra": "^11.1.0",
|
|
68
68
|
"node-fetch": "^3.3.1",
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"@vitejs/plugin-react": "^3.1.0",
|
|
83
83
|
"@vitest/coverage-c8": "^0.27.3",
|
|
84
84
|
"better-npm-audit": "^3.7.3",
|
|
85
|
+
"depcheck": "^1.4.3",
|
|
85
86
|
"eslint": "^8.36.0",
|
|
86
87
|
"eslint-config-prettier": "^8.7.0",
|
|
87
88
|
"eslint-plugin-prettier": "^4.2.1",
|
|
@@ -107,5 +108,5 @@
|
|
|
107
108
|
"publishConfig": {
|
|
108
109
|
"access": "public"
|
|
109
110
|
},
|
|
110
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "f2b7a99b811ce7bef307e38a39158132b66b43f3"
|
|
111
112
|
}
|