4 Commits

Author SHA1 Message Date
semantic-release-bot 148d261e6e chore(release): 1.0.3
## [1.0.3](https://github.com/didericis/bare-bundle-transform-plugin-babel/compare/v1.0.2...v1.0.3) (2025-09-30)
2025-09-30 22:17:25 +00:00
didericis d0b30e4776 refactor: add repository to package.json 2025-09-30 18:16:10 -04:00
semantic-release-bot e1b3218ac2 chore(release): 1.0.2
## [1.0.2](https://github.com/Didericis/bare-bundle-transform-plugin-babel/compare/v1.0.1...v1.0.2) (2025-09-30)
2025-09-30 22:15:20 +00:00
didericis a277552d47 docs(README): fix test shield link 2025-09-30 18:14:18 -04:00
4 changed files with 12 additions and 4 deletions
+4
View File
@@ -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.0 (2025-09-26)
+1 -1
View File
@@ -1,7 +1,7 @@
# bare-bundle-transform-plugin-babel
[![NPM Version](https://img.shields.io/npm/v/bare-bundle-transform-plugin-babel)](https://npmjs.com/package/bare-bundle-transform-plugin-babel)
[![Tests](https://img.shields.io/github/actions/workflow/status/didericis/bare-bundle-transform-plugin-babel/test.yml?label=tests)](https://github.com/Didericis/bare-bundle-transform/actions/workflows/test.yml)
[![Tests](https://img.shields.io/github/actions/workflow/status/didericis/bare-bundle-transform-plugin-babel/test.yml?label=tests)](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.
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "bare-bundle-transform-plugin-babel",
"version": "1.0.1",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bare-bundle-transform-plugin-babel",
"version": "1.0.1",
"version": "1.0.3",
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.28.4"
+5 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bare-bundle-transform-plugin-babel",
"version": "1.0.1",
"version": "1.0.3",
"description": "bare-bundle-transform plugin for applying babel transforms",
"main": "index.js",
"keywords": [
@@ -11,6 +11,10 @@
],
"author": "Didericis",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/didericis/bare-bundle-transform-plugin-babel.git"
},
"scripts": {
"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",