@xmtp/content-type-remote-attachment
Advanced tools
Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "@xmtp/content-type-remote-attachment", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "An XMTP content type to support sending file attachments that are stored off network", | ||
@@ -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.*" | ||
], | ||
@@ -69,4 +72,4 @@ "scripts": { | ||
"@noble/secp256k1": "^1.7.1", | ||
"@xmtp/content-type-primitives": "^1.0.2", | ||
"@xmtp/proto": "^3.61.1" | ||
"@xmtp/content-type-primitives": "^1.0.3", | ||
"@xmtp/proto": "^3.72.0" | ||
}, | ||
@@ -76,3 +79,3 @@ "devDependencies": { | ||
"@rollup/plugin-typescript": "^12.1.1", | ||
"@types/node": "^20.16.11", | ||
"@types/node": "^20.17.6", | ||
"@xmtp/rollup-plugin-resolve-extensions": "^1.0.1", | ||
@@ -84,7 +87,7 @@ "@xmtp/xmtp-js": "^11.6.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" | ||
@@ -91,0 +94,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
67937
18
923
Updated@xmtp/proto@^3.72.0