@visulima/packem-share 1.0.0-alpha.3 → 1.0.0-alpha.30

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 (58) hide show
  1. package/CHANGELOG.md +162 -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-C4C-wJi3.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 -99
  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 +16 -15
  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/getOutputExtension-CnRaNepn.mjs +0 -1
  41. package/dist/packem_shared/memoize-BTaub_3L.mjs +0 -1
  42. package/dist/packem_shared/replaceContentWithinMarker-DqHE825x.mjs +0 -3
  43. package/dist/types/index.d.mts +0 -2605
  44. package/dist/utils/index.d.mts +0 -99
  45. package/dist/utils/index.mjs +0 -1
  46. /package/dist/constants/{index.mjs → index.js} +0 -0
  47. /package/dist/packem_shared/{arrayIncludes-Car4Lj1a.mjs → arrayIncludes-Car4Lj1a.js} +0 -0
  48. /package/dist/packem_shared/{arrayify-CJp87iG7.mjs → arrayify-CJp87iG7.js} +0 -0
  49. /package/dist/packem_shared/{createRollupLogger-DyOYcur8.mjs → createRollupLogger-DyOYcur8.js} +0 -0
  50. /package/dist/packem_shared/{enhanceRollupError-DmItfx-U.mjs → enhanceRollupError-DmItfx-U.js} +0 -0
  51. /package/dist/packem_shared/{getEntryFileNames-DF1zHqbH.mjs → getEntryFileNames-DF1zHqbH.js} +0 -0
  52. /package/dist/packem_shared/{getHash-C4PDVNN_.mjs → getHash-C4PDVNN_.js} +0 -0
  53. /package/dist/packem_shared/{getPackageName-CwjDzCnN.mjs → getPackageName-CwjDzCnN.js} +0 -0
  54. /package/dist/packem_shared/{getRegexMatches-CIyZXB3k.mjs → getRegexMatches-CIyZXB3k.js} +0 -0
  55. /package/dist/packem_shared/{sortUserPlugins-BeSpxWa9.mjs → sortUserPlugins-BeSpxWa9.js} +0 -0
  56. /package/dist/packem_shared/{svgEncoder-BHLRmBWl.mjs → svgEncoder-BHLRmBWl.js} +0 -0
  57. /package/dist/packem_shared/{warn-B6AJDQdJ.mjs → warn-B6AJDQdJ.js} +0 -0
  58. /package/dist/types/{index.mjs → index.js} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,165 @@
