mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-23 05:24:51 +00:00
bc09a0489f
* feat: add typed versions of getMap and getList to Loro class This commit adds `getTypedMap` and `getTypedList` methods to the `Loro` class, which allow for accessing maps and lists with type information. It also adds corresponding `getTyped`, `insertTyped`, and `setTyped` methods to `LoroMap` and `LoroList`. This makes it easier and safer to work with Loro's data structures. * chore: bump version * chore: alpha 1 * feat: add size and length to list and map * chore: update deno test script
15 lines
323 B
JSON
15 lines
323 B
JSON
{
|
|
"name": "loro-wasm",
|
|
"version": "0.2.8-alpha-2",
|
|
"description": "",
|
|
"main": "nodejs/loro_wasm.js",
|
|
"module": "bundler/loro_wasm.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"vite-plugin-top-level-await": "^1.2.2",
|
|
"vite-plugin-wasm": "^3.1.0"
|
|
}
|
|
}
|