@netlify/plugin-nextjs 4.14.0 → 4.14.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/plugin-nextjs",
3
- "version": "4.14.0",
3
+ "version": "4.14.1",
4
4
  "description": "Run Next.js seamlessly on Netlify",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "@delucis/if-env": "^1.1.2",
43
- "@netlify/build": "^27.7.0",
43
+ "@netlify/build": "^27.8.1",
44
44
  "@types/fs-extra": "^9.0.13",
45
45
  "@types/jest": "^27.4.1",
46
46
  "@types/node": "^17.0.25",
@@ -1,5 +1,5 @@
1
1
  import { Accepts } from 'https://deno.land/x/accepts@2.1.1/mod.ts'
2
- import type { Context } from 'netlify:edge'
2
+ import type { Context } from 'https://edge.netlify.com'
3
3
  // Available at build time
4
4
  import imageconfig from './imageconfig.json' assert { type: 'json' }
5
5
 
@@ -1,4 +1,4 @@
1
- import type { Context } from 'netlify:edge'
1
+ import type { Context } from 'https://edge.netlify.com'
2
2
 
3
3
  import edgeFunction from './bundle.js'
4
4
  import { buildResponse } from './utils.ts'
@@ -1,4 +1,4 @@
1
- import type { Context } from 'netlify:edge'
1
+ import type { Context } from 'https://edge.netlify.com'
2
2
  import { ElementHandlers, HTMLRewriter } from 'https://deno.land/x/html_rewriter@v0.1.0-pre.17/index.ts'
3
3
 
4
4
  export interface FetchEventResult {