@xmtp/content-type-read-receipt
Advanced tools
Comparing version 1.1.12 to 2.0.0
{ | ||
"name": "@xmtp/content-type-read-receipt", | ||
"version": "1.1.12", | ||
"version": "2.0.0", | ||
"description": "An XMTP content type to support read receipts", | ||
@@ -32,9 +32,7 @@ "keywords": [ | ||
"browser": "./dist/browser/index.js", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
"default": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"main": "dist/index.js", | ||
"browser": "dist/browser/index.js", | ||
@@ -70,3 +68,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@xmtp/content-type-primitives": "^1.0.3" | ||
"@xmtp/content-type-primitives": "^2.0.0" | ||
}, | ||
@@ -80,3 +78,3 @@ "devDependencies": { | ||
"ethers": "^6.11.1", | ||
"happy-dom": "^15.7.4", | ||
"happy-dom": "^15.11.6", | ||
"rimraf": "^6.0.1", | ||
@@ -83,0 +81,0 @@ "rollup": "^4.27.3", |
12001
10
85
+ Added@xmtp/content-type-primitives@2.0.0(transitive)
- Removed@xmtp/content-type-primitives@1.0.3(transitive)