@slicemachine/adapter-next 0.3.14 → 0.3.15-dev-next-release.1

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slicemachine/adapter-next",
3
- "version": "0.3.14",
3
+ "version": "0.3.15-dev-next-release.1",
4
4
  "description": "Slice Machine adapter for Next.js.",
5
5
  "keywords": [
6
6
  "typescript",
@@ -49,7 +49,7 @@
49
49
  "dev": "vite build --watch",
50
50
  "format": "prettier --write .",
51
51
  "lint": "eslint --max-warnings 0 --ext .js,.ts .",
52
- "prepack": "npm run build",
52
+ "prepack": "$npm_execpath run build",
53
53
  "size": "size-limit",
54
54
  "test": "yarn lint && yarn types && yarn unit && yarn build && yarn size",
55
55
  "types": "tsc --noEmit",
@@ -61,7 +61,7 @@
61
61
  "dependencies": {
62
62
  "@prismicio/simulator": "^0.1.4",
63
63
  "@prismicio/types-internal": "^2.0.0",
64
- "@slicemachine/plugin-kit": "^0.4.14",
64
+ "@slicemachine/plugin-kit": "^0.4.15-dev-next-release.1",
65
65
  "common-tags": "^1.8.2",
66
66
  "fp-ts": "^2.13.1",
67
67
  "io-ts": "^2.2.20",
@@ -104,5 +104,5 @@
104
104
  "engines": {
105
105
  "node": ">=14.15.0"
106
106
  },
107
- "gitHead": "2794b710077701ab6c8426d56da29e3c12268da3"
107
+ "gitHead": "da7764bcba515db4e11061209580970f6038045e"
108
108
  }