Skip to content

Commit

Permalink
build: upgrade edge-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 22, 2022
1 parent c4647bb commit 51f3016
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 50 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
"@babel/preset-flow": "7.14.5",
"@babel/preset-react": "7.14.5",
"@edge-runtime/jest-environment": "1.1.0-beta.31",
"@edge-runtime/jest-environment": "1.1.0-beta.33",
"@fullhuman/postcss-purgecss": "1.3.0",
"@mdx-js/loader": "0.18.0",
"@next/bundle-analyzer": "workspace:*",
Expand Down
12 changes: 7 additions & 5 deletions packages/next/compiled/@edge-runtime/primitives/cache.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
declare function createCaches(): {
cacheStorage: () => CacheStorage
Cache: typeof Cache
CacheStorage: typeof CacheStorage
}
declare function createCaches():
| undefined
| {
cacheStorage: () => CacheStorage
Cache: typeof Cache
CacheStorage: typeof CacheStorage
}

declare const caches: CacheStorage

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"@edge-runtime/primitives","version":"1.1.0-beta.31","main":"./index.js","license":"MPLv2"}
{"name":"@edge-runtime/primitives","version":"1.1.0-beta.33","main":"./index.js","license":"MPLv2"}
8 changes: 4 additions & 4 deletions packages/next/compiled/@edge-runtime/primitives/url.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ interface URLPatternComponentResult {
};
}

declare const URLPatternConstructor: typeof URLPattern
declare const URLConstructor: typeof URL
declare const URLSearchParamsConstructor: typeof URLSearchParams
declare const _URL: typeof URL
declare const _URLSearchParams: typeof URLSearchParams
declare class _URLPattern extends URLPattern {}

export { URLConstructor as URL, URLPatternConstructor as URLPattern, URLSearchParamsConstructor as URLSearchParams };
export { _URL as URL, _URLPattern as URLPattern, _URLSearchParams as URLSearchParams };
2 changes: 1 addition & 1 deletion packages/next/compiled/edge-runtime/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"@babel/runtime": "7.15.4",
"@babel/traverse": "7.18.0",
"@babel/types": "7.18.0",
"@edge-runtime/primitives": "1.1.0-beta.31",
"@edge-runtime/primitives": "1.1.0-beta.33",
"@hapi/accept": "5.0.2",
"@napi-rs/cli": "2.7.0",
"@napi-rs/triples": "1.1.0",
Expand Down Expand Up @@ -193,7 +193,7 @@
"debug": "4.1.1",
"devalue": "2.0.1",
"domain-browser": "4.19.0",
"edge-runtime": "1.1.0-beta.31",
"edge-runtime": "1.1.0-beta.33",
"events": "3.3.0",
"find-cache-dir": "3.3.1",
"find-up": "4.1.0",
Expand Down
93 changes: 57 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51f3016

Please sign in to comment.