mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-25 04:38:58 +00:00
chore: bump loro-wasm loro-crdt version
This commit is contained in:
parent
7d2826cfe9
commit
e871a6c438
5 changed files with 38 additions and 6 deletions
|
@ -0,0 +1,3 @@
|
|||
# Loro WASM
|
||||
|
||||
Loro WASM is a WASM package of Loro. Learn more at https://loro.dev
|
|
@ -1,11 +1,19 @@
|
|||
{
|
||||
"name": "loro-wasm",
|
||||
"version": "0.3.0",
|
||||
"description": "",
|
||||
"version": "0.4.0",
|
||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||
"keywords": [
|
||||
"crdt",
|
||||
"CRDTs",
|
||||
"realtime",
|
||||
"collaboration",
|
||||
"sync",
|
||||
"p2p"
|
||||
],
|
||||
"main": "nodejs/loro_wasm.js",
|
||||
"module": "bundler/loro_wasm.js",
|
||||
"scripts": {},
|
||||
"keywords": [],
|
||||
"homepage": "https://loro.dev",
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
|
|
4
loro-js/.npmignore
Normal file
4
loro-js/.npmignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
tests/
|
||||
.vscode/
|
||||
node_modules/
|
||||
pnpm-lock.yaml
|
8
loro-js/README.md
Normal file
8
loro-js/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# loro-crdt
|
||||
|
||||
Loro CRDTs is a high-performance CRDT framework.
|
||||
|
||||
It makes your app state synchronized, collaborative and maintainable effortlessly.
|
||||
|
||||
Learn more at https://loro.dev
|
||||
|
|
@ -1,7 +1,15 @@
|
|||
{
|
||||
"name": "loro-crdt",
|
||||
"version": "0.3.0",
|
||||
"description": "",
|
||||
"version": "0.4.0",
|
||||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.",
|
||||
"keywords": [
|
||||
"crdt",
|
||||
"CRDTs",
|
||||
"realtime",
|
||||
"collaboration",
|
||||
"sync",
|
||||
"p2p"
|
||||
],
|
||||
"main": "dist/loro.js",
|
||||
"module": "dist/loro.mjs",
|
||||
"typings": "dist/loro.d.ts",
|
||||
|
@ -11,7 +19,8 @@
|
|||
"test": "vitest run",
|
||||
"prepublish": "pnpm run build"
|
||||
},
|
||||
"author": "",
|
||||
"author": "Loro",
|
||||
"homepage": "https://loro.dev",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"loro-wasm": "workspace:*"
|
||||
|
|
Loading…
Reference in a new issue