@babel/plugin-proposal-json-modules
Advanced tools
Comparing version
@@ -10,3 +10,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
} = api; | ||
api.assertVersion("8.0.0-alpha.8"); | ||
api.assertVersion("8.0.0-alpha.9"); | ||
const targets = api.targets(); | ||
@@ -13,0 +13,0 @@ let helperESM; |
{ | ||
"name": "@babel/plugin-proposal-json-modules", | ||
"version": "8.0.0-alpha.8", | ||
"version": "8.0.0-alpha.9", | ||
"description": "Transform json modules imports (`import '...' with { type: 'json' }`) to work in browsers and Node.js.", | ||
@@ -17,3 +17,6 @@ "repository": { | ||
"exports": { | ||
".": "./lib/index.js", | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -33,16 +36,16 @@ }, | ||
"dependencies": { | ||
"@babel/helper-import-to-platform-api": "^8.0.0-alpha.8", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.8", | ||
"@babel/plugin-syntax-import-attributes": "^8.0.0-alpha.8" | ||
"@babel/helper-import-to-platform-api": "^8.0.0-alpha.9", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.9", | ||
"@babel/plugin-syntax-import-attributes": "^8.0.0-alpha.9" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.8" | ||
"@babel/core": "^8.0.0-alpha.9" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.8", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.8", | ||
"@babel/core": "^8.0.0-alpha.9", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.9", | ||
"babel-plugin-polyfill-corejs3": "^0.10.4" | ||
}, | ||
"engines": { | ||
"node": "^16.20.0 || ^18.16.0 || >=20.0.0" | ||
"node": "^18.20.0 || ^20.10.0 || >=21.0.0" | ||
}, | ||
@@ -49,0 +52,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
81360
456.31%8
60%115
29.21%