@next/polyfill-nomodule 15.0.0-canary.10 → 15.0.0-canary.12

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,12 +1,12 @@
1
1
 
2
- > @next/polyfill-nomodule@15.0.0-canary.10 build /home/runner/work/next.js/next.js/packages/next-polyfill-nomodule
2
+ > @next/polyfill-nomodule@15.0.0-canary.12 build /home/runner/work/next.js/next.js/packages/next-polyfill-nomodule
3
3
  > microbundle -i src/index.js -o dist/polyfill-nomodule.js -f iife --no-sourcemap --external none --no-pkg-main
4
4
 
5
- Failed to resolve the module core-js/features/object/has-own imported by src/index.js
5
+ Failed to resolve the module core-js/features/array/at imported by src/index.js
6
6
  Is the module installed? Note:
7
7
  ↳ to inline a module into your bundle, install it to "devDependencies".
8
8
  ↳ to depend on a module via import/require, install it to "dependencies".
9
- Failed to resolve the module core-js/features/array/at imported by src/index.js
9
+ Failed to resolve the module core-js/features/object/has-own imported by src/index.js
10
10
  Is the module installed? Note:
11
11
  ↳ to inline a module into your bundle, install it to "devDependencies".
12
12
  ↳ to depend on a module via import/require, install it to "dependencies".
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/polyfill-nomodule",
3
- "version": "15.0.0-canary.10",
3
+ "version": "15.0.0-canary.12",
4
4
  "description": "A polyfill for non-dead, nomodule browsers.",
5
5
  "main": "dist/polyfill-nomodule.js",
6
6
  "license": "MIT",