@effect-app/vue 2.51.13 → 2.51.15

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 +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @effect-app/vue
2
2
 
3
+ ## 2.51.15
4
+
5
+ ### Patch Changes
6
+
7
+ - c12a49b: effect app cli to effect cli
8
+ - Updated dependencies [c12a49b]
9
+ - effect-app@3.2.1
10
+
11
+ ## 2.51.14
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [bd12e89]
16
+ - effect-app@3.2.0
17
+
3
18
  ## 2.51.13
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue",
3
- "version": "2.51.13",
3
+ "version": "2.51.15",
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.1.0"
12
+ "effect-app": "3.2.1"
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 && node ../cli/dist/index.js 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",