@myrmidon/cadmus-refs-asserted-ids 10.0.0 → 10.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 +14 -1
- package/fesm2022/myrmidon-cadmus-refs-asserted-ids.mjs +1031 -999
- package/fesm2022/myrmidon-cadmus-refs-asserted-ids.mjs.map +1 -1
- package/index.d.ts +135 -141
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
📦 `@myrmidon/cadmus-refs-asserted-ids`
|
|
4
4
|
|
|
5
|
-
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version
|
|
5
|
+
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.0.
|
|
6
6
|
|
|
7
7
|
- [CadmusRefsAssertedIds](#cadmusrefsassertedids)
|
|
8
8
|
- [External IDs](#external-ids)
|
|
@@ -16,6 +16,8 @@ This project was generated using [Angular CLI](https://github.com/angular/angula
|
|
|
16
16
|
- [Asserted Composite ID](#asserted-composite-id)
|
|
17
17
|
- [Asserted Composite IDs](#asserted-composite-ids)
|
|
18
18
|
- [History](#history)
|
|
19
|
+
- [10.0.2](#1002)
|
|
20
|
+
- [10.0.0](#1000)
|
|
19
21
|
- [9.0.0](#900)
|
|
20
22
|
- [8.0.1](#801)
|
|
21
23
|
|
|
@@ -361,6 +363,17 @@ A collection of asserted composite IDs.
|
|
|
361
363
|
|
|
362
364
|
## History
|
|
363
365
|
|
|
366
|
+
### 10.0.2
|
|
367
|
+
|
|
368
|
+
- 2025-06-03:
|
|
369
|
+
- UI improvements.
|
|
370
|
+
- checked imports and peer dependencies.
|
|
371
|
+
- 👉 removed constant `ASSERTED_COMPOSITE_ID_CONFIGS_KEY` to avoid circular dependencies. Replace this with `LOOKUP_CONFIGS_KEY` from `@myrmidon/cadmus-refs-lookup`.
|
|
372
|
+
|
|
373
|
+
### 10.0.0
|
|
374
|
+
|
|
375
|
+
- 2025-05-29: ⚠️ upgraded to Angular 20.
|
|
376
|
+
|
|
364
377
|
### 9.0.0
|
|
365
378
|
|
|
366
379
|
- 2025-01-03: ⚠️ updated [Cadmus dependencies](https://github.com/vedph/cadmus-shell-v3) to version 11 (standalone components).
|