@pluv/platform-pluv 2.0.0 → 2.0.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @pluv/platform-pluv@2.0.0 build /home/runner/work/pluv/pluv/packages/platform-pluv
2
+ > @pluv/platform-pluv@2.0.2 build /home/runner/work/pluv/pluv/packages/platform-pluv
3
3
  > tsup src/index.ts --format esm,cjs --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,10 +9,10 @@
9
9
  ESM Build start
10
10
  CJS Build start
11
11
  ESM dist/index.mjs 12.32 KB
12
- ESM ⚡️ Build success in 114ms
12
+ ESM ⚡️ Build success in 113ms
13
13
  CJS dist/index.js 14.15 KB
14
- CJS ⚡️ Build success in 117ms
14
+ CJS ⚡️ Build success in 114ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 6987ms
16
+ DTS ⚡️ Build success in 6657ms
17
17
  DTS dist/index.d.mts 3.67 KB
18
18
  DTS dist/index.d.ts 3.67 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @pluv/platform-pluv
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @pluv/crdt@2.0.2
8
+ - @pluv/io@2.0.2
9
+ - @pluv/types@2.0.2
10
+
11
+ ## 2.0.1
12
+
13
+ ### Patch Changes
14
+
15
+ - @pluv/crdt@2.0.1
16
+ - @pluv/io@2.0.1
17
+ - @pluv/types@2.0.1
18
+
3
19
  ## 2.0.0
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/platform-pluv",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "@pluv/io adapter for pluv.io",
5
5
  "author": "leedavidcs",
6
6
  "license": "MIT",
@@ -17,20 +17,20 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@types/node": "^22.15.3",
20
+ "@types/node": "^22.15.17",
21
21
  "fast-json-stable-stringify": "^2.1.0",
22
- "hono": "^4.7.8",
23
- "zod": "^3.24.3",
24
- "@pluv/crdt": "^2.0.0",
25
- "@pluv/io": "^2.0.0",
26
- "@pluv/types": "^2.0.0"
22
+ "hono": "^4.7.9",
23
+ "zod": "^3.24.4",
24
+ "@pluv/crdt": "^2.0.2",
25
+ "@pluv/io": "^2.0.2",
26
+ "@pluv/types": "^2.0.2"
27
27
  },
28
28
  "devDependencies": {
29
- "eslint": "^9.25.1",
29
+ "eslint": "^9.26.0",
30
30
  "tsup": "^8.4.0",
31
31
  "typescript": "^5.8.3",
32
- "@pluv/tsconfig": "^2.0.0",
33
- "eslint-config-pluv": "^2.0.0"
32
+ "@pluv/tsconfig": "^2.0.2",
33
+ "eslint-config-pluv": "^2.0.2"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format esm,cjs --dts",