Changes
3 changed files (+8/-4)
-
-
@@ -12,9 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0## [Unreleased] ## [0.1.3] - 2025-11-11 ### Fixed - Rename directory path from `esm/es2020` to `esm/es2022`. - An error for missing `gleam.toml` displayed incorrectly in Vite. ## [0.1.2] - 2024-12-05
-
@@ -37,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0- Initial plugin code. [unreleased]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.2...HEAD [unreleased]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.3...HEAD [0.1.3]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/pocka/rollup-plugin-gleam/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/pocka/rollup-plugin-gleam/releases/tag/v0.1.0
-
-
-
@@ -1,12 +1,12 @@{ "name": "@pocka/rollup-plugin-gleam", "version": "0.1.2", "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pocka/rollup-plugin-gleam", "version": "0.1.2", "version": "0.1.3", "license": "Apache-2.0", "dependencies": { "readdirp": "^4.0.2",
-
-
-
@@ -1,6 +1,6 @@{ "name": "@pocka/rollup-plugin-gleam", "version": "0.1.2", "version": "0.1.3", "description": "Rollup plugin for Gleam language.", "keywords": ["rollup-plugin", "vite-plugin"], "bugs": {
-