@visulima/packem 2.0.0-alpha.35 → 2.0.0-alpha.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE.md +1394 -1124
- package/dist/cli/commands/migrate.d.ts +42 -0
- package/dist/cli/index.js +39 -35
- package/dist/index.js +1 -1
- package/dist/packem_shared/{index-ClFhhCHV.js → index-Bh6qb5ev.js} +35 -35
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/packem [2.0.0-alpha.36](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.35...@visulima/packem@2.0.0-alpha.36) (2025-11-11)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* add migrate command to facilitate migration from other bundlers to packem ([518154f](https://github.com/visulima/packem/commit/518154f7b7fe642be22698a4c0c3d1738ca41a88))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* update dependencies and package versions across multiple files ([#172](https://github.com/visulima/packem/issues/172)) ([f73c1dc](https://github.com/visulima/packem/commit/f73c1dc453f55c52da98e4b7c60f44ffd637e53c))
|
|
10
|
+
* update package references to use 'catalog:visulima' for consistency across multiple packages ([14ee42b](https://github.com/visulima/packem/commit/14ee42b3ae978baef4752e12115d14d6bb2ba7bc))
|
|
11
|
+
|
|
1
12
|
## @visulima/packem [2.0.0-alpha.35](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.34...@visulima/packem@2.0.0-alpha.35) (2025-11-11)
|
|
2
13
|
|
|
3
14
|
### Bug Fixes
|