@pluv/platform-pluv 0.40.2 → 0.41.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @pluv/platform-pluv@0.40.2 build /home/runner/work/pluv/pluv/packages/platform-pluv
2
+ > @pluv/platform-pluv@0.41.0 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
  CJS dist/index.js 14.09 KB
12
- CJS ⚡️ Build success in 136ms
12
+ CJS ⚡️ Build success in 101ms
13
13
  ESM dist/index.mjs 12.35 KB
14
- ESM ⚡️ Build success in 136ms
14
+ ESM ⚡️ Build success in 101ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 6191ms
16
+ DTS ⚡️ Build success in 6552ms
17
17
  DTS dist/index.d.mts 3.43 KB
18
18
  DTS dist/index.d.ts 3.43 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @pluv/platform-pluv
2
2
 
3
+ ## 0.41.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [73adf21]
8
+ - Updated dependencies [f02a430]
9
+ - Updated dependencies [0b908b3]
10
+ - Updated dependencies [6422f3b]
11
+ - Updated dependencies [555b88d]
12
+ - Updated dependencies [a663c65]
13
+ - Updated dependencies [555b88d]
14
+ - @pluv/io@0.41.0
15
+ - @pluv/crdt@0.41.0
16
+ - @pluv/types@0.41.0
17
+
3
18
  ## 0.40.2
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/platform-pluv",
3
- "version": "0.40.2",
3
+ "version": "0.41.0",
4
4
  "description": "@pluv/io adapter for pluv.io",
5
5
  "author": "leedavidcs",
6
6
  "license": "MIT",
@@ -19,23 +19,23 @@
19
19
  "dependencies": {
20
20
  "@types/node": "^22.14.1",
21
21
  "fast-json-stable-stringify": "^2.1.0",
22
- "hono": "^4.7.6",
23
- "zod": "^3.24.2",
24
- "@pluv/crdt": "^0.40.2",
25
- "@pluv/io": "^0.40.2",
26
- "@pluv/types": "^0.40.2"
22
+ "hono": "^4.7.7",
23
+ "zod": "^3.24.3",
24
+ "@pluv/crdt": "^0.41.0",
25
+ "@pluv/io": "^0.41.0",
26
+ "@pluv/types": "^0.41.0"
27
27
  },
28
28
  "devDependencies": {
29
- "eslint": "^9.24.0",
29
+ "eslint": "^9.25.0",
30
30
  "tsup": "^8.4.0",
31
31
  "typescript": "^5.8.3",
32
- "@pluv/tsconfig": "^0.40.2",
33
- "eslint-config-pluv": "^0.40.2"
32
+ "eslint-config-pluv": "^0.41.0",
33
+ "@pluv/tsconfig": "^0.41.0"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format esm,cjs --dts",
37
37
  "dev": "tsup src/index.ts --format esm,cjs --watch --dts",
38
- "lint": "eslint src/**/*.ts* --fix --max-warnings 0",
38
+ "lint": "eslint \"src/**/*.ts*\" --fix --max-warnings 0",
39
39
  "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
40
40
  }
41
41
  }