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