@systemfsoftware/effect-daemon-spec 0.7.1 → 0.7.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.
@@ -201,9 +201,9 @@ declare const LockPolicyConfig_base: Schema.Class<LockPolicyConfig, {
201
201
  mode: Schema.optional<Schema.Literal<["none", "required", "optional"]>>;
202
202
  key: Schema.optional<typeof Schema.String>;
203
203
  }>, never, {
204
- readonly key?: string | undefined;
205
- } & {
206
204
  readonly mode?: "none" | "required" | "optional" | undefined;
205
+ } & {
206
+ readonly key?: string | undefined;
207
207
  }, {}, {}>;
208
208
 
209
209
  export declare class LockPrimitive extends LockPrimitive_base {}
package/dist/index.d.ts CHANGED
@@ -100,9 +100,9 @@ declare const LockPolicyConfig_base: Schema.Class<LockPolicyConfig, {
100
100
  mode: Schema.optional<Schema.Literal<["none", "required", "optional"]>>;
101
101
  key: Schema.optional<typeof Schema.String>;
102
102
  }>, never, {
103
- readonly key?: string | undefined;
104
- } & {
105
103
  readonly mode?: "none" | "required" | "optional" | undefined;
104
+ } & {
105
+ readonly key?: string | undefined;
106
106
  }, {}, {}>;
107
107
  declare class LockPolicyConfig extends LockPolicyConfig_base {}
108
108
  declare const TickPolicyConfig_base: Schema.Class<TickPolicyConfig, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@systemfsoftware/effect-daemon-spec",
3
3
  "license": "MIT",
4
- "version": "0.7.1",
4
+ "version": "0.7.2",
5
5
  "author": "Ryan Lee <drdgvhbh@gmail.com>",
6
6
  "repository": {
7
7
  "type": "git",
@@ -49,16 +49,16 @@
49
49
  "vite-tsconfig-paths": "^6.1.1",
50
50
  "vitest": "^4",
51
51
  "@systemfsoftware/effect-cell-types": "^1.0.1",
52
+ "@systemfsoftware/effect-gherkin-spec": "^0.5.1",
52
53
  "@systemfsoftware/arethetypeswrong-cli": "^1.1.1",
53
- "@systemfsoftware/effect-schema-law": "^0.6.0",
54
- "@systemfsoftware/effect-gherkin-spec": "^0.5.0",
55
- "@systemfsoftware/effect-schema-vite": "^1.5.0",
54
+ "@systemfsoftware/effect-schema-law": "^0.6.1",
55
+ "@systemfsoftware/effect-schema-vite": "^1.5.1",
56
56
  "@systemfsoftware/oxlint-config": "^0.1.0",
57
- "@systemfsoftware/stryker-js-core": "^1.2.1",
58
- "@systemfsoftware/tsconfig": "^1.3.0",
59
- "@systemfsoftware/stryker-plugins": "^0.10.0",
57
+ "@systemfsoftware/stryker-js-core": "^1.2.4",
58
+ "@systemfsoftware/stryker-js-typescript-checker": "^1.2.3",
59
+ "@systemfsoftware/tsconfig": "^1.3.1",
60
60
  "@systemfsoftware/vitest-config": "^0.1.0",
61
- "@systemfsoftware/stryker-js-typescript-checker": "^1.2.1"
61
+ "@systemfsoftware/stryker-plugins": "^0.11.0"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "effect": "^3.22.0"