effect-app 2.16.0 → 2.17.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,12 @@
1
1
  # @effect-app/prelude
2
2
 
3
+ ## 2.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 47a543b: remove transform-paths as default plugin
8
+ - d84aef7: update packages
9
+
3
10
  ## 2.16.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "effect-app",
3
- "version": "2.16.0",
3
+ "version": "2.17.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@effect/rpc": "^0.44.25",
8
- "@effect/rpc-http": "^0.42.25",
7
+ "@effect/rpc": "^0.44.27",
8
+ "@effect/rpc-http": "^0.42.27",
9
9
  "@tsconfig/strictest": "^2.0.5",
10
10
  "date-fns": "^4.1.0",
11
- "nanoid": "^5.0.8",
11
+ "nanoid": "^5.0.9",
12
12
  "path-parser": "^6.1.0",
13
13
  "query-string": "^9.1.1",
14
14
  "ts-pattern": "^5.5.0",
@@ -19,16 +19,16 @@
19
19
  "devDependencies": {
20
20
  "@babel/cli": "^7.25.9",
21
21
  "@faker-js/faker": "^8.4.1",
22
- "@types/node": "~22.9.3",
22
+ "@types/node": "~22.10.0",
23
23
  "@types/uuid": "^10.0.0",
24
24
  "@types/validator": "^13.12.2",
25
25
  "fast-check": "~3.23.1",
26
26
  "typescript": "^5.7.2",
27
- "vitest": "^2.1.5"
27
+ "vitest": "^2.1.6"
28
28
  },
29
29
  "peerDependencies": {
30
- "@effect/platform": "^0.69.25",
31
- "effect": "^3.10.16"
30
+ "@effect/platform": "^0.69.27",
31
+ "effect": "^3.10.18"
32
32
  },
33
33
  "typesVersions": {
34
34
  "*": {
@@ -23,18 +23,7 @@
23
23
  "moduleResolution": "Node16",
24
24
  "downlevelIteration": true,
25
25
  "noErrorTruncation": true,
26
- "forceConsistentCasingInFileNames": true,
27
- "plugins": [
28
- // Transform paths in output .js files
29
- {
30
- "transform": "typescript-transform-paths"
31
- },
32
- // Transform paths in output .d.ts files (Include this line if you output declarations files)
33
- {
34
- "transform": "typescript-transform-paths",
35
- "position": "afterDeclaration"
36
- }
37
- ]
26
+ "forceConsistentCasingInFileNames": true
38
27
  },
39
28
  "watchOptions": {
40
29
  // Use native file system events for files and directories