@effect-app/infra 3.0.17 → 3.0.18

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @effect-app/infra
2
2
 
3
+ ## 3.0.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 33f100d: finalize new cli
8
+ - Updated dependencies [33f100d]
9
+ - effect-app@3.2.2
10
+
3
11
  ## 3.0.17
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/infra",
3
- "version": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "dependencies": {
@@ -13,7 +13,7 @@
13
13
  "proper-lockfile": "^4.1.2",
14
14
  "pure-rand": "7.0.1",
15
15
  "query-string": "^9.2.2",
16
- "effect-app": "3.2.1"
16
+ "effect-app": "3.2.2"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@azure/cosmos": "^4.5.0",
@@ -382,7 +382,7 @@
382
382
  "sideEffects": false,
383
383
  "scripts": {
384
384
  "watch": "pnpm build:tsc -w",
385
- "build:tsc": "pnpm clean-dist && node ../cli/dist/index.js packagejson && tsc --build",
385
+ "build:tsc": "pnpm clean-dist && effect-app-cli packagejson && tsc --build",
386
386
  "build": "pnpm build:tsc",
387
387
  "watch2": "pnpm clean-dist && NODE_OPTIONS=--max-old-space-size=6144 tsc -w",
388
388
  "clean": "rm -rf dist",