@next/polyfill-nomodule 12.3.4 → 12.3.6
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 +4 -4
- package/package.json +3 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@next/polyfill-nomodule:build: cache hit, replaying output
|
|
2
|
-
@next/polyfill-nomodule:build: WARN lifecycle The node binary used for scripts is /
|
|
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.
|
|
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.6 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
|
|
8
|
-
@next/polyfill-nomodule:build:
|
|
8
|
+
@next/polyfill-nomodule:build: [33m31.1 kB[39m: [37mpolyfill-nomodule.js[39m.gz
|
|
9
9
|
@next/polyfill-nomodule:build: [33m28 kB[39m: [37mpolyfill-nomodule.js[39m.br
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next/polyfill-nomodule",
|
|
3
|
-
"version": "12.3.
|
|
3
|
+
"version": "12.3.6",
|
|
4
4
|
"description": "A polyfill for non-dead, nomodule browsers.",
|
|
5
5
|
"main": "dist/polyfill-nomodule.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
"directory": "packages/next-polyfill-nomodule"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
|
-
"build": "microbundle -i src/index.js -o dist/polyfill-nomodule.js -f iife --no-sourcemap --external none --no-pkg-main"
|
|
13
|
-
"prepublishOnly": "cd ../../ && turbo run build"
|
|
12
|
+
"build": "microbundle -i src/index.js -o dist/polyfill-nomodule.js -f iife --no-sourcemap --external none --no-pkg-main"
|
|
14
13
|
},
|
|
15
14
|
"devDependencies": {
|
|
16
15
|
"core-js": "3.6.5",
|
|
@@ -18,5 +17,5 @@
|
|
|
18
17
|
"object-assign": "4.1.1",
|
|
19
18
|
"whatwg-fetch": "3.0.0"
|
|
20
19
|
},
|
|
21
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "a4e7a948b1a997e087df5d1bdd38d3cb57f5e968"
|
|
22
21
|
}
|