@next/polyfill-nomodule 12.3.6 → 12.3.7

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 8ec26c086e65dd8a
2
- @next/polyfill-nomodule:build:  WARN  lifecycle The node binary used for scripts is /opt/hostedtoolcache/node/18.20.7/x64/bin/node but pnpm is using /opt/hostedtoolcache/node/18.20.7/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 1ebcdd500e517499
2
+ @next/polyfill-nomodule:build:  WARN  lifecycle The node binary used for scripts is /opt/hostedtoolcache/node/18.20.8/x64/bin/node but pnpm is using /opt/hostedtoolcache/node/18.20.8/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.6 build /home/runner/work/next.js/next.js/packages/next-polyfill-nomodule
4
+ @next/polyfill-nomodule:build: > @next/polyfill-nomodule@12.3.7 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.6",
3
+ "version": "12.3.7",
4
4
  "description": "A polyfill for non-dead, nomodule browsers.",
5
5
  "main": "dist/polyfill-nomodule.js",
6
6
  "license": "MIT",
@@ -17,5 +17,5 @@
17
17
  "object-assign": "4.1.1",
18
18
  "whatwg-fetch": "3.0.0"
19
19
  },
20
- "gitHead": "a4e7a948b1a997e087df5d1bdd38d3cb57f5e968"
20
+ "gitHead": "febd1d74afa11aeacb13a68f2664f4b152716fe1"
21
21
  }