chore: bump loro-wasm loro-crdt version

This commit is contained in:
Zixuan Chen 2023-11-10 20:41:11 +08:00
parent 7d2826cfe9
commit e871a6c438
No known key found for this signature in database
5 changed files with 38 additions and 6 deletions

View file

@ -0,0 +1,3 @@
# Loro WASM
Loro WASM is a WASM package of Loro. Learn more at https://loro.dev

View file

@ -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
View file

@ -0,0 +1,4 @@
tests/
.vscode/
node_modules/
pnpm-lock.yaml

8
loro-js/README.md Normal file
View 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

View file

@ -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:*"