@duckmind/dm-darwin-arm64 0.36.8 → 0.37.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.
Files changed (73) hide show
  1. package/dm +0 -0
  2. package/extensions/dm-subagents/package-lock.json +7 -7
  3. package/extensions/dm-tasks/node_modules/.package-lock.json +3 -3
  4. package/extensions/dm-tasks/node_modules/typebox/build/format/uuid.d.mts +2 -2
  5. package/extensions/dm-tasks/node_modules/typebox/build/format/uuid.mjs +3 -3
  6. package/extensions/dm-tasks/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
  7. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
  8. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
  9. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
  10. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
  11. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
  12. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
  13. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
  14. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
  15. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
  16. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
  17. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
  18. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
  19. package/extensions/dm-tasks/node_modules/typebox/build/type/action/index.d.mts +6 -2
  20. package/extensions/dm-tasks/node_modules/typebox/build/type/action/index.mjs +6 -2
  21. package/extensions/dm-tasks/node_modules/typebox/build/type/action/module.d.mts +8 -7
  22. package/extensions/dm-tasks/node_modules/typebox/build/type/action/module.mjs +7 -6
  23. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
  24. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
  25. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
  26. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
  27. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
  28. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
  29. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/instantiate.d.mts +33 -16
  30. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/instantiate.mjs +61 -61
  31. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -7
  32. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/module/instantiate.mjs +16 -15
  33. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
  34. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
  35. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
  36. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
  37. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
  38. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
  39. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
  40. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
  41. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
  42. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
  43. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
  44. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
  45. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
  46. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
  47. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
  48. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
  49. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
  50. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
  51. package/extensions/dm-tasks/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
  52. package/extensions/dm-tasks/node_modules/typebox/build/type/script/mapping.d.mts +68 -64
  53. package/extensions/dm-tasks/node_modules/typebox/build/type/script/mapping.mjs +64 -58
  54. package/extensions/dm-tasks/node_modules/typebox/build/type/script/parser.d.mts +29 -25
  55. package/extensions/dm-tasks/node_modules/typebox/build/type/script/parser.mjs +15 -13
  56. package/extensions/dm-tasks/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
  57. package/extensions/dm-tasks/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
  58. package/extensions/dm-tasks/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
  59. package/extensions/dm-tasks/node_modules/typebox/build/type/types/_optional.mjs +2 -11
  60. package/extensions/dm-tasks/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
  61. package/extensions/dm-tasks/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
  62. package/extensions/dm-tasks/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
  63. package/extensions/dm-tasks/node_modules/typebox/build/type/types/deferred.mjs +1 -1
  64. package/extensions/dm-tasks/node_modules/typebox/build/value/default/from_object.mjs +1 -1
  65. package/extensions/dm-tasks/node_modules/typebox/package.json +25 -25
  66. package/extensions/dm-tasks/node_modules/typebox/readme.md +45 -62
  67. package/extensions/dm-tasks/package-lock.json +10 -10
  68. package/extensions/dm-ultradex/package-lock.json +13 -13
  69. package/package.json +1 -1
  70. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
  71. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_optional.mjs +0 -40
  72. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
  73. package/extensions/dm-tasks/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
@@ -223,14 +223,14 @@
223
223
  "license": "MIT"
224
224
  },
