@effect-app/cli 2.1.0-beta.17 → 2.1.0-beta.19

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 (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @effect-app/cli
2
2
 
3
+ ## 2.1.0-beta.19
4
+
5
+ ### Patch Changes
6
+
7
+ - 505bfa9: Add concurrent decode helper APIs and migrate decode callsites to use them.
8
+
9
+ - Add `withDefaultParseOptions` and keep `DefaultParseOptions` centralized.
10
+ - Export `decodeEffectConcurrently` and `decodeUnknownEffectConcurrently` from Schema and SchemaParser modules.
11
+ - Update repository, queue, client, form, and CLI decode paths to use concurrent decode helpers.
12
+ - Keep schema constructors free of hardcoded parse concurrency overrides.
13
+
14
+ ## 2.1.0-beta.18
15
+
16
+ ### Patch Changes
17
+
18
+ - c1e73de:
19
+
3
20
  ## 2.1.0-beta.17
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/cli",
3
- "version": "2.1.0-beta.17",
3
+ "version": "2.1.0-beta.19",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,8 +9,8 @@
9
9
  "effect-app-cli": "./bin.js"
10
10
  },
11
11
  "dependencies": {
12
- "@effect/platform-node": "^4.0.0-beta.56",
13
- "effect": "^4.0.0-beta.56",
12
+ "@effect/platform-node": "^4.0.0-beta.59",
13
+ "effect": "^4.0.0-beta.59",
14
14
  "js-yaml": "4.1.1",
15
15
  "node-watch": "^0.7.4"
16
16
  },
@@ -20,8 +20,8 @@
20
20
  "json5": "^2.2.3",
21
21
  "typescript": "npm:@typescript/native-preview@beta",
22
22
  "vitest": "^4.1.5",
23
- "effect-app": "4.0.0-beta.154",
24
- "@effect-app/eslint-shared-config": "0.6.0-beta.15"
23
+ "effect-app": "4.0.0-beta.160",
24
+ "@effect-app/eslint-shared-config": "0.6.0-beta.18"
25
25
  },
26
26
  "typesVersions": {
27
27
  "*": {