@slicemachine/adapter-next 0.0.13-dev-ci.0 → 0.0.13-dev-plugins-m2.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 +3 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slicemachine/adapter-next",
|
|
3
|
-
"version": "0.0.13-dev-
|
|
3
|
+
"version": "0.0.13-dev-plugins-m2.0",
|
|
4
4
|
"description": "Slice Machine adapter for Next.js.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -47,10 +47,6 @@
|
|
|
47
47
|
"format": "prettier --write .",
|
|
48
48
|
"lint": "eslint --ext .js,.ts .",
|
|
49
49
|
"prepublishOnly": "npm run build",
|
|
50
|
-
"release": "npm run test && standard-version && git push --follow-tags && npm run build && npm publish",
|
|
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
|
-
"release:alpha:dry": "standard-version --release-as major --prerelease alpha --dry-run",
|
|
53
|
-
"release:dry": "standard-version --dry-run",
|
|
54
50
|
"size": "size-limit",
|
|
55
51
|
"test": "npm run lint && npm run types && npm run unit && npm run build && npm run size",
|
|
56
52
|
"types": "tsc --noEmit",
|
|
@@ -62,7 +58,7 @@
|
|
|
62
58
|
"dependencies": {
|
|
63
59
|
"@prismicio/slice-simulator-core": "^0.2.7",
|
|
64
60
|
"@prismicio/types": "^0.2.7",
|
|
65
|
-
"@slicemachine/plugin-kit": "0.1.8-dev-
|
|
61
|
+
"@slicemachine/plugin-kit": "0.1.8-dev-plugins-m2.0",
|
|
66
62
|
"common-tags": "^1.8.2",
|
|
67
63
|
"fs-extra": "^11.1.0",
|
|
68
64
|
"node-fetch": "^3.3.1",
|
|
@@ -91,7 +87,6 @@
|
|
|
91
87
|
"prettier-plugin-jsdoc": "^0.4.2",
|
|
92
88
|
"react": "^18.2.0",
|
|
93
89
|
"size-limit": "^8.2.4",
|
|
94
|
-
"standard-version": "^9.5.0",
|
|
95
90
|
"ts-morph": "^17.0.1",
|
|
96
91
|
"typescript": "^4.9.5",
|
|
97
92
|
"vite": "^4.1.4",
|
|
@@ -108,5 +103,5 @@
|
|
|
108
103
|
"publishConfig": {
|
|
109
104
|
"access": "public"
|
|
110
105
|
},
|
|
111
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "3436a8e28ece7aab9f018bef1be72027b1e79835"
|
|
112
107
|
}
|