225
225
  "node_modules/@napi-rs/wasm-runtime": {
226
- "version": "1.1.4",
227
- "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
228
- "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
226
+ "version": "1.1.5",
227
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.5.tgz",
228
+ "integrity": "sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==",
229
229
  "dev": true,
230
230
  "license": "MIT",
231
231
  "optional": true,
232
232
  "dependencies": {
233
- "@tybys/wasm-util": "^0.10.1"
233
+ "@tybys/wasm-util": "^0.10.2"
234
234
  },
235
235
  "funding": {
236
236
  "type": "github",
@@ -559,9 +559,9 @@
559
559
  "license": "MIT"
560
560
  },
561
561
  "node_modules/@types/node": {
562
- "version": "25.9.2",
563
- "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz",
564
- "integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==",
562
+ "version": "25.9.3",
563
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz",
564
+ "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==",
565
565
  "dev": true,
566
566
  "license": "MIT",
567
567
  "dependencies": {
@@ -1256,9 +1256,9 @@
1256
1256
  "optional": true
1257
1257
  },
1258
1258
  "node_modules/typebox": {
1259
- "version": "1.2.3",
1260
- "resolved": "https://registry.npmjs.org/typebox/-/typebox-1.2.3.tgz",
1261
- "integrity": "sha512-EdFz/9FGvhQK2NmjZjSLri+nd5oMH+t/46/6lueEPbeHmS9WbWOz5IayPyLw0HHIyOWfo+wPrQGcAEQ+GsXc/w==",
1259
+ "version": "1.2.8",
1260
+ "resolved": "https://registry.npmjs.org/typebox/-/typebox-1.2.8.tgz",
1261
+ "integrity": "sha512-rlsKhsd7L3082m9nxhFIB4Gl8jizLd/6YlFAWaz96hdV8+VJRjwYaYmDlT0jlTRwkb48SxCSSirqUtrg/HilNw==",
1262
1262
  "license": "MIT"
1263
1263
  },
1264
1264
  "node_modules/typescript": {
@@ -628,14 +628,14 @@
628
628
  "license": "MIT"
629
629
  },
630
630
  "node_modules/@napi-rs/wasm-runtime": {
631
- "version": "1.1.4",
632
- "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz",
633
- "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==",
631
+ "version": "1.1.5",
632
+ "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.5.tgz",
633
+ "integrity": "sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==",
634
634
  "dev": true,
635
635
  "license": "MIT",
636
636
  "optional": true,
637
637
  "dependencies": {
638
- "@tybys/wasm-util": "^0.10.1"
638
+ "@tybys/wasm-util": "^0.10.2"
639
639
  },
640
640
  "funding": {
641
641
  "type": "github",
@@ -1636,9 +1636,9 @@
1636
1636
  "license": "MIT"
1637
1637
  },
1638
1638
  "node_modules/@types/node": {
1639
- "version": "25.9.2",
1640
- "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz",
1641
- "integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==",
1639
+ "version": "25.9.3",
1640
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz",
1641
+ "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==",
1642
1642
  "dev": true,
1643
1643
  "license": "MIT",
1644
1644
  "dependencies": {
@@ -4919,9 +4919,9 @@
4919
4919
  "license": "MIT"
4920
4920
  },
4921
4921
  "node_modules/semantic-release": {
4922
- "version": "25.0.3",
4923
- "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-25.0.3.tgz",
4924
- "integrity": "sha512-WRgl5GcypwramYX4HV+eQGzUbD7UUbljVmS+5G1uMwX/wLgYuJAxGeerXJDMO2xshng4+FXqCgyB5QfClV6WjA==",
4922
+ "version": "25.0.5",
4923
+ "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-25.0.5.tgz",
4924
+ "integrity": "sha512-mn61SUJwtM8ThrWn2WmgLVpwVJeG/hPSupua1psdMoufmwRIPyvRLkRkL0JDXkP67OntlLWUYnBnfVc8EDO3/g==",
4925
4925
  "dev": true,
4926
4926
  "license": "MIT",
4927
4927
  "dependencies": {
@@ -5316,9 +5316,9 @@
5316
5316
  }
5317
5317
  },
5318
5318
  "node_modules/semver": {
5319
- "version": "7.8.3",
5320
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.3.tgz",
5321
- "integrity": "sha512-wnilbGyMxzbY7dNOl7jpKbLSjcfeweJWU5j4+u5qW+6/wuGD9KzIGOyZnQVSBM9E7DtWaaH3CyHkppYrKYoxwg==",
5319
+ "version": "7.8.4",
5320
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz",
5321
+ "integrity": "sha512-rUCObTnP32Q08R2uuIrt7r9PlEonuTmtuXYcW6s5kjdlj3xbnwe+21yXptAUYcMAABLkYYTtnmzb3w3EDZfueA==",
5322
5322
  "dev": true,
5323
5323
  "license": "ISC",
5324
5324
  "bin": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckmind/dm-darwin-arm64",
3
- "version": "0.36.8",
3
+ "version": "0.37.0",
4
4
  "description": "DuckMind (dm) binary payload for darwin arm64",
5
5
  "license": "MIT",
6
6
  "os": [
@@ -1,19 +0,0 @@
1
- import { type TSchema } from '../types/schema.mjs';
2
- /** Represents a operation to apply Optional to a property */
3
- export interface TOptionalAddAction<Type extends TSchema = TSchema> extends TSchema {
4
- '~kind': 'OptionalAddAction';
5
- type: Type;
6
- }
7
- /** Creates an OptionalAddAction. */
8
- export declare function OptionalAddAction<Type extends TSchema>(type: Type): TOptionalAddAction<Type>;
9
- /** Returns true if this value is a OptionalAddAction. */
10
- export declare function IsOptionalAddAction(value: unknown): value is TOptionalAddAction;
11
- /** Represents a operation to remove Optional from a property */
12
- export interface TOptionalRemoveAction<Type extends TSchema = TSchema> extends TSchema {
13
- '~kind': 'OptionalRemoveAction';
14
- type: Type;
15
- }
16
- /** Creates a OptionalRemoveAction. */
17
- export declare function OptionalRemoveAction<Type extends TSchema>(type: Type): TOptionalRemoveAction<Type>;
18
- /** Returns true if this value is a OptionalRemoveAction. */
19
- export declare function IsOptionalRemoveAction(value: unknown): value is TOptionalRemoveAction;
@@ -1,40 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Memory } from '../../system/memory/index.mjs';
3
- import { Guard } from '../../guard/index.mjs';
4
- import { IsSchema } from '../types/schema.mjs';
5
- // ------------------------------------------------------------------
6
- // Action
7
- // ------------------------------------------------------------------
8
- /** Creates an OptionalAddAction. */
9
- export function OptionalAddAction(type) {
10
- return Memory.Create({ ['~kind']: 'OptionalAddAction' }, { type }, {});
11
- }
12
- // ------------------------------------------------------------------
13
- // Guard
14
- // ------------------------------------------------------------------
15
- /** Returns true if this value is a OptionalAddAction. */
16
- export function IsOptionalAddAction(value) {
17
- return Guard.IsObject(value)
18
- && Guard.HasPropertyKey(value, '~kind')
19
- && Guard.HasPropertyKey(value, 'type')
20
- && Guard.IsEqual(value['~kind'], 'OptionalAddAction')
21
- && IsSchema(value.type);
22
- }
23
- // ------------------------------------------------------------------
24
- // Factory
25
- // ------------------------------------------------------------------
26
- /** Creates a OptionalRemoveAction. */
27
- export function OptionalRemoveAction(type) {
28
- return Memory.Create({ ['~kind']: 'OptionalRemoveAction' }, { type }, {});
29
- }
30
- // ------------------------------------------------------------------
31
- // Guard
32
- // ------------------------------------------------------------------
33
- /** Returns true if this value is a OptionalRemoveAction. */
34
- export function IsOptionalRemoveAction(value) {
35
- return Guard.IsObject(value)
36
- && Guard.HasPropertyKey(value, '~kind')
37
- && Guard.HasPropertyKey(value, 'type')
38
- && Guard.IsEqual(value['~kind'], 'OptionalRemoveAction')
39
- && IsSchema(value.type);
40
- }
@@ -1,19 +0,0 @@
1
- import { type TSchema } from '../types/schema.mjs';
2
- /** Represents an operation to apply Readonly to a property. */
3
- export interface TReadonlyAddAction<Type extends TSchema = TSchema> extends TSchema {
4
- '~kind': 'ReadonlyAddAction';
5
- type: Type;
6
- }
7
- /** Creates a ReadonlyAddAction. */
8
- export declare function ReadonlyAddAction<Type extends TSchema>(type: Type): TReadonlyAddAction<Type>;
9
- /** Returns true if this value is a ReadonlyAddAction. */
10
- export declare function IsReadonlyAddAction(value: unknown): value is TReadonlyAddAction;
11
- /** Represents an action to remove Readonly from a property. */
12
- export interface TReadonlyRemoveAction<Type extends TSchema = TSchema> extends TSchema {
13
- '~kind': 'ReadonlyRemoveAction';
14
- type: Type;
15
- }
16
- /** Creates a ReadonlyRemoveAction. */
17
- export declare function ReadonlyRemoveAction<Type extends TSchema>(type: Type): TReadonlyRemoveAction<Type>;
18
- /** Returns true if this value is a ReadonlyRemoveAction. */
19
- export declare function IsReadonlyRemoveAction(value: unknown): value is TReadonlyRemoveAction;
@@ -1,40 +0,0 @@
1
- // deno-fmt-ignore-file
2
- import { Memory } from '../../system/memory/index.mjs';
3
- import { Guard } from '../../guard/index.mjs';
4
- import { IsSchema } from '../types/schema.mjs';
5
- // ------------------------------------------------------------------
6
- // Action
7
- // ------------------------------------------------------------------
8
- /** Creates a ReadonlyAddAction. */
9
- export function ReadonlyAddAction(type) {
10
- return Memory.Create({ ['~kind']: 'ReadonlyAddAction' }, { type }, {});
11
- }
12
- // ------------------------------------------------------------------
13
- // Guard
14
- // ------------------------------------------------------------------
15
- /** Returns true if this value is a ReadonlyAddAction. */
16
- export function IsReadonlyAddAction(value) {
17
- return Guard.IsObject(value)
18
- && Guard.HasPropertyKey(value, '~kind')
19
- && Guard.HasPropertyKey(value, 'type')
20
- && Guard.IsEqual(value['~kind'], 'ReadonlyAddAction')
21
- && IsSchema(value.type);
22
- }
23
- // ------------------------------------------------------------------
24
- // Factory
25
- // ------------------------------------------------------------------
26
- /** Creates a ReadonlyRemoveAction. */
27
- export function ReadonlyRemoveAction(type) {
28
- return Memory.Create({ ['~kind']: 'ReadonlyRemoveAction' }, { type }, {});
29
- }
30
- // ------------------------------------------------------------------
31
- // Guard
32
- // ------------------------------------------------------------------
33
- /** Returns true if this value is a ReadonlyRemoveAction. */
34
- export function IsReadonlyRemoveAction(value) {
35
- return Guard.IsObject(value)
36
- && Guard.HasPropertyKey(value, '~kind')
37
- && Guard.HasPropertyKey(value, 'type')
38
- && Guard.IsEqual(value['~kind'], 'ReadonlyRemoveAction')
39
- && IsSchema(value.type);
40
- }