@xmtp/content-type-read-receipt
Advanced tools
Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "@xmtp/content-type-read-receipt", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "An XMTP content type to support read receipts", | ||
@@ -34,3 +34,4 @@ "keywords": [ | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -42,3 +43,5 @@ "main": "dist/index.cjs", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"src", | ||
"!src/**/*.test.*" | ||
], | ||
@@ -68,8 +71,8 @@ "scripts": { | ||
"dependencies": { | ||
"@xmtp/content-type-primitives": "^1.0.2" | ||
"@xmtp/content-type-primitives": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^12.1.0", | ||
"@types/node": "^20.16.11", | ||
"@rollup/plugin-typescript": "^12.1.1", | ||
"@types/node": "^20.17.6", | ||
"@xmtp/xmtp-js": "^11.6.3", | ||
@@ -80,7 +83,7 @@ "buffer": "^6.0.3", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.24.0", | ||
"rollup": "^4.27.3", | ||
"rollup-plugin-dts": "^6.1.1", | ||
"rollup-plugin-filesize": "^10.0.0", | ||
"typescript": "^5.6.3", | ||
"vite": "^5.4.9", | ||
"vite": "^5.4.11", | ||
"vitest": "^2.1.3" | ||
@@ -87,0 +90,0 @@ }, |
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
13445
12
117