@von-development-studio/angular-rest-service 20.3.1 → 21.0.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Angular Rest Service
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.13.
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 21.2.10.
4
4
 
5
5
  ## Installing
6
6
 
package/package.json CHANGED
@@ -1,35 +1,36 @@
1
1
  {
2
2
  "name": "@von-development-studio/angular-rest-service",
3
- "version": "20.3.1",
3
+ "version": "21.0.0",
4
4
  "description": "Angular Rest Service wrapper.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/VON-Development-Studio/angular-rest-service"
7
+ "url": "git+https://github.com/VON-Development-Studio/angular-rest-service.git"
8
8
  },
9
9
  "keywords": [
10
10
  "angular",
11
- "angular 20",
11
+ "angular 21",
12
12
  "rest client"
13
13
  ],
14
14
  "author": "Luis García Castro",
15
15
  "license": "MIT",
16
16
  "peerDependencies": {
17
- "@angular/common": ">=20.3.0",
18
- "@angular/core": ">=20.3.0"
17
+ "@angular/common": "^21.2.10",
18
+ "@angular/core": "^21.2.10"
19
19
  },
20
20
  "dependencies": {
21
21
  "tslib": "^2.4.0"
22
22
  },
23
23
  "sideEffects": false,
24
24
  "module": "fesm2022/von-development-studio-angular-rest-service.mjs",
25
- "typings": "index.d.ts",
25
+ "typings": "types/von-development-studio-angular-rest-service.d.ts",
26
26
  "exports": {
27
27
  "./package.json": {
28
28
  "default": "./package.json"
29
29
  },
30
30
  ".": {
31
- "types": "./index.d.ts",
31
+ "types": "./types/von-development-studio-angular-rest-service.d.ts",
32
32
  "default": "./fesm2022/von-development-studio-angular-rest-service.mjs"
33
33
  }
34
- }
34
+ },
35
+ "type": "module"
35
36
  }