@aparte/angular 0.2.0-alpha.0 → 0.3.0-alpha.0
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aparte/angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0-alpha.0",
|
|
4
4
|
"description": "Angular 19 wrapper for aparté — an ergonomic <aparte-chat> component plus services over the framework-agnostic web components.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@angular/common": "^19.2.0",
|
|
31
31
|
"@angular/core": "^19.2.0",
|
|
32
32
|
"rxjs": "^7.8.0",
|
|
33
|
-
"@aparte/core": "0.
|
|
33
|
+
"@aparte/core": "0.3.0-alpha.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@analogjs/vitest-angular": "^2.2.2",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"typescript": "^5.4.0",
|
|
46
46
|
"vite": "^6.0.0",
|
|
47
47
|
"zone.js": "~0.15.0",
|
|
48
|
-
"@aparte/core": "0.
|
|
48
|
+
"@aparte/core": "0.3.0-alpha.0"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
51
51
|
"angular",
|