@serwist/next 8.4.2 → 8.4.3

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 (2) hide show
  1. package/dist/utils.d.cts +0 -4
  2. package/package.json +5 -5
package/dist/utils.d.cts CHANGED
@@ -1,4 +0,0 @@
1
- /// <reference types="node" resolution-mode="require"/>
2
- import fs from "node:fs";
3
- export declare const getFileHash: (file: fs.PathOrFileDescriptor) => string;
4
- export declare const getContentHash: (file: fs.PathOrFileDescriptor, isDev: boolean) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/next",
3
- "version": "8.4.2",
3
+ "version": "8.4.3",
4
4
  "type": "module",
5
5
  "description": "A module that integrates Serwist into your Next.js application.",
6
6
  "files": [
@@ -67,9 +67,9 @@
67
67
  "dependencies": {
68
68
  "clean-webpack-plugin": "4.0.0",
69
69
  "fast-glob": "3.3.2",
70
- "@serwist/build": "8.4.2",
71
- "@serwist/webpack-plugin": "8.4.2",
72
- "@serwist/window": "8.4.2"
70
+ "@serwist/build": "8.4.3",
71
+ "@serwist/webpack-plugin": "8.4.3",
72
+ "@serwist/window": "8.4.3"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/node": "20.10.5",
@@ -81,7 +81,7 @@
81
81
  "type-fest": "4.8.3",
82
82
  "typescript": "5.4.0-dev.20231226",
83
83
  "webpack": "5.89.0",
84
- "@serwist/constants": "8.4.2"
84
+ "@serwist/constants": "8.4.3"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "next": ">=14.0.0",