@visulima/packem-share 1.0.0-alpha.2 → 1.0.0-alpha.20

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +149 -0
  2. package/LICENSE.md +182 -165
  3. package/README.md +36 -39
  4. package/dist/constants/index.d.ts +115 -38
  5. package/dist/index.d.ts +3 -6
  6. package/dist/index.js +1 -0
  7. package/dist/packem_shared/FileCache-CboK7q-P.js +1 -0
  8. package/dist/packem_shared/getChunkFilename-O3C-FgIo.js +1 -0
  9. package/dist/packem_shared/getOutputExtension-BzGuLUE7.js +1 -0
  10. package/dist/packem_shared/memoize-BuZTf6NG.js +1 -0
  11. package/dist/packem_shared/replaceContentWithinMarker-Caj_BLpr.js +3 -0
  12. package/dist/packem_shared/svgToTinyDataUri-k5AhPAh0.js +1 -0
  13. package/dist/types/core.d.ts +20 -0
  14. package/dist/types/index.d.ts +13 -2542
  15. package/dist/utils/array-includes.d.ts +7 -0
  16. package/dist/utils/arrayify.d.ts +7 -0
  17. package/dist/utils/create-rollup-logger.d.ts +60 -0
  18. package/dist/utils/enhance-rollup-error.d.ts +3 -0
  19. package/dist/utils/file-cache.d.ts +55 -0
  20. package/dist/utils/get-chunk-filename.d.ts +9 -0
  21. package/dist/utils/get-entry-file-names.d.ts +9 -0
  22. package/dist/utils/get-file-extensions.d.ts +49 -0
  23. package/dist/utils/get-hash.d.ts +7 -0
  24. package/dist/utils/get-package-name.d.ts +7 -0
  25. package/dist/utils/get-regex-matches.d.ts +8 -0
  26. package/dist/utils/index.d.ts +17 -87
  27. package/dist/utils/index.js +1 -0
  28. package/dist/utils/memoize.d.ts +17 -0
  29. package/dist/utils/replace-content-within-marker.d.ts +9 -0
  30. package/dist/utils/sort-user-plugins.d.ts +13 -0
  31. package/dist/utils/svg-data-uri.d.ts +12 -0
  32. package/dist/utils/svg-encoder.d.ts +7 -0
  33. package/dist/utils/warn.d.ts +10 -0
  34. package/package.json +70 -110
  35. package/dist/constants/index.d.mts +0 -38
  36. package/dist/index.d.mts +0 -6
  37. package/dist/index.mjs +0 -1
  38. package/dist/packem_shared/FileCache-DdOdmeil.mjs +0 -1
  39. package/dist/packem_shared/getChunkFilename-C1wUJsM7.mjs +0 -1
  40. package/dist/packem_shared/memoize-BTaub_3L.mjs +0 -1
  41. package/dist/packem_shared/replaceContentWithinMarker-DqHE825x.mjs +0 -3
  42. package/dist/types/index.d.mts +0 -2605
  43. package/dist/utils/index.d.mts +0 -87
  44. package/dist/utils/index.mjs +0 -1
  45. /package/dist/constants/{index.mjs → index.js} +0 -0
  46. /package/dist/packem_shared/{arrayIncludes-Car4Lj1a.mjs → arrayIncludes-Car4Lj1a.js} +0 -0
  47. /package/dist/packem_shared/{arrayify-CJp87iG7.mjs → arrayify-CJp87iG7.js} +0 -0
  48. /package/dist/packem_shared/{createRollupLogger-DyOYcur8.mjs → createRollupLogger-DyOYcur8.js} +0 -0
  49. /package/dist/packem_shared/{enhanceRollupError-DmItfx-U.mjs → enhanceRollupError-DmItfx-U.js} +0 -0
  50. /package/dist/packem_shared/{getEntryFileNames-DF1zHqbH.mjs → getEntryFileNames-DF1zHqbH.js} +0 -0
  51. /package/dist/packem_shared/{getHash-C4PDVNN_.mjs → getHash-C4PDVNN_.js} +0 -0
  52. /package/dist/packem_shared/{getPackageName-CwjDzCnN.mjs → getPackageName-CwjDzCnN.js} +0 -0
  53. /package/dist/packem_shared/{getRegexMatches-CIyZXB3k.mjs → getRegexMatches-CIyZXB3k.js} +0 -0
  54. /package/dist/packem_shared/{sortUserPlugins-BeSpxWa9.mjs → sortUserPlugins-BeSpxWa9.js} +0 -0
  55. /package/dist/packem_shared/{svgEncoder-BHLRmBWl.mjs → svgEncoder-BHLRmBWl.js} +0 -0
  56. /package/dist/packem_shared/{warn-B6AJDQdJ.mjs → warn-B6AJDQdJ.js} +0 -0
  57. /package/dist/types/{index.mjs → index.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,152 @@
1
+ ## @visulima/packem-share [1.0.0-alpha.20](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.19...@visulima/packem-share@1.0.0-alpha.20) (2026-02-21)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **packem-share:** update source and tests ([e84f359](https://github.com/visulima/packem/commit/e84f3596a8ff4b99868886497e13f97143f84737))
6
+ * remove empty optionalDependencies sections from package.json files ([a4aecaa](https://github.com/visulima/packem/commit/a4aecaaacb33d1ffcc8731cfc5247e5f7fa79cf0))
7
+
8
+ ## @visulima/packem-share [1.0.0-alpha.19](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.18...@visulima/packem-share@1.0.0-alpha.19) (2025-12-29)
9
+
10
+ ### Features
11
+
12
+ * **packem:** enhance external dependency resolution and add new tests ([397c914](https://github.com/visulima/packem/commit/397c9147611f9def319ea81e3fc0546a2300b8ec))
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * update pnpm workspace and lockfile configurations ([121fa13](https://github.com/visulima/packem/commit/121fa1399bff3738bc6dbeac310aaff04ead670d))
17
+
18
+ ## @visulima/packem-share [1.0.0-alpha.18](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.17...@visulima/packem-share@1.0.0-alpha.18) (2025-12-24)
19
+
20
+ ### Miscellaneous Chores
21
+
22
+ * update dependencies and improve configuration ([aa5ea19](https://github.com/visulima/packem/commit/aa5ea194b5add7df38a8855e618736fea0ae37fe))
23
+
24
+ ### Code Refactoring
25
+
26
+ * improve environment variable handling and enhance entry inference ([c21e7b9](https://github.com/visulima/packem/commit/c21e7b9537a77fe835ef25d5bc4b4d0898e89b35))
27
+
28
+ ## @visulima/packem-share [1.0.0-alpha.17](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.16...@visulima/packem-share@1.0.0-alpha.17) (2025-12-16)
29
+
30
+ ## @visulima/packem-share [1.0.0-alpha.16](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.15...@visulima/packem-share@1.0.0-alpha.16) (2025-12-13)
31
+
32
+ ## @visulima/packem-share [1.0.0-alpha.15](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.14...@visulima/packem-share@1.0.0-alpha.15) (2025-12-09)
33
+
34
+ ### Features
35
+
36
+ * added preset for react and solid, added babel transformer ([773b907](https://github.com/visulima/packem/commit/773b907b462985cb61a5c978c43e227f24db6706))
37
+
38
+ ## @visulima/packem-share [1.0.0-alpha.14](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.13...@visulima/packem-share@1.0.0-alpha.14) (2025-11-25)
39
+
40
+ ### Miscellaneous Chores
41
+
42
+ * update dependencies and package versions across multiple files ([#172](https://github.com/visulima/packem/issues/172)) ([f73c1dc](https://github.com/visulima/packem/commit/f73c1dc453f55c52da98e4b7c60f44ffd637e53c))
43
+ * update ESLint configurations across multiple packages ([1fe2d3d](https://github.com/visulima/packem/commit/1fe2d3d6e4e1139560755b538367351d2b170ad3))
44
+ * update package configurations and dependencies ([be09695](https://github.com/visulima/packem/commit/be09695f800ee23a555c54bd92e7ddd4c88182eb))
45
+ * update package dependencies and configurations ([8ec45ec](https://github.com/visulima/packem/commit/8ec45ec4cc34899161fed5446268c9036162d902))
46
+ * update package dependencies and configurations ([8453e80](https://github.com/visulima/packem/commit/8453e80187d9e6212d98dbe5aaafd031a5cabdcf))
47
+ * update package references to use 'catalog:visulima' for consistency across multiple packages ([14ee42b](https://github.com/visulima/packem/commit/14ee42b3ae978baef4752e12115d14d6bb2ba7bc))
48
+ * update package.json and pnpm-lock.yaml for @visulima/packem ([d323f2c](https://github.com/visulima/packem/commit/d323f2c3c99b6231d1c598585294babe52814375))
49
+ * update package.json and pnpm-lock.yaml for dependency management ([aa523ca](https://github.com/visulima/packem/commit/aa523ca16f29ba0a874a13693d1f9581acf6f8c3))
50
+ * update pnpm workspace and package configurations ([feacec9](https://github.com/visulima/packem/commit/feacec93d1b0cefb8ea5d2b730fc1c6918925826))
51
+
52
+ ### Continuous Integration
53
+
54
+ * fixed dep connections ([1c0807f](https://github.com/visulima/packem/commit/1c0807f92b1b6742f0da7f587226b418bd200f80))
55
+
56
+ ## @visulima/packem-share [1.0.0-alpha.13](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.12...@visulima/packem-share@1.0.0-alpha.13) (2025-10-08)
57
+
58
+ ### Bug Fixes
59
+
60
+ * enhance package-json-exports and preserve-directives tests ([c3b58f2](https://github.com/visulima/packem/commit/c3b58f251ea9ed3d8747a967b6f53fd4c1773509))
61
+
62
+ ### Miscellaneous Chores
63
+
64
+ * update dependencies and improve package validation tests ([b4fd83b](https://github.com/visulima/packem/commit/b4fd83bf3f5749d53c1c01eaf10d61f88530d9f4))
65
+ * update package.json scripts and dependencies ([8f2aa25](https://github.com/visulima/packem/commit/8f2aa25956f2570a65b53d9f936c8cf1d730a49f))
66
+
67
+ ## @visulima/packem-share [1.0.0-alpha.12](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.11...@visulima/packem-share@1.0.0-alpha.12) (2025-09-22)
68
+
69
+ ### Bug Fixes
70
+
71
+ * updated deps, added usage of pnpm catalog ([14987df](https://github.com/visulima/packem/commit/14987dff37121ca7aab6f9d0a07b24a1a2f5284a))
72
+
73
+ ## @visulima/packem-share [1.0.0-alpha.11](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.10...@visulima/packem-share@1.0.0-alpha.11) (2025-09-17)
74
+
75
+ ### Bug Fixes
76
+
77
+ * update dependencies and versions across multiple packages ([b17ec3b](https://github.com/visulima/packem/commit/b17ec3b30f1bfa6267e9eede14fbb569c55b09cf))
78
+
79
+ ## @visulima/packem-share [1.0.0-alpha.10](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.9...@visulima/packem-share@1.0.0-alpha.10) (2025-09-05)
80
+
81
+ ### Bug Fixes
82
+
83
+ * update dependencies and versions across multiple packages ([1bf21ee](https://github.com/visulima/packem/commit/1bf21ee3bf5e06c6ac53872ec33d64b4ad7cf588))
84
+
85
+ ### Miscellaneous Chores
86
+
87
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([e6086fb](https://github.com/visulima/packem/commit/e6086fbd6ad21bbc35b8365b03e8a5d543354154))
88
+
89
+ ## @visulima/packem-share [1.0.0-alpha.9](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.8...@visulima/packem-share@1.0.0-alpha.9) (2025-08-29)
90
+
91
+ ### Features
92
+
93
+ * added the first migration for the rolldown-plugin-dts for rollup ([fb3321f](https://github.com/visulima/packem/commit/fb3321fedb5101368bdf8e711db30d00d9ef26f3))
94
+ * introduce debarrel optimization for improved import handling ([129435e](https://github.com/visulima/packem/commit/129435ee941f2cd9f003046225e2a8862eb2cba7))
95
+
96
+ ## @visulima/packem-share [1.0.0-alpha.8](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.7...@visulima/packem-share@1.0.0-alpha.8) (2025-08-25)
97
+
98
+ ### Features
99
+
100
+ * Add Data URI plugin support for SVG files ([8528648](https://github.com/visulima/packem/commit/852864828d09a70367c93228b1bee8699e1e00f2))
101
+
102
+ ## @visulima/packem-share [1.0.0-alpha.7](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.6...@visulima/packem-share@1.0.0-alpha.7) (2025-08-20)
103
+
104
+ ### Bug Fixes
105
+
106
+ * fixed the custom resolver for tailwind loader ([1fd0b43](https://github.com/visulima/packem/commit/1fd0b4345aa90f5c250eba9fd8c741e569b84abc))
107
+
108
+ ## @visulima/packem-share [1.0.0-alpha.6](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.5...@visulima/packem-share@1.0.0-alpha.6) (2025-08-17)
109
+
110
+ ### Features
111
+
112
+ * added tailwindcss oxide loader ([#166](https://github.com/visulima/packem/issues/166)) ([acbbc59](https://github.com/visulima/packem/commit/acbbc59071e771a94d1a0c5435b267e483e3ad73))
113
+
114
+ ## @visulima/packem-share [1.0.0-alpha.5](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.4...@visulima/packem-share@1.0.0-alpha.5) (2025-08-10)
115
+
116
+ ### Bug Fixes
117
+
118
+ * update dependencies and add data-uri plugin support ([a52dab5](https://github.com/visulima/packem/commit/a52dab541290324218949ad5ea9502b127d0b0dd))
119
+
120
+ ### Miscellaneous Chores
121
+
122
+ * update package dependencies to version 2.0.3 for @anolilab/semantic-release-pnpm and @anolilab/semantic-release-preset; bump oxc-transform and oxc-parser to 0.79.1 ([ce60668](https://github.com/visulima/packem/commit/ce606682c65afcb710e7a923429c2c543f52d88f))
123
+
124
+ ## @visulima/packem-share [1.0.0-alpha.4](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.3...@visulima/packem-share@1.0.0-alpha.4) (2025-07-31)
125
+
126
+ ### Features
127
+
128
+ * add support for ignoring export keys and allowed export extensions ([3a49564](https://github.com/visulima/packem/commit/3a4956481e6896b7f86670e7df8efb521f30e6e6))
129
+
130
+ ### Bug Fixes
131
+
132
+ * update package dependencies and improve compatibility ([0db341b](https://github.com/visulima/packem/commit/0db341b4e8c90e21d6bda36612d880168f183b7c))
133
+
134
+ ## @visulima/packem-share [1.0.0-alpha.3](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.2...@visulima/packem-share@1.0.0-alpha.3) (2025-07-17)
135
+
136
+ ### Features
137
+
138
+ * enhance file extension handling and update package dependencies ([42764b0](https://github.com/visulima/packem/commit/42764b0f0bfc56104c30cc91f43d23e6e8ffbc33))
139
+
140
+ ### Miscellaneous Chores
141
+
142
+ * update package dependencies and improve TypeScript compatibility ([d0d337f](https://github.com/visulima/packem/commit/d0d337fe20558e1626cbcbeec19e9c2052f15aa2))
143
+ * update semantic-release workflow and clean up test files ([04101d0](https://github.com/visulima/packem/commit/04101d0ea9936dc8231dce23c54e8bbef249e5c8))
144
+
145
+ ### Code Refactoring
146
+
147
+ * consolidate file extension logic and update package dependencies ([ceff776](https://github.com/visulima/packem/commit/ceff776bbc5eaa6bd85819271942aab7faf77cd2))
148
+ * **tests:** streamline file existence checks and update output extensions ([4567e62](https://github.com/visulima/packem/commit/4567e62dfa6ffdcc153c6d19ba26c88d209ccc95))
149
+
1
150
  # @visulima/packem-share [1.0.0-alpha.2](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.1...@visulima/packem-share@1.0.0-alpha.2) (2025-07-02)
2
151
 
3
152