@causal-order/dedupe 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Deduplication support for `causal-order`, plus a deployment-style test harness for exercising duplicate-heavy event streams.
4
4
 
5
- Version `1.0.0`.
5
+ Version `1.0.1`.
6
6
 
7
7
  Release notes: [CHANGELOG.md](./CHANGELOG.md)
8
8
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@causal-order/dedupe",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Deduplication support for causal-order event streams.",
5
+ "license": "MIT",
5
6
  "type": "module",
6
7
  "main": "./src/dedupe.js",
7
8
  "types": "./src/dedupe.d.ts",