@albi_scando/as-backbone-lib 1.0.4 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@albi_scando/as-backbone-lib",
3
- "version": "1.0.4",
3
+ "version": "1.1.1",
4
4
  "description": "Workspace for as-backbone-lib",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,16 +32,6 @@
32
32
  "release": "semantic-release",
33
33
  "release:dry": "semantic-release --dry-run"
34
34
  },
35
- "main": "dist/as-backbone-lib/index.js",
36
- "module": "dist/as-backbone-lib/index.esm2022.js",
37
- "types": "dist/as-backbone-lib/index.d.ts",
38
- "exports": {
39
- ".": {
40
- "import": "./dist/as-backbone-lib/index.esm2022.js",
41
- "require": "./dist/as-backbone-lib/index.js",
42
- "types": "./dist/as-backbone-lib/index.d.ts"
43
- }
44
- },
45
35
  "files": [
46
36
  "dist/as-backbone-lib"
47
37
  ],
@@ -74,7 +64,7 @@
74
64
  "devDependencies": {
75
65
  "@albi_scando/as-const-http-lib": "^1.0.0",
76
66
  "@albi_scando/as-const-languages-lib": "^1.1.0",
77
- "@albi_scando/as-const-lib": "^1.10.1",
67
+ "@albi_scando/as-const-lib": "^1.11.0",
78
68
  "@albi_scando/as-log-lib": "^1.0.1",
79
69
  "@angular/build": "^21.2.2",
80
70
  "@angular/cli": "^21.2.2",
@@ -107,14 +97,14 @@
107
97
  "semantic-release": "^25.0.3",
108
98
  "typedoc": "^0.28.16",
109
99
  "typescript": "~5.9.2",
110
- "vitest": "^4.0.8",
111
100
  "typescript-eslint": "^8.54.0",
112
- "validate-branch-name": "^1.3.2"
101
+ "validate-branch-name": "^1.3.2",
102
+ "vitest": "^4.0.8"
113
103
  },
114
104
  "peerDependencies": {
115
105
  "@albi_scando/as-const-http-lib": "^1.0.0",
116
106
  "@albi_scando/as-const-languages-lib": "^1.1.0",
117
- "@albi_scando/as-const-lib": "^1.10.1",
107
+ "@albi_scando/as-const-lib": "^1.11.0",
118
108
  "@albi_scando/as-log-lib": "^1.0.1"
119
109
  }
120
110
  }