mirror of
https://github.com/Didericis/bare-bundle-transform-plugin-babel.git
synced 2026-06-26 01:55:17 -04:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f2ce466d88 | |||
| 148d261e6e | |||
| d0b30e4776 | |||
| e1b3218ac2 | |||
| a277552d47 |
@@ -1,3 +1,7 @@
|
|||||||
|
## [1.0.3](https://github.com/didericis/bare-bundle-transform-plugin-babel/compare/v1.0.2...v1.0.3) (2025-09-30)
|
||||||
|
|
||||||
|
## [1.0.2](https://github.com/Didericis/bare-bundle-transform-plugin-babel/compare/v1.0.1...v1.0.2) (2025-09-30)
|
||||||
|
|
||||||
## [1.0.1](https://github.com/Didericis/bare-bundle-transform-plugin-babel/compare/v1.0.0...v1.0.1) (2025-09-30)
|
## [1.0.1](https://github.com/Didericis/bare-bundle-transform-plugin-babel/compare/v1.0.0...v1.0.1) (2025-09-30)
|
||||||
|
|
||||||
# 1.0.0 (2025-09-26)
|
# 1.0.0 (2025-09-26)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# bare-bundle-transform-plugin-babel
|
# bare-bundle-transform-plugin-babel
|
||||||
|
|
||||||
[](https://npmjs.com/package/bare-bundle-transform-plugin-babel)
|
[](https://npmjs.com/package/bare-bundle-transform-plugin-babel)
|
||||||
[](https://github.com/Didericis/bare-bundle-transform/actions/workflows/test.yml)
|
[](https://github.com/Didericis/bare-bundle-transform-plugin-babel/actions/workflows/test.yml)
|
||||||
|
|
||||||
Plugin for [bare-bundle-transform](https://github.com/Didericis/bare-bundle-transform) that applies a babel transformation to every file with a `.cjs`, `.mjs`, and `.js` extension.
|
Plugin for [bare-bundle-transform](https://github.com/Didericis/bare-bundle-transform) that applies a babel transformation to every file with a `.cjs`, `.mjs`, and `.js` extension.
|
||||||
|
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "bare-bundle-transform-plugin-babel",
|
"name": "bare-bundle-transform-plugin-babel",
|
||||||
"version": "1.0.1",
|
"version": "1.0.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "bare-bundle-transform-plugin-babel",
|
"name": "bare-bundle-transform-plugin-babel",
|
||||||
"version": "1.0.1",
|
"version": "1.0.3",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.28.4"
|
"@babel/core": "^7.28.4"
|
||||||
|
|||||||
+11
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "bare-bundle-transform-plugin-babel",
|
"name": "bare-bundle-transform-plugin-babel",
|
||||||
"version": "1.0.1",
|
"version": "1.0.3",
|
||||||
"description": "bare-bundle-transform plugin for applying babel transforms",
|
"description": "bare-bundle-transform plugin for applying babel transforms",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@@ -11,6 +11,10 @@
|
|||||||
],
|
],
|
||||||
"author": "Didericis",
|
"author": "Didericis",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/didericis/bare-bundle-transform-plugin-babel.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run prettier:lint && npm run test:build-project && npm run test:build-bundles && bare test/bare.js",
|
"test": "npm run prettier:lint && npm run test:build-project && npm run test:build-bundles && bare test/bare.js",
|
||||||
"test:build-project": "cd test/project && npm install",
|
"test:build-project": "cd test/project && npm install",
|
||||||
@@ -43,6 +47,11 @@
|
|||||||
"scope": "README",
|
"scope": "README",
|
||||||
"release": "patch"
|
"release": "patch"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "refactor",
|
||||||
|
"breaking": true,
|
||||||
|
"release": "major"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "refactor",
|
"type": "refactor",
|
||||||
"release": "patch"
|
"release": "patch"
|
||||||
@@ -52,7 +61,7 @@
|
|||||||
"noteKeywords": [
|
"noteKeywords": [
|
||||||
"BREAKING CHANGE",
|
"BREAKING CHANGE",
|
||||||
"BREAKING CHANGES",
|
"BREAKING CHANGES",
|
||||||
"MANUAL BUMP"
|
"MANUAL RELEASE"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user