@pluv/platform-pluv 4.0.2 → 4.1.0
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/.turbo/turbo-build.log +3 -6
- package/CHANGELOG.md +8 -0
- package/package.json +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
$ tsdown
|
|
2
|
-
[34mℹ[39m [34mtsdown v0.22.2[39m powered by [38;2;255;126;23mrolldown v1.1.
|
|
2
|
+
[34mℹ[39m [34mtsdown v0.22.2[39m powered by [38;2;255;126;23mrolldown v1.1.1[39m
|
|
3
3
|
[34mℹ[39m config file: [4m/home/runner/work/pluv/pluv/packages/platform-pluv/tsdown.config.ts[24m
|
|
4
4
|
[34mℹ[39m entry: [34msrc/index.ts[39m
|
|
5
5
|
[34mℹ[39m target: [34mesnext[39m
|
|
@@ -10,9 +10,6 @@ $ tsdown
|
|
|
10
10
|
[34mℹ[39m [2mdist/[22mindex.d.mts.map [2m 1.85 kB[22m [2m│ gzip: 0.69 kB[22m
|
|
11
11
|
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.mts[22m[39m [2m 4.21 kB[22m [2m│ gzip: 1.29 kB[22m
|
|
12
12
|
[34mℹ[39m 4 files, total: 53.75 kB
|
|
13
|
-
[33m[PLUGIN_TIMINGS] [0mYour build spent significant time in
|
|
14
|
-
- rolldown-plugin-dts:generate (72%)
|
|
15
|
-
- tsdown:deps (23%)
|
|
16
|
-
See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
13
|
+
[33m[PLUGIN_TIMINGS] [0mYour build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
17
14
|
|
|
18
|
-
[32m✔[39m Build complete in [
|
|
15
|
+
[32m✔[39m Build complete in [32m3901ms[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pluv/platform-pluv",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "@pluv/io adapter for pluv.io",
|
|
5
5
|
"author": {
|
|
6
6
|
"email": "david@pluv.io",
|
|
@@ -20,20 +20,20 @@
|
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@types/node": "^25.9.
|
|
23
|
+
"@types/node": "^25.9.3",
|
|
24
24
|
"fast-json-stable-stringify": "^2.1.0",
|
|
25
25
|
"hono": "^4.12.25",
|
|
26
26
|
"zod": "^4.4.3",
|
|
27
|
-
"@pluv/crdt": "^4.0
|
|
28
|
-
"@pluv/io": "^4.0
|
|
29
|
-
"@pluv/types": "^4.0
|
|
27
|
+
"@pluv/crdt": "^4.1.0",
|
|
28
|
+
"@pluv/io": "^4.1.0",
|
|
29
|
+
"@pluv/types": "^4.1.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"eslint": "^10.
|
|
32
|
+
"eslint": "^10.5.0",
|
|
33
33
|
"tsdown": "0.22.2",
|
|
34
34
|
"typescript": "^5.9.3",
|
|
35
|
-
"@pluv/tsconfig": "^4.0
|
|
36
|
-
"eslint-config-pluv": "^4.0
|
|
35
|
+
"@pluv/tsconfig": "^4.1.0",
|
|
36
|
+
"eslint-config-pluv": "^4.1.0"
|
|
37
37
|
},
|
|
38
38
|
"exports": {
|
|
39
39
|
".": "./dist/index.mjs",
|