@augment-vir/core 31.35.0 → 31.36.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.
@@ -27,9 +27,9 @@ export type JsonCompatiblePrimitive = Jsonify<Primitive> | undefined;
27
27
  * @category Package : @augment-vir/common
28
28
  * @package [`@augment-vir/common`](https://www.npmjs.com/package/@augment-vir/common)
29
29
  */
30
- export type JsonCompatibleObject = Partial<{
31
- readonly [key: string | number]: JsonCompatibleValue | Readonly<JsonCompatibleValue>;
32
- }> | Partial<{
30
+ export type JsonCompatibleObject = Partial<Readonly<{
31
+ [key: string | number]: JsonCompatibleValue | Readonly<JsonCompatibleValue>;
32
+ }>> | Partial<{
33
33
  [key: string | number]: JsonCompatibleValue | Readonly<JsonCompatibleValue>;
34
34
  }>;
35
35
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@augment-vir/core",
3
- "version": "31.35.0",
3
+ "version": "31.36.0",
4
4
  "description": "Core augment-vir augments. Use @augment-vir/common instead.",
5
5
  "homepage": "https://github.com/electrovir/augment-vir",
6
6
  "bugs": {
@@ -31,10 +31,10 @@
31
31
  "@date-vir/duration": "^7.4.2",
32
32
  "browser-or-node": "^3.0.0",
33
33
  "json5": "^2.2.3",
34
- "type-fest": "^4.41.0"
34
+ "type-fest": "^5.0.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/node": "^24.3.0",
37
+ "@types/node": "^24.4.0",
38
38
  "c8": "^10.1.3",
39
39
  "istanbul-smart-text-reporter": "^1.1.5",
40
40
  "typescript": "^5.9.2"