@pluv/crdt-loro 0.33.0 → 0.34.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.33.0 build /home/runner/work/pluv/pluv/packages/crdt-loro
2
+ > @pluv/crdt-loro@0.34.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
@@ -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.20 KB
12
+ CJS ⚡️ Build success in 75ms
11
13
  ESM dist/index.mjs 8.13 KB
12
- ESM ⚡️ Build success in 46ms
13
- CJS dist/index.js 9.19 KB
14
- CJS ⚡️ Build success in 49ms
14
+ ESM ⚡️ Build success in 76ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2009ms
16
+ DTS ⚡️ Build success in 2156ms
17
17
  DTS dist/index.d.mts 3.52 KB
18
18
  DTS dist/index.d.ts 3.52 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pluv/crdt-loro
2
2
 
3
+ ## 0.34.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @pluv/crdt@0.34.0
8
+ - @pluv/types@0.34.0
9
+
3
10
  ## 0.33.0
4
11
 
5
12
  ### Minor Changes
package/dist/index.js CHANGED
@@ -35,11 +35,11 @@ var __copyProps = (to, from, except, desc) => {
35
35
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
36
36
 
37
37
  // src/index.ts
38
- var src_exports = {};
39
- __export(src_exports, {
38
+ var index_exports = {};
39
+ __export(index_exports, {
40
40
  loro: () => loro_exports
41
41
  });
42
- module.exports = __toCommonJS(src_exports);
42
+ module.exports = __toCommonJS(index_exports);
43
43
 
44
44
  // src/loro.ts
45
45
  var loro_exports = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluv/crdt-loro",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "loro for @pluv/io",
5
5
  "author": "leedavidcs",
6
6
  "license": "MIT",
@@ -18,19 +18,19 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "js-base64": "^3.7.7",
21
- "@pluv/crdt": "^0.33.0",
22
- "@pluv/types": "^0.33.0"
21
+ "@pluv/crdt": "^0.34.0",
22
+ "@pluv/types": "^0.34.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "loro-crdt": "^1.0.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "eslint": "^8.57.1",
29
- "loro-crdt": "^1.1.4",
29
+ "loro-crdt": "^1.2.4",
30
30
  "tsup": "^8.3.5",
31
31
  "typescript": "^5.7.2",
32
- "@pluv/tsconfig": "^0.33.0",
33
- "eslint-config-pluv": "^0.33.0"
32
+ "@pluv/tsconfig": "^0.34.0",
33
+ "eslint-config-pluv": "^0.34.0"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format esm,cjs --dts",