@next/polyfill-nomodule 12.3.2 → 12.3.4

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 451c11f3ea6c81ef
2
- @next/polyfill-nomodule:build:  WARN  lifecycle The node binary used for scripts is /tmp/yarn--1667119510353-0.10012933917932099/node but pnpm is using /opt/hostedtoolcache/node/16.18.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 0c8c27d49c508b71
2
+ @next/polyfill-nomodule:build:  WARN  lifecycle The node binary used for scripts is /tmp/yarn--1669073940015-0.8101694585653794/node but pnpm is using /opt/hostedtoolcache/node/16.18.1/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.3.2 build /home/runner/work/next.js/next.js/packages/next-polyfill-nomodule
4
+ @next/polyfill-nomodule:build: > @next/polyfill-nomodule@12.3.4 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 "@next/polyfill-nomodule" to dist:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/polyfill-nomodule",
3
- "version": "12.3.2",
3
+ "version": "12.3.4",
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": "f3fc9126add85cda1d58dd21a1556ee878b4117c"
21
+ "gitHead": "e2c5952ef2fa03d4fb6dc4cb7ff50d26c76e7ea8"
22
22
  }