@effect-app/vue 2.51.15 → 2.51.17
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 +16 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @effect-app/vue
|
|
2
2
|
|
|
3
|
+
## 2.51.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f101ef0: upgrade ea
|
|
8
|
+
- Updated dependencies [f101ef0]
|
|
9
|
+
- effect-app@3.2.3
|
|
10
|
+
|
|
11
|
+
## 2.51.16
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 33f100d: finalize new cli
|
|
16
|
+
- Updated dependencies [33f100d]
|
|
17
|
+
- effect-app@3.2.2
|
|
18
|
+
|
|
3
19
|
## 2.51.15
|
|
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.
|
|
3
|
+
"version": "2.51.17",
|
|
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.
|
|
12
|
+
"effect-app": "3.2.3"
|
|
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 &&
|
|
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",
|