@pluv/crdt-loro 0.38.2 → 0.38.4

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/crdt-loro@0.38.2 build /home/runner/work/pluv/pluv/packages/crdt-loro
2
+ > @pluv/crdt-loro@0.38.4 build /home/runner/work/pluv/pluv/packages/crdt-loro
3
3
  > tsup src/index.ts --format esm,cjs --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,11 +8,11 @@
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist/index.js 9.98 KB
12
- CJS ⚡️ Build success in 74ms
13
11
  ESM dist/index.mjs 8.87 KB
14
- ESM ⚡️ Build success in 77ms
12
+ ESM ⚡️ Build success in 111ms
13
+ CJS dist/index.js 9.98 KB
14
+ CJS ⚡️ Build success in 112ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 1862ms
16
+ DTS ⚡️ Build success in 1945ms
17
17
  DTS dist/index.d.mts 3.48 KB
18
18
  DTS dist/index.d.ts 3.48 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @pluv/crdt-loro
2
2
 
3
+ ## 0.38.4
4
+
5
+ ### Patch Changes
6
+
7
+ - @pluv/crdt@0.38.4
8
+ - @pluv/types@0.38.4
9
+
10
+ ## 0.38.3
11
+
12
+ ### Patch Changes
13
+
14
+ - @pluv/crdt@0.38.3
15
+ - @pluv/types@0.38.3
16
+
3
17
  ## 0.38.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/crdt-loro",
3
- "version": "0.38.2",
3
+ "version": "0.38.4",
4
4
  "description": "loro for @pluv/io",
5
5
  "author": "leedavidcs",
6
6
  "license": "MIT",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "js-base64": "^3.7.7",
21
- "@pluv/crdt": "^0.38.2",
22
- "@pluv/types": "^0.38.2"
21
+ "@pluv/crdt": "^0.38.4",
22
+ "@pluv/types": "^0.38.4"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "loro-crdt": "^1.0.0"
@@ -29,8 +29,8 @@
29
29
  "loro-crdt": "^1.4.6",
30
30
  "tsup": "^8.4.0",
31
31
  "typescript": "^5.8.2",
32
- "eslint-config-pluv": "^0.38.2",
33
- "@pluv/tsconfig": "^0.38.2"
32
+ "@pluv/tsconfig": "^0.38.4",
33
+ "eslint-config-pluv": "^0.38.4"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format esm,cjs --dts",