@hamak/ui-shell-api 0.2.0 → 0.2.1
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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* This package contains only type definitions and interfaces.
|
|
6
6
|
* Import implementations from @hamak/ui-shell-impl
|
|
7
7
|
*/
|
|
8
|
-
export declare const version = "0.1
|
|
8
|
+
export declare const version = "0.2.1";
|
|
9
9
|
export * from './types';
|
|
10
10
|
export * from './api';
|
|
11
11
|
export * from './tokens';
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* This package contains only type definitions and interfaces.
|
|
6
6
|
* Import implementations from @hamak/ui-shell-impl
|
|
7
7
|
*/
|
|
8
|
-
export const version = '0.1
|
|
8
|
+
export const version = '0.2.1';
|
|
9
9
|
// Export all types
|
|
10
10
|
export * from './types';
|
|
11
11
|
// Export all API interfaces
|
package/package.json
CHANGED