@citizenplane/pimp 18.9.6 → 18.9.7
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/dist/pimp.es.js +36252 -49166
- package/dist/pimp.umd.js +81 -85
- package/dist/resolver.js +12 -11
- package/dist/style.css +1 -2
- package/package.json +2 -2
- package/vite.config.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citizenplane/pimp",
|
|
3
|
-
"version": "18.9.
|
|
3
|
+
"version": "18.9.7",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "storybook dev -p 8081",
|
|
6
6
|
"build-storybook": "storybook build --output-dir ./docs",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"stylelint-order": "8.1.1",
|
|
97
97
|
"ts-jest": "^29.4.11",
|
|
98
98
|
"unplugin-vue-components": "^32.1.0",
|
|
99
|
-
"vite": "^
|
|
99
|
+
"vite": "^7.3.2",
|
|
100
100
|
"vite-plugin-dts": "^5.0.2",
|
|
101
101
|
"vitest": "^4.1.9",
|
|
102
102
|
"vue-tsc": "3.3.5"
|
package/vite.config.js
CHANGED
|
@@ -50,7 +50,7 @@ export default defineConfig({
|
|
|
50
50
|
// A sibling chunk can declare top-level `var h` while the main entry imports
|
|
51
51
|
// `openBlock as h` from Vue; some downstream bundlers merge those scopes and
|
|
52
52
|
// hit "Identifier 'h' has already been declared".
|
|
53
|
-
|
|
53
|
+
inlineDynamicImports: true,
|
|
54
54
|
// Provide global variables to use in the UMD build
|
|
55
55
|
// for externalized deps
|
|
56
56
|
globals: {
|