@metigan/angular 1.0.0 → 1.0.2

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/README.md CHANGED
@@ -577,5 +577,8 @@ MIT © Metigan
577
577
  - [Documentation](https://docs.metigan.com)
578
578
  - [Dashboard](https://app.metigan.com)
579
579
  - [API Reference](https://docs.metigan.com/api)
580
- - [GitHub](https://github.com/frantchessico/metigan-angular)
580
+ - [GitHub](https://github.com/metigan/angular)
581
581
 
582
+ # angular
583
+
584
+
package/dist/README.md CHANGED
@@ -577,5 +577,8 @@ MIT © Metigan
577
577
  - [Documentation](https://docs.metigan.com)
578
578
  - [Dashboard](https://app.metigan.com)
579
579
  - [API Reference](https://docs.metigan.com/api)
580
- - [GitHub](https://github.com/frantchessico/metigan-angular)
580
+ - [GitHub](https://github.com/metigan/angular)
581
581
 
582
+ # angular
583
+
584
+
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@metigan/angular",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Official Metigan SDK for Angular - Email, Forms, Contacts, and Audiences management",
5
5
  "author": "Metigan <support@metigan.com>",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/frantchessico/metigan-angular.git"
9
+ "url": "https://github.com/metigan/angular.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/frantchessico/metigan-angular/issues"
12
+ "url": "https://github.com/metigan/angular/issues"
13
13
  },
14
14
  "homepage": "https://metigan.com",
15
15
  "keywords": [
@@ -27,8 +27,8 @@
27
27
  "email-sending"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
31
- "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
30
+ "@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
31
+ "@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
32
32
  "rxjs": "^7.0.0"
33
33
  },
34
34
  "scripts": {