1
+ ## @visulima/packem-share [1.0.0-alpha.30](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.29...@visulima/packem-share@1.0.0-alpha.30) (2026-04-16)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * bump node engines to ^22.14.0 || >=24.10.0 ([32f705a](https://github.com/visulima/packem/commit/32f705aa866f9daea6a094df74ef66aa8088e2c6))
6
+
7
+ ## @visulima/packem-share [1.0.0-alpha.29](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.28...@visulima/packem-share@1.0.0-alpha.29) (2026-03-28)
8
+
9
+ ## @visulima/packem-share [1.0.0-alpha.28](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.27...@visulima/packem-share@1.0.0-alpha.28) (2026-03-24)
10
+
11
+ ## @visulima/packem-share [1.0.0-alpha.27](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.26...@visulima/packem-share@1.0.0-alpha.27) (2026-03-24)
12
+
13
+ ## @visulima/packem-share [1.0.0-alpha.26](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.25...@visulima/packem-share@1.0.0-alpha.26) (2026-03-24)
14
+
15
+ ## @visulima/packem-share [1.0.0-alpha.25](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.24...@visulima/packem-share@1.0.0-alpha.25) (2026-03-24)
16
+
17
+ ## @visulima/packem-share [1.0.0-alpha.24](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.23...@visulima/packem-share@1.0.0-alpha.24) (2026-03-16)
18
+
19
+ ## @visulima/packem-share [1.0.0-alpha.23](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.22...@visulima/packem-share@1.0.0-alpha.23) (2026-03-14)
20
+
21
+ ## @visulima/packem-share [1.0.0-alpha.22](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.21...@visulima/packem-share@1.0.0-alpha.22) (2026-03-06)
22
+
23
+ ## @visulima/packem-share [1.0.0-alpha.21](https://github.com/visulima/packem/compare/@visulima/packem-share@1.0.0-alpha.20...@visulima/packem-share@1.0.0-alpha.21) (2026-03-05)
24
+
25
+ ### Miscellaneous Chores
26
+
27
+ * **packem-share:** update source and tests ([751862a](https://github.com/visulima/packem/commit/751862abb19a001b158b3ad39557f2e85bcb1135))
28
+ * update dependencies, fix linting and improve code formatting ([d78b132](https://github.com/visulima/packem/commit/d78b1325ce79dbd14deeb6311a74d81f7172a81e))
29
+
30
+ ## @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)
31
+
32
+ ### Miscellaneous Chores
33
+
34
+ * **packem-share:** update source and tests ([e84f359](https://github.com/visulima/packem/commit/e84f3596a8ff4b99868886497e13f97143f84737))
35
+ * remove empty optionalDependencies sections from package.json files ([a4aecaa](https://github.com/visulima/packem/commit/a4aecaaacb33d1ffcc8731cfc5247e5f7fa79cf0))
36
+
37
+ ## @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)
38
+
39
+ ### Features
40
+
41
+ * **packem:** enhance external dependency resolution and add new tests ([397c914](https://github.com/visulima/packem/commit/397c9147611f9def319ea81e3fc0546a2300b8ec))
42
+
43
+ ### Miscellaneous Chores
44
+
45
+ * update pnpm workspace and lockfile configurations ([121fa13](https://github.com/visulima/packem/commit/121fa1399bff3738bc6dbeac310aaff04ead670d))
46
+
47
+ ## @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)
48
+
49
+ ### Miscellaneous Chores
50
+
51
+ * update dependencies and improve configuration ([aa5ea19](https://github.com/visulima/packem/commit/aa5ea194b5add7df38a8855e618736fea0ae37fe))
52
+
53
+ ### Code Refactoring
54
+
55
+ * improve environment variable handling and enhance entry inference ([c21e7b9](https://github.com/visulima/packem/commit/c21e7b9537a77fe835ef25d5bc4b4d0898e89b35))
56
+
57
+ ## @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)
58
+
59
+ ## @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)
60
+
61
+ ## @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)
62
+
63
+ ### Features
64
+
65
+ * added preset for react and solid, added babel transformer ([773b907](https://github.com/visulima/packem/commit/773b907b462985cb61a5c978c43e227f24db6706))
66
+
67
+ ## @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)
68
+
69
+ ### Miscellaneous Chores
70
+
71
+ * update dependencies and package versions across multiple files ([#172](https://github.com/visulima/packem/issues/172)) ([f73c1dc](https://github.com/visulima/packem/commit/f73c1dc453f55c52da98e4b7c60f44ffd637e53c))
72
+ * update ESLint configurations across multiple packages ([1fe2d3d](https://github.com/visulima/packem/commit/1fe2d3d6e4e1139560755b538367351d2b170ad3))
73
+ * update package configurations and dependencies ([be09695](https://github.com/visulima/packem/commit/be09695f800ee23a555c54bd92e7ddd4c88182eb))
74
+ * update package dependencies and configurations ([8ec45ec](https://github.com/visulima/packem/commit/8ec45ec4cc34899161fed5446268c9036162d902))
75
+ * update package dependencies and configurations ([8453e80](https://github.com/visulima/packem/commit/8453e80187d9e6212d98dbe5aaafd031a5cabdcf))
76
+ * update package references to use 'catalog:visulima' for consistency across multiple packages ([14ee42b](https://github.com/visulima/packem/commit/14ee42b3ae978baef4752e12115d14d6bb2ba7bc))
77
+ * update package.json and pnpm-lock.yaml for @visulima/packem ([d323f2c](https://github.com/visulima/packem/commit/d323f2c3c99b6231d1c598585294babe52814375))
78
+ * update package.json and pnpm-lock.yaml for dependency management ([aa523ca](https://github.com/visulima/packem/commit/aa523ca16f29ba0a874a13693d1f9581acf6f8c3))
79
+ * update pnpm workspace and package configurations ([feacec9](https://github.com/visulima/packem/commit/feacec93d1b0cefb8ea5d2b730fc1c6918925826))
80
+
81
+ ### Continuous Integration
82
+
83
+ * fixed dep connections ([1c0807f](https://github.com/visulima/packem/commit/1c0807f92b1b6742f0da7f587226b418bd200f80))
84
+
85
+ ## @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)
86
+
87
+ ### Bug Fixes
88
+
89
+ * enhance package-json-exports and preserve-directives tests ([c3b58f2](https://github.com/visulima/packem/commit/c3b58f251ea9ed3d8747a967b6f53fd4c1773509))
90
+
91
+ ### Miscellaneous Chores
92
+
93
+ * update dependencies and improve package validation tests ([b4fd83b](https://github.com/visulima/packem/commit/b4fd83bf3f5749d53c1c01eaf10d61f88530d9f4))
94
+ * update package.json scripts and dependencies ([8f2aa25](https://github.com/visulima/packem/commit/8f2aa25956f2570a65b53d9f936c8cf1d730a49f))
95
+
96
+ ## @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)
97
+
98
+ ### Bug Fixes
99
+
100
+ * updated deps, added usage of pnpm catalog ([14987df](https://github.com/visulima/packem/commit/14987dff37121ca7aab6f9d0a07b24a1a2f5284a))
101
+
102
+ ## @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)
103
+
104
+ ### Bug Fixes
105
+
106
+ * update dependencies and versions across multiple packages ([b17ec3b](https://github.com/visulima/packem/commit/b17ec3b30f1bfa6267e9eede14fbb569c55b09cf))
107
+
108
+ ## @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)
109
+
110
+ ### Bug Fixes
111
+
112
+ * update dependencies and versions across multiple packages ([1bf21ee](https://github.com/visulima/packem/commit/1bf21ee3bf5e06c6ac53872ec33d64b4ad7cf588))
113
+
114
+ ### Miscellaneous Chores
115
+
116
+ * update dependencies and versions in package.json and pnpm-lock.yaml ([e6086fb](https://github.com/visulima/packem/commit/e6086fbd6ad21bbc35b8365b03e8a5d543354154))
117
+
118
+ ## @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)
119
+
120
+ ### Features
121
+
122
+ * added the first migration for the rolldown-plugin-dts for rollup ([fb3321f](https://github.com/visulima/packem/commit/fb3321fedb5101368bdf8e711db30d00d9ef26f3))
123
+ * introduce debarrel optimization for improved import handling ([129435e](https://github.com/visulima/packem/commit/129435ee941f2cd9f003046225e2a8862eb2cba7))
124
+
125
+ ## @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)
126
+
127
+ ### Features
128
+
129
+ * Add Data URI plugin support for SVG files ([8528648](https://github.com/visulima/packem/commit/852864828d09a70367c93228b1bee8699e1e00f2))
130
+
131
+ ## @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)
132
+
133
+ ### Bug Fixes
134
+
135
+ * fixed the custom resolver for tailwind loader ([1fd0b43](https://github.com/visulima/packem/commit/1fd0b4345aa90f5c250eba9fd8c741e569b84abc))
136
+
137
+ ## @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)
138
+
139
+ ### Features
140
+
141
+ * added tailwindcss oxide loader ([#166](https://github.com/visulima/packem/issues/166)) ([acbbc59](https://github.com/visulima/packem/commit/acbbc59071e771a94d1a0c5435b267e483e3ad73))
142
+
143
+ ## @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)
144
+
145
+ ### Bug Fixes
146
+
147
+ * update dependencies and add data-uri plugin support ([a52dab5](https://github.com/visulima/packem/commit/a52dab541290324218949ad5ea9502b127d0b0dd))
148
+
149
+ ### Miscellaneous Chores
150
+
151
+ * 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))
152
+
153
+ ## @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)
154
+
155
+ ### Features
156
+
157
+ * add support for ignoring export keys and allowed export extensions ([3a49564](https://github.com/visulima/packem/commit/3a4956481e6896b7f86670e7df8efb521f30e6e6))
158
+
159
+ ### Bug Fixes
160
+
161
+ * update package dependencies and improve compatibility ([0db341b](https://github.com/visulima/packem/commit/0db341b4e8c90e21d6bda36612d880168f183b7c))
162
+
1
163
  ## @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)
2
164
 
3
165
  ### Features