@effect-app/vue 0.124.0 → 0.125.1
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 +26 -0
- package/_cjs/hooks.cjs +1 -1
- package/dist/hooks.js +1 -1
- package/package.json +7 -7
- package/tsplus.config.json +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @effect-app/vue
|
|
2
2
|
|
|
3
|
+
## 0.125.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [27e6867]
|
|
8
|
+
- @effect-app/core@0.131.1
|
|
9
|
+
- @effect-app/fluent-extensions@0.126.1
|
|
10
|
+
- effect-app@0.153.1
|
|
11
|
+
- @effect-app/schema@0.184.1
|
|
12
|
+
- @effect-app/vue@0.125.1
|
|
13
|
+
|
|
14
|
+
## 0.125.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- c8a07bc: fix path
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [c8a07bc]
|
|
23
|
+
- @effect-app/core@0.131.0
|
|
24
|
+
- @effect-app/fluent-extensions@0.126.0
|
|
25
|
+
- effect-app@0.153.0
|
|
26
|
+
- @effect-app/schema@0.184.0
|
|
27
|
+
- @effect-app/vue@0.125.0
|
|
28
|
+
|
|
3
29
|
## 0.124.0
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
package/_cjs/hooks.cjs
CHANGED
|
@@ -34,7 +34,7 @@ var tsplus_module_1 = _client;
|
|
|
34
34
|
var _Cause = _interopRequireWildcard(require("effect/Cause"));
|
|
35
35
|
var tsplus_module_2 = _Cause;
|
|
36
36
|
var tsplus_module_3 = _interopRequireWildcard(require("effect/Effect"));
|
|
37
|
-
var tsplus_module_4 = _interopRequireWildcard(require("
|
|
37
|
+
var tsplus_module_4 = _interopRequireWildcard(require("effect-app/client/QueryResult"));
|
|
38
38
|
var tsplus_module_5 = _interopRequireWildcard(require("effect/Option"));
|
|
39
39
|
var tsplus_module_6 = _interopRequireWildcard(require("@effect-app/core/Function"));
|
|
40
40
|
var tsplus_module_7 = _interopRequireWildcard(require("effect/Exit"));
|
package/dist/hooks.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as tsplus_module_1 from "effect-app/client";
|
|
2
2
|
import * as tsplus_module_2 from "effect/Cause";
|
|
3
3
|
import * as tsplus_module_3 from "effect/Effect";
|
|
4
|
-
import * as tsplus_module_4 from "
|
|
4
|
+
import * as tsplus_module_4 from "effect-app/client/QueryResult";
|
|
5
5
|
import * as tsplus_module_5 from "effect/Option";
|
|
6
6
|
import * as tsplus_module_6 from "@effect-app/core/Function";
|
|
7
7
|
import * as tsplus_module_7 from "effect/Exit";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-app/vue",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.125.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/vue",
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"query-string": "^8.2.0",
|
|
14
14
|
"swrv": "^1.0.4",
|
|
15
15
|
"vue": "^3.4.18",
|
|
16
|
-
"effect-app": "0.
|
|
17
|
-
"
|
|
18
|
-
"@effect-app/
|
|
19
|
-
"@effect-app/vue": "0.
|
|
20
|
-
"@effect-app/
|
|
16
|
+
"@effect-app/core": "0.131.1",
|
|
17
|
+
"effect-app": "0.153.1",
|
|
18
|
+
"@effect-app/schema": "0.184.1",
|
|
19
|
+
"@effect-app/vue": "0.125.1",
|
|
20
|
+
"@effect-app/fluent-extensions": "0.126.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@rollup/pluginutils": "^5.1.0",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"typescript": "npm:@effect-app/typescript@5.4.0-tsplus.20240124",
|
|
29
29
|
"vite": "^5.1.1",
|
|
30
30
|
"vitest": "^1.2.2",
|
|
31
|
-
"@effect-app/compiler": "0.
|
|
31
|
+
"@effect-app/compiler": "0.62.0"
|
|
32
32
|
},
|
|
33
33
|
"typesVersions": {
|
|
34
34
|
"*": {
|
package/tsplus.config.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"importMap": {
|
|
3
|
+
"^(.*)/packages/prelude/_src/(.*)\\.[cm]?[tj]s$": "effect-app/$2",
|
|
3
4
|
"^(.*)/packages/(.*)/_src/(.*)\\.[cm]?[tj]s$": "@effect-app/$2/$3",
|
|
5
|
+
"^(.*)/node_modules/@effect-app/prelude/_src/(.*)\\.[cm]?[tj]s$": "effect-app/$2",
|
|
4
6
|
"^(.*)/node_modules/@effect-app/(.*)/_src/(.*)\\.[cm]?[tj]s$": "@effect-app/$2/$3",
|
|
5
7
|
".pnpm/[^\/]*/node_modules/(.*)": "$1"
|
|
6
8
|
}
|