Commit cc19e05 1 parent 1777a23 commit cc19e05 Copy full SHA for cc19e05
File tree 28 files changed +206
-81
lines changed
content-type-group-updated
content-type-read-receipt
content-type-remote-attachment
content-type-transaction-reference
28 files changed +206
-81
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @xmtp/content-type-group-updated
2
2
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 1777a23]
12
+ - @xmtp/content-type-primitives @2.0.0
13
+
3
14
## 1.0.1
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/content-type-group-updated" ,
3
- "version" : " 1 .0.1 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " An XMTP content type to support group updated messages" ,
5
5
"keywords" : [
6
6
" xmtp" ,
64
64
]
65
65
},
66
66
"dependencies" : {
67
- "@xmtp/content-type-primitives" : " ^1 .0.3 " ,
67
+ "@xmtp/content-type-primitives" : " ^2 .0.0 " ,
68
68
"@xmtp/proto" : " ^3.72.0"
69
69
},
70
70
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# @xmtp/content-type-primitives
2
2
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+
3
9
## 1.0.3
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.3 " ,
3
+ "version" : " 2 .0.0 " ,
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
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 1777a23]
12
+ - @xmtp/content-type-primitives @2.0.0
13
+
3
14
## 1.1.12
4
15
5
16
### 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.12 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " An XMTP content type to support reactions to messages" ,
5
5
"keywords" : [
6
6
" xmtp" ,
64
64
]
65
65
},
66
66
"dependencies" : {
67
- "@xmtp/content-type-primitives" : " ^1 .0.3 "
67
+ "@xmtp/content-type-primitives" : " ^2 .0.0 "
68
68
},
69
69
"devDependencies" : {
70
70
"@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
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 1777a23]
12
+ - @xmtp/content-type-primitives @2.0.0
13
+
3
14
## 1.1.12
4
15
5
16
### 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.12 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " An XMTP content type to support read receipts" ,
5
5
"keywords" : [
6
6
" xmtp" ,
64
64
]
65
65
},
66
66
"dependencies" : {
67
- "@xmtp/content-type-primitives" : " ^1 .0.3 "
67
+ "@xmtp/content-type-primitives" : " ^2 .0.0 "
68
68
},
69
69
"devDependencies" : {
70
70
"@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
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 1777a23]
12
+ - @xmtp/content-type-primitives @2.0.0
13
+
3
14
## 1.1.12
4
15
5
16
### 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.12 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " An XMTP content type to support sending file attachments that are stored off network" ,
5
5
"keywords" : [
6
6
" xmtp" ,
65
65
},
66
66
"dependencies" : {
67
67
"@noble/secp256k1" : " ^1.7.1" ,
68
- "@xmtp/content-type-primitives" : " ^1 .0.3 " ,
68
+ "@xmtp/content-type-primitives" : " ^2 .0.0 " ,
69
69
"@xmtp/proto" : " ^3.72.0"
70
70
},
71
71
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# @xmtp/content-type-reply
2
2
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 1777a23]
12
+ - @xmtp/content-type-primitives @2.0.0
13
+
3
14
## 1.1.12
4
15
5
16
### 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.12 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " An XMTP content type to support replying to a message" ,
5
5
"keywords" : [
6
6
" xmtp" ,
64
64
]
65
65
},
66
66
"dependencies" : {
67
- "@xmtp/content-type-primitives" : " ^1 .0.3 " ,
67
+ "@xmtp/content-type-primitives" : " ^2 .0.0 " ,
68
68
"@xmtp/proto" : " ^3.72.0"
69
69
},
70
70
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# @xmtp/content-type-text
2
2
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 1777a23]
12
+ - @xmtp/content-type-primitives @2.0.0
13
+
3
14
## 1.0.1
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/content-type-text" ,
3
- "version" : " 1 .0.1 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " An XMTP content type to support text messages" ,
5
5
"keywords" : [
6
6
" xmtp" ,
64
64
]
65
65
},
66
66
"dependencies" : {
67
- "@xmtp/content-type-primitives" : " ^1 .0.3 "
67
+ "@xmtp/content-type-primitives" : " ^2 .0.0 "
68
68
},
69
69
"devDependencies" : {
70
70
"@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
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 1777a23]
12
+ - @xmtp/content-type-primitives @2.0.0
13
+
3
14
## 1.0.5
4
15
5
16
### 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.5 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " An XMTP content type to support on-chain transaction references" ,
5
5
"keywords" : [
6
6
" xmtp" ,
64
64
]
65
65
},
66
66
"dependencies" : {
67
- "@xmtp/content-type-primitives" : " ^1 .0.3 "
67
+ "@xmtp/content-type-primitives" : " ^2 .0.0 "
68
68
},
69
69
"devDependencies" : {
70
70
"@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
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+
3
9
## 0.1.4
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.4 " ,
3
+ "version" : " 1.0.0 " ,
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
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+ - @xmtp/xmtp-js @13.0.5
9
+
3
10
## 1.0.0
4
11
5
12
### BREAKING CHANGE
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/frames-client" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"keywords" : [
5
5
" xmtp" ,
6
6
" messaging" ,
71
71
"@open-frames/types" : " ^0.1.1" ,
72
72
"@rollup/plugin-terser" : " ^0.4.4" ,
73
73
"@rollup/plugin-typescript" : " ^12.1.1" ,
74
- "@xmtp/node-sdk" : " ^0.0.30 " ,
74
+ "@xmtp/node-sdk" : " ^0.0.32 " ,
75
75
"@xmtp/xmtp-js" : " ^12.0.0" ,
76
76
"ethers" : " ^6.13.1" ,
77
77
"fast-glob" : " ^3.3.2" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/frames-validator
2
2
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ 1777a23]
12
+ - @xmtp/node-sdk @0.0.32
13
+
3
14
## 1.0.1
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xmtp/frames-validator" ,
3
- "version" : " 1 .0.1 " ,
3
+ "version" : " 2 .0.0 " ,
4
4
"description" : " A validator for XMTP frames requests" ,
5
5
"homepage" : " https://github.com/xmtp/xmtp-js" ,
6
6
"bugs" : {
38
38
"dependencies" : {
39
39
"@noble/curves" : " ^1.3.0" ,
40
40
"@noble/hashes" : " ^1.4.0" ,
41
- "@xmtp/node-sdk" : " ^0.0.30 " ,
41
+ "@xmtp/node-sdk" : " ^0.0.32 " ,
42
42
"@xmtp/proto" : " ^3.72.3" ,
43
43
"uint8array-extras" : " ^1.4.0" ,
44
44
"viem" : " ^2.16.5"
47
47
"@open-frames/types" : " ^0.1.1" ,
48
48
"@rollup/plugin-typescript" : " ^12.1.1" ,
49
49
"@types/bl" : " ^5.1.4" ,
50
- "@xmtp/frames-client" : " ^1.0.0 " ,
50
+ "@xmtp/frames-client" : " ^1.0.1 " ,
51
51
"@xmtp/xmtp-js" : " ^12.1.0" ,
52
52
"ethers" : " ^6.10.0" ,
53
53
"fast-glob" : " ^3.3.2" ,
Original file line number Diff line number Diff line change 1
1
# @xmtp/browser-sdk
2
2
3
+ ## 0.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 1777a23: Dropped support for CommonJS
8
+ - Updated dependencies [ 1777a23]
9
+ - @xmtp/content-type-group-updated @2.0.0
10
+ - @xmtp/content-type-primitives @2.0.0
11
+ - @xmtp/content-type-text @2.0.0
12
+
3
13
## 0.0.6
4
14
5
15
### Patch Changes
You can’t perform that action at this time.
0 commit comments