@next/polyfill-nomodule 12.2.2 → 12.2.3-canary.0

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.
@@ -1,7 +1,7 @@
1
- @next/polyfill-nomodule:build: cache hit, replaying output 672695d684574b9b
2
- @next/polyfill-nomodule:build:  WARN  lifecycle The node binary used for scripts is /tmp/yarn--1657368490631-0.7638399413922821/node but pnpm is using /opt/hostedtoolcache/node/16.16.0/x64/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary pnpm was executed with.
1
+ @next/polyfill-nomodule:build: cache hit, replaying output f37eecd8c6fadd56
2
+ @next/polyfill-nomodule:build:  WARN  lifecycle The node binary used for scripts is /tmp/yarn--1657547185782-0.8943865553038113/node but pnpm is using /opt/hostedtoolcache/node/16.16.0/x64/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary pnpm was executed with.
3
3
  @next/polyfill-nomodule:build:
4
- @next/polyfill-nomodule:build: > @next/polyfill-nomodule@12.2.2 build /home/runner/work/next.js/next.js/packages/next-polyfill-nomodule
4
+ @next/polyfill-nomodule:build: > @next/polyfill-nomodule@12.2.3-canary.0 build /home/runner/work/next.js/next.js/packages/next-polyfill-nomodule
5
5
  @next/polyfill-nomodule:build: > microbundle -i src/index.js -o dist/polyfill-nomodule.js -f iife --no-sourcemap --external none --no-pkg-main
6
6
  @next/polyfill-nomodule:build:
7
7
  @next/polyfill-nomodule:build: Build "polyfillNomodule" to dist:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/polyfill-nomodule",
3
- "version": "12.2.2",
3
+ "version": "12.2.3-canary.0",
4
4
  "description": "A polyfill for non-dead, nomodule browsers.",
5
5
  "main": "dist/polyfill-nomodule.js",
6
6
  "license": "MIT",
@@ -18,5 +18,5 @@
18
18
  "object-assign": "4.1.1",
19
19
  "whatwg-fetch": "3.0.0"
20
20
  },
21
- "gitHead": "689626c6a4d509fe04aaf82c9971a5928669bcf4"
21
+ "gitHead": "0887d283e185bc5610a76acc7307dfd8246a00ae"
22
22
  }