@makigamestudio/ui-core 0.1.5 → 0.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makigamestudio/ui-core",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Angular 21 + Ionic 8 component library with zoneless architecture and signal-based state management",
5
5
  "keywords": [
6
6
  "angular",
@@ -15,7 +15,7 @@
15
15
  "license": "MIT",
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/gdor/ng-ion-core.git"
18
+ "url": "git+https://github.com/gdor/ui-core.git"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@angular/common": "^21.0.0",
@@ -2,7 +2,7 @@ import * as _angular_core from '@angular/core';
2
2
  import { ElementRef } from '@angular/core';
3
3
 
4
4
  /**
5
- * TestInterface - Example interface exported from ng-ion-core library.
5
+ * TestInterface - Example interface exported from ui-core library.
6
6
  * Demonstrates the pattern for defining data contracts.
7
7
  */
8
8
  interface TestInterface {