@hamak/ui-shell-spi 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 CHANGED
@@ -10,7 +10,7 @@
10
10
  * - Navigation guards
11
11
  * - Lifecycle hooks
12
12
  */
13
- export declare const version = "0.1.0";
13
+ export declare const version = "0.2.1";
14
14
  export * from './providers';
15
15
  export * from './guards';
16
16
  export * from './hooks';
package/dist/index.js CHANGED
@@ -10,7 +10,7 @@
10
10
  * - Navigation guards
11
11
  * - Lifecycle hooks
12
12
  */
13
- export const version = '0.1.0';
13
+ export const version = '0.2.1';
14
14
  // Export all providers
15
15
  export * from './providers';
16
16
  // Export all guards
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hamak/ui-shell-spi",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "UI Shell SPI - Service Provider Interfaces for UI shell",
@@ -26,7 +26,7 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "@hamak/ui-shell-api": "0.1.0"
29
+ "@hamak/ui-shell-api": "0.2.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "typescript": "~5.4.0"
package/src/index.ts CHANGED
@@ -11,7 +11,7 @@
11
11
  * - Lifecycle hooks
12
12
  */
13
13
 
14
- export const version = '0.1.0';
14
+ export const version = '0.2.1';
15
15
 
16
16
  // Export all providers
17
17
  export * from './providers';