@pluv/crdt-loro 0.16.3 → 0.17.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/crdt-loro@0.16.3 build /home/runner/work/pluv/pluv/packages/crdt-loro
2
+ > @pluv/crdt-loro@0.17.0 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
@@ -9,10 +9,10 @@
9
9
  ESM Build start
10
10
  CJS Build start
11
11
  CJS dist/index.js 19.50 KB
12
- CJS ⚡️ Build success in 120ms
12
+ CJS ⚡️ Build success in 140ms
13
13
  ESM dist/index.mjs 18.48 KB
14
- ESM ⚡️ Build success in 120ms
14
+ ESM ⚡️ Build success in 141ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2356ms
16
+ DTS ⚡️ Build success in 2419ms
17
17
  DTS dist/index.d.mts 7.04 KB
18
18
  DTS dist/index.d.ts 7.04 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @pluv/crdt-loro
2
2
 
3
+ ## 0.17.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [507bc00]
8
+ - @pluv/types@0.17.0
9
+ - @pluv/crdt@0.17.0
10
+
3
11
  ## 0.16.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/crdt-loro",
3
- "version": "0.16.3",
3
+ "version": "0.17.0",
4
4
  "description": "loro 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
- "js-base64": "^3.7.6",
21
- "@pluv/crdt": "^0.16.3",
22
- "@pluv/types": "^0.16.3"
20
+ "js-base64": "^3.7.7",
21
+ "@pluv/crdt": "^0.17.0",
22
+ "@pluv/types": "^0.17.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "loro-crdt": "^0.11.0"
26
26
  },
27
27
  "devDependencies": {
28
- "eslint": "^8.56.0",
29
- "loro-crdt": "^0.11.0",
28
+ "eslint": "^8.57.0",
29
+ "loro-crdt": "^0.11.1",
30
30
  "tsup": "^8.0.2",
31
31
  "typescript": "^5.3.3",
32
- "@pluv/tsconfig": "^0.16.3",
33
- "eslint-config-pluv": "^0.16.3"
32
+ "@pluv/tsconfig": "^0.17.0",
33
+ "eslint-config-pluv": "^0.17.0"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format esm,cjs --dts",