@aztlan/build-tools
Advanced tools
Comparing version 0.4.11 to 0.4.15
{ | ||
"name": "@aztlan/build-tools", | ||
"version": "0.4.11", | ||
"version": "0.4.15", | ||
"description": "a", | ||
"main": "src/index.mjs", | ||
"module": "src/index.mjs", | ||
"main": "src/index.babel.mjs", | ||
"module": "src/index.babel.mjs", | ||
"scripts": { | ||
@@ -16,4 +16,7 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
"devDependencies": { | ||
"@aztlan/babel-plugin-replace-import-extension": "^0.4.15", | ||
"@aztlan/eslint-config-base": "^0.4.0", | ||
"@aztlan/typescript-config": "^0.4.0", | ||
"@babel/core": "^7.23.3", | ||
"babel-plugin-replace-import-extension": "^1.1.3", | ||
"copyfiles": "^2.4.1", | ||
@@ -28,3 +31,6 @@ "esbuild": "^0.19.5", | ||
}, | ||
"gitHead": "c80e1910db70c10956f7ff9f63a4efc95f0d57be" | ||
"dependencies": { | ||
"@aztlan/babel-preset-react": "^0.4.15" | ||
}, | ||
"gitHead": "cdefc3e3961d3d0dd2a27d8605986759540b4eb2" | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
24131
6
211
1
10
2
1
+ Added@aztlan/babel-preset-react@0.4.15(transitive)