File tree 30 files changed +168
-71
lines changed
content-type-group-updated
content-type-read-receipt
content-type-remote-attachment
content-type-transaction-reference
30 files changed +168
-71
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # @xmtp/content-type-group-updated
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 63e5276]
8
+ - @xmtp/content-type-primitives @1.0.3
9
+
10
+ ## 1.0.0
11
+
12
+ Initial release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/content-type-group-updated" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " An XMTP content type to support group updated messages" ,
5
5
"keywords" : [
6
6
" xmtp" ,
66
66
]
67
67
},
68
68
"dependencies" : {
69
- "@xmtp/content-type-primitives" : " ^1.0.1 " ,
69
+ "@xmtp/content-type-primitives" : " ^1.0.3 " ,
70
70
"@xmtp/proto" : " ^3.72.0"
71
71
},
72
72
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# @xmtp/content-type-primitives
2
2
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 63e5276: Upgraded ` @xmtp/proto ` dependency
8
+
3
9
## 1.0.2
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/content-type-primitives" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Primitives for building custom XMTP content types" ,
5
5
"keywords" : [
6
6
" xmtp" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/content-type-reaction
2
2
3
+ ## 1.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 63e5276]
8
+ - @xmtp/content-type-primitives @1.0.3
9
+
3
10
## 1.1.10
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/content-type-reaction" ,
3
- "version" : " 1.1.10 " ,
3
+ "version" : " 1.1.11 " ,
4
4
"description" : " An XMTP content type to support reactions to messages" ,
5
5
"keywords" : [
6
6
" xmtp" ,
66
66
]
67
67
},
68
68
"dependencies" : {
69
- "@xmtp/content-type-primitives" : " ^1.0.2 "
69
+ "@xmtp/content-type-primitives" : " ^1.0.3 "
70
70
},
71
71
"devDependencies" : {
72
72
"@rollup/plugin-terser" : " ^0.4.4" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/content-type-read-receipt
2
2
3
+ ## 1.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 63e5276]
8
+ - @xmtp/content-type-primitives @1.0.3
9
+
3
10
## 1.1.11
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/content-type-read-receipt" ,
3
- "version" : " 1.1.11 " ,
3
+ "version" : " 1.1.12 " ,
4
4
"description" : " An XMTP content type to support read receipts" ,
5
5
"keywords" : [
6
6
" xmtp" ,
66
66
]
67
67
},
68
68
"dependencies" : {
69
- "@xmtp/content-type-primitives" : " ^1.0.2 "
69
+ "@xmtp/content-type-primitives" : " ^1.0.3 "
70
70
},
71
71
"devDependencies" : {
72
72
"@rollup/plugin-terser" : " ^0.4.4" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/content-type-remote-attachment
2
2
3
+ ## 1.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 63e5276]
8
+ - @xmtp/content-type-primitives @1.0.3
9
+
3
10
## 1.1.11
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/content-type-remote-attachment" ,
3
- "version" : " 1.1.11 " ,
3
+ "version" : " 1.1.12 " ,
4
4
"description" : " An XMTP content type to support sending file attachments that are stored off network" ,
5
5
"keywords" : [
6
6
" xmtp" ,
67
67
},
68
68
"dependencies" : {
69
69
"@noble/secp256k1" : " ^1.7.1" ,
70
- "@xmtp/content-type-primitives" : " ^1.0.2 " ,
70
+ "@xmtp/content-type-primitives" : " ^1.0.3 " ,
71
71
"@xmtp/proto" : " ^3.72.0"
72
72
},
73
73
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# @xmtp/content-type-reply
2
2
3
+ ## 1.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 63e5276]
8
+ - @xmtp/content-type-primitives @1.0.3
9
+
3
10
## 1.1.11
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/content-type-reply" ,
3
- "version" : " 1.1.11 " ,
3
+ "version" : " 1.1.12 " ,
4
4
"description" : " An XMTP content type to support replying to a message" ,
5
5
"keywords" : [
6
6
" xmtp" ,
66
66
]
67
67
},
68
68
"dependencies" : {
69
- "@xmtp/content-type-primitives" : " ^1.0.2 " ,
69
+ "@xmtp/content-type-primitives" : " ^1.0.3 " ,
70
70
"@xmtp/proto" : " ^3.72.0"
71
71
},
72
72
"devDependencies" : {
Original file line number Diff line number Diff line change
1
+ # @xmtp/content-type-text
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 63e5276]
8
+ - @xmtp/content-type-primitives @1.0.3
9
+
10
+ ## 1.0.0
11
+
12
+ Initial release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/content-type-text" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " An XMTP content type to support text messages" ,
5
5
"keywords" : [
6
6
" xmtp" ,
66
66
]
67
67
},
68
68
"dependencies" : {
69
- "@xmtp/content-type-primitives" : " ^1.0.1 "
69
+ "@xmtp/content-type-primitives" : " ^1.0.3 "
70
70
},
71
71
"devDependencies" : {
72
72
"@rollup/plugin-terser" : " ^0.4.4" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/content-type-transaction-reference
2
2
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 63e5276]
8
+ - @xmtp/content-type-primitives @1.0.3
9
+
3
10
## 1.0.4
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/content-type-transaction-reference" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " An XMTP content type to support on-chain transaction references" ,
5
5
"keywords" : [
6
6
" xmtp" ,
66
66
]
67
67
},
68
68
"dependencies" : {
69
- "@xmtp/content-type-primitives" : " ^1.0.1 "
69
+ "@xmtp/content-type-primitives" : " ^1.0.3 "
70
70
},
71
71
"devDependencies" : {
72
72
"@rollup/plugin-terser" : " ^0.4.4" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/consent-proof-signature
2
2
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 63e5276: Upgraded ` @xmtp/proto ` dependency
8
+
3
9
## 0.1.3
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/consent-proof-signature" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"keywords" : [
5
5
" xmtp" ,
6
6
" messaging" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/frames-client
2
2
3
+ ## 0.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 63e5276: Updated exports
8
+
3
9
## 0.5.4
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/frames-client" ,
3
- "version" : " 0.5.4 " ,
3
+ "version" : " 0.5.5 " ,
4
4
"keywords" : [
5
5
" xmtp" ,
6
6
" messaging" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/frames-validator
2
2
3
+ ## 0.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 63e5276: Updated exports
8
+
3
9
## 0.6.2
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/frames-validator" ,
3
- "version" : " 0.6.2 " ,
3
+ "version" : " 0.6.3 " ,
4
4
"description" : " A validator for XMTP frames requests" ,
5
5
"homepage" : " https://github.com/xmtp/xmtp-node-js-tools#readme" ,
6
6
"bugs" : {
42
42
"@open-frames/types" : " ^0.1.1" ,
43
43
"@rollup/plugin-typescript" : " ^12.1.1" ,
44
44
"@types/bl" : " ^5.1.4" ,
45
- "@xmtp/frames-client" : " ^0.5.4 " ,
45
+ "@xmtp/frames-client" : " ^0.5.5 " ,
46
46
"@xmtp/xmtp-js" : " ^12.1.0" ,
47
47
"ethers" : " ^6.10.0" ,
48
48
"rollup" : " ^4.27.3" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/browser-sdk
2
2
3
+ ## 0.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 63e5276: Updated exports
8
+ - Updated dependencies [ 63e5276]
9
+ - @xmtp/content-type-group-updated @1.0.1
10
+ - @xmtp/content-type-primitives @1.0.3
11
+ - @xmtp/content-type-text @1.0.1
12
+ - @xmtp/proto @3.72.0
13
+
3
14
## 0.0.4
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/browser-sdk" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"description" : " XMTP client SDK for browsers written in TypeScript" ,
5
5
"keywords" : [
6
6
" xmtp" ,
61
61
]
62
62
},
63
63
"dependencies" : {
64
- "@xmtp/content-type-group-updated" : " ^1.0.0 " ,
65
- "@xmtp/content-type-primitives" : " ^1.0.1 " ,
66
- "@xmtp/content-type-text" : " ^1.0.0 " ,
64
+ "@xmtp/content-type-group-updated" : " ^1.0.1 " ,
65
+ "@xmtp/content-type-primitives" : " ^1.0.3 " ,
66
+ "@xmtp/content-type-text" : " ^1.0.1 " ,
67
67
"@xmtp/proto" : " ^3.72.0" ,
68
68
"@xmtp/wasm-bindings" : " ^0.0.4" ,
69
69
"uuid" : " ^11.0.3"
Original file line number Diff line number Diff line change 1
1
# @xmtp/xmtp-js
2
2
3
+ ## 13.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 63e5276]
8
+ - @xmtp/content-type-primitives @1.0.3
9
+ - @xmtp/content-type-text @1.0.1
10
+ - @xmtp/consent-proof-signature @0.1.4
11
+ - @xmtp/proto @3.72.0
12
+
3
13
## 13.0.3
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/xmtp-js" ,
3
- "version" : " 13.0.3 " ,
3
+ "version" : " 13.0.4 " ,
4
4
"description" : " XMTP client SDK for interacting with XMTP networks." ,
5
5
"keywords" : [
6
6
" xmtp" ,
93
93
},
94
94
"dependencies" : {
95
95
"@noble/secp256k1" : " 1.7.1" ,
96
- "@xmtp/consent-proof-signature" : " ^0.1.3 " ,
97
- "@xmtp/content-type-primitives" : " ^1.0.1 " ,
98
- "@xmtp/content-type-text" : " ^1.0.0 " ,
96
+ "@xmtp/consent-proof-signature" : " ^0.1.4 " ,
97
+ "@xmtp/content-type-primitives" : " ^1.0.3 " ,
98
+ "@xmtp/content-type-text" : " ^1.0.1 " ,
99
99
"@xmtp/proto" : " ^3.72.0" ,
100
100
"@xmtp/user-preferences-bindings-wasm" : " ^0.3.6" ,
101
101
"async-mutex" : " ^0.5.0" ,
You can’t perform that action at this time.
0 commit comments