effect-app 2.26.3 → 2.27.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @effect-app/prelude
2
2
 
3
+ ## 2.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 9b2e385: update packages
8
+
3
9
  ## 2.26.3
4
10
 
5
11
  ### Patch Changes
package/dist/Tag.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Layer } from "effect";
2
2
  export declare const makeLayer: {
3
- <T extends import("effect/Context").Tag<any, any>>(tag: T): (resource: import("effect/Context").Tag.Service<T>) => Layer.Layer<import("effect/Context").Tag.Identifier<T>>;
4
- <T extends import("effect/Context").Tag<any, any>>(tag: T, resource: import("effect/Context").Tag.Service<T>): Layer.Layer<import("effect/Context").Tag.Identifier<T>>;
3
+ <I, S>(tag: import("effect/Context").Tag<I, S>): (resource: import("effect/Types").NoInfer<S>) => Layer.Layer<I>;
4
+ <I, S>(tag: import("effect/Context").Tag<I, S>, resource: import("effect/Types").NoInfer<S>): Layer.Layer<I>;
5
5
  };
6
6
  //# sourceMappingURL=Tag.d.ts.map
package/package.json CHANGED
@@ -1,39 +1,39 @@
1
1
  {
2
2
  "name": "effect-app",
3
- "version": "2.26.3",
3
+ "version": "2.27.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@effect/rpc": "^0.50.4",
8
- "@effect/rpc-http": "^0.48.4",
7
+ "@effect/rpc": "^0.52.2",
8
+ "@effect/rpc-http": "^0.50.2",
9
9
  "@tsconfig/strictest": "^2.0.5",
10
10
  "date-fns": "^4.1.0",
11
- "nanoid": "^5.0.9",
11
+ "nanoid": "^5.1.0",
12
12
  "path-parser": "^6.1.0",
13
13
  "query-string": "^9.1.1",
14
14
  "ts-pattern": "^5.6.2",
15
15
  "ts-toolbelt": "^9.6.0",
16
- "uuid": "^11.0.5",
16
+ "uuid": "^11.1.0",
17
17
  "validator": "^13.12.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@babel/cli": "^7.26.4",
21
- "@babel/core": "^7.26.7",
21
+ "@babel/core": "^7.26.9",
22
22
  "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
23
23
  "@babel/plugin-syntax-import-attributes": "^7.26.0",
24
24
  "@babel/plugin-transform-modules-commonjs": "^7.26.3",
25
25
  "babel-plugin-replace-import-extension": "^1.1.4",
26
26
  "@faker-js/faker": "^8.4.1",
27
- "@types/node": "~22.13.1",
27
+ "@types/node": "~22.13.4",
28
28
  "@types/uuid": "^10.0.0",
29
29
  "@types/validator": "^13.12.2",
30
30
  "fast-check": "~3.23.2",
31
31
  "typescript": "^5.7.3",
32
- "vitest": "^3.0.5"
32
+ "vitest": "^3.0.6"
33
33
  },
34
34
  "peerDependencies": {
35
- "@effect/platform": "^0.75.4",
36
- "effect": "^3.12.10"
35
+ "@effect/platform": "^0.77.2",
36
+ "effect": "^3.13.2"
37
37
  },
38
38
  "typesVersions": {
39
39
  "*": {