keycloakify 11.8.43 → 11.8.44
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/bin/786.index.js +1 -1
- package/package.json +1 -1
- package/src/bin/update-kc-gen.ts +1 -1
- package/vite-plugin/index.js +1 -1
package/bin/786.index.js
CHANGED
@@ -545,7 +545,7 @@ async function command(params) {
|
|
545
545
|
switch (bundler) {
|
546
546
|
case "vite":
|
547
547
|
return [
|
548
|
-
"NOTE: This is exported here only because in Webpack environnement it works differently",
|
548
|
+
"// NOTE: This is exported here only because in Webpack environnement it works differently",
|
549
549
|
`export const BASE_URL = import.meta.env.BASE_URL`
|
550
550
|
];
|
551
551
|
case "webpack":
|
package/package.json
CHANGED
package/src/bin/update-kc-gen.ts
CHANGED
@@ -144,7 +144,7 @@ export async function command(params: { buildContext: BuildContext }) {
|
|
144
144
|
switch (bundler) {
|
145
145
|
case "vite":
|
146
146
|
return [
|
147
|
-
"NOTE: This is exported here only because in Webpack environnement it works differently",
|
147
|
+
"// NOTE: This is exported here only because in Webpack environnement it works differently",
|
148
148
|
`export const BASE_URL = import.meta.env.BASE_URL`
|
149
149
|
];
|
150
150
|
case "webpack":
|
package/vite-plugin/index.js
CHANGED
@@ -2052,7 +2052,7 @@ async function command(params) {
|
|
2052
2052
|
switch (bundler) {
|
2053
2053
|
case "vite":
|
2054
2054
|
return [
|
2055
|
-
"NOTE: This is exported here only because in Webpack environnement it works differently",
|
2055
|
+
"// NOTE: This is exported here only because in Webpack environnement it works differently",
|
2056
2056
|
`export const BASE_URL = import.meta.env.BASE_URL`
|
2057
2057
|
];
|
2058
2058
|
case "webpack":
|