@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.
- package/.turbo/turbo-build.log +3 -3
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@next/polyfill-nomodule:build: cache hit, replaying output
|
|
2
|
-
@next/polyfill-nomodule:build: WARN lifecycle The node binary used for scripts is /opt/hostedtoolcache/node/18.20.
|
|
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.
|
|
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: [34mBuild "@next/polyfill-nomodule" to dist:[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next/polyfill-nomodule",
|
|
3
|
-
"version": "12.3.
|
|
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": "
|
|
20
|
+
"gitHead": "febd1d74afa11aeacb13a68f2664f4b152716fe1"
|
|
21
21
|
}
|