loro-crdt
Advanced tools
Comparing version 1.0.8-alpha.3 to 1.0.8
# Changelog | ||
## 1.0.8 | ||
### Patch Changes | ||
- 62a3a93: Merge two js packages | ||
## 1.0.8-alpha.3 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "loro-crdt", | ||
"version": "1.0.8-alpha.3", | ||
"version": "1.0.8", | ||
"description": "Loro CRDTs is a high-performance CRDT framework that makes your app state synchronized, collaborative and maintainable effortlessly.", | ||
@@ -29,7 +29,2 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"build-dev": "deno run -A ./scripts/build.ts dev && rollup -c && deno run -A ./scripts/post-rollup.ts && npm run test", | ||
"build-release": "deno run -A ./scripts/build.ts release && rollup -c && deno run -A ./scripts/post-rollup.ts && npm run test", | ||
"test": "node --expose-gc ./node_modules/vitest/vitest.mjs run && npx tsc --noEmit && cd ./deno_tests && deno test -A" | ||
}, | ||
"homepage": "https://loro.dev", | ||
@@ -58,3 +53,8 @@ "author": "", | ||
"vitest": "^1.4.0" | ||
}, | ||
"scripts": { | ||
"build-dev": "deno run -A ./scripts/build.ts dev && rollup -c && deno run -A ./scripts/post-rollup.ts && npm run test", | ||
"build-release": "deno run -A ./scripts/build.ts release && rollup -c && deno run -A ./scripts/post-rollup.ts && npm run test", | ||
"test": "node --expose-gc ./node_modules/vitest/vitest.mjs run && npx tsc --noEmit && cd ./deno_tests && deno test -A" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9765868
1