@visulima/packem 2.0.0-alpha.34 → 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 +23 -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-Bh6qb5ev.js +173 -0
- package/package.json +12 -12
- package/dist/packem_shared/index-Dt7qUoo-.js +0 -173
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
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
|
+
|
|
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)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* improve isolated declarations plugin and update filtering logic ([7efdf0d](https://github.com/visulima/packem/commit/7efdf0d052805a3d46cf767447728ca3d537fc24))
|
|
17
|
+
* update license files and improve plugin configurations ([6372411](https://github.com/visulima/packem/commit/6372411fefbad9cb67d912c1447994b93a9ebc6f))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* **@visulima/packem-rollup:** upgraded to 1.0.0-alpha.27
|
|
23
|
+
|
|
1
24
|
## @visulima/packem [2.0.0-alpha.34](https://github.com/visulima/packem/compare/@visulima/packem@2.0.0-alpha.33...@visulima/packem@2.0.0-alpha.34) (2025-11-10)
|
|
2
25
|
|
|
3
26
|
### Bug Fixes
|