@edge-runtime/vm
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -28,3 +28,3 @@ import type * as EdgePrimitives from '@edge-runtime/primitives'; | ||
} | ||
export declare type EdgeContext = VMContext & { | ||
export type EdgeContext = VMContext & { | ||
self: EdgeContext; | ||
@@ -31,0 +31,0 @@ globalThis: EdgeContext; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://edge-runtime.vercel.app/packages/vm", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"main": "dist/index.js", | ||
@@ -19,2 +19,3 @@ "repository": { | ||
"edge", | ||
"edge-runtime", | ||
"functions", | ||
@@ -27,4 +28,7 @@ "runtime", | ||
"dependencies": { | ||
"@edge-runtime/primitives": "2.0.2" | ||
"@edge-runtime/primitives": "2.0.3" | ||
}, | ||
"engines": { | ||
"node": ">=14" | ||
}, | ||
"files": [ | ||
@@ -31,0 +35,0 @@ "dist" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70324
+ Added@edge-runtime/primitives@2.0.3(transitive)
- Removed@edge-runtime/primitives@2.0.2(transitive)