@effect-app/vue 2.51.14 → 2.51.16

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @effect-app/vue
2
2
 
3
+ ## 2.51.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 33f100d: finalize new cli
8
+ - Updated dependencies [33f100d]
9
+ - effect-app@3.2.2
10
+
11
+ ## 2.51.15
12
+
13
+ ### Patch Changes
14
+
15
+ - c12a49b: effect app cli to effect cli
16
+ - Updated dependencies [c12a49b]
17
+ - effect-app@3.2.1
18
+
3
19
  ## 2.51.14
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue",
3
- "version": "2.51.14",
3
+ "version": "2.51.16",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/vue",
@@ -9,7 +9,7 @@
9
9
  "@tanstack/vue-query": "^5.83.1",
10
10
  "@vueuse/core": "^13.6.0",
11
11
  "query-string": "^9.2.2",
12
- "effect-app": "3.2.0"
12
+ "effect-app": "3.2.2"
13
13
  },
14
14
  "peerDependencies": {
15
15
  "@effect/platform": "^0.90.0",
@@ -92,7 +92,7 @@
92
92
  ],
93
93
  "scripts": {
94
94
  "watch": "pnpm build:tsc -w",
95
- "build:tsc": "pnpm clean-dist && effect-app-cli packagejson tsc --build",
95
+ "build:tsc": "pnpm clean-dist && effect-app-cli packagejson && tsc --build",
96
96
  "build": "pnpm build:tsc",
97
97
  "watch2": "pnpm clean-dist && NODE_OPTIONS=--max-old-space-size=6144 tsc -w",
98
98
  "clean": "rm -rf dist",