@hitachivantara/app-shell-vite-plugin 2.1.9 → 2.1.12

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.
@@ -1,4 +1,4 @@
1
- import { PluginOption } from "vite";
1
+ import type { PluginOption } from "vite";
2
2
  export declare function addUseCredentials(scriptSrc: string, html: string): string;
3
3
  export declare const externalRE: RegExp;
4
4
  export declare const isExternalUrl: (url: string) => boolean;
@@ -1,5 +1,5 @@
1
- import { PluginOption } from "vite";
2
- import { ConfigReplacement } from "./config-utils.js";
1
+ import { type PluginOption } from "vite";
2
+ import { type ConfigReplacement } from "./config-utils.js";
3
3
  export type ApplicationBundleType = "app" | "bundle";
4
4
  export interface AppShellVitePluginOptions {
5
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/app-shell-vite-plugin",
3
- "version": "2.1.9",
3
+ "version": "2.1.12",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -20,11 +20,11 @@
20
20
  "dependencies": {
21
21
  "@emotion/cache": "^11.11.0",
22
22
  "@emotion/react": "^11.11.1",
23
- "@hitachivantara/app-shell-services": "^2.0.2",
24
- "@hitachivantara/app-shell-shared": "^2.2.4",
25
- "@hitachivantara/app-shell-ui": "^2.2.4",
26
- "@hitachivantara/uikit-react-icons": "^6.0.3",
27
- "@hitachivantara/uikit-react-shared": "^6.0.3",
23
+ "@hitachivantara/app-shell-services": "^2.0.3",
24
+ "@hitachivantara/app-shell-shared": "^2.2.5",
25
+ "@hitachivantara/app-shell-ui": "^2.2.7",
26
+ "@hitachivantara/uikit-react-icons": "^6.0.4",
27
+ "@hitachivantara/uikit-react-shared": "^6.0.4",
28
28
  "@rollup/plugin-commonjs": "^29.0.0",
29
29
  "@rollup/plugin-json": "^6.0.0",
30
30
  "@rollup/plugin-node-resolve": "^16.0.3",
@@ -59,5 +59,5 @@
59
59
  },
60
60
  "./package.json": "./package.json"
61
61
  },
62
- "gitHead": "a21dd82d491518df161ef2f5dc95fd90164836f1"
62
+ "gitHead": "f79885f320f5cdf5b438ef8b2e866965c9626ce7"
63
63
  }