File tree 7 files changed +27
-6
lines changed
7 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages/client" : " 9.0.1" ,
3
- "packages/core" : " 10.1.1 " ,
4
- "packages/interface" : " 10.0.2 " ,
3
+ "packages/core" : " 10.2.0 " ,
4
+ "packages/interface" : " 10.1.0 " ,
5
5
"packages/principal" : " 9.0.1" ,
6
- "packages/server" : " 10.0.2 " ,
6
+ "packages/server" : " 10.1.0 " ,
7
7
"packages/transport" : " 9.1.1" ,
8
8
"packages/validator" : " 9.0.2"
9
9
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.2.0] ( https://github.com/storacha/ucanto/compare/core-v10.1.1...core-v10.2.0 ) (2025-01-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * define ` resolveDIDKey ` server option ([ #364 ] ( https://github.com/storacha/ucanto/issues/364 ) ) ([ 15648a8] ( https://github.com/storacha/ucanto/commit/15648a8270a678ac5ed69fa42abd8e5808294ac5 ) )
9
+
3
10
## [ 10.1.1] ( https://github.com/storacha/ucanto/compare/core-v10.1.0...core-v10.1.1 ) (2025-01-18)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ucanto/core" ,
3
3
"description" : " ucanto core" ,
4
- "version" : " 10.1.1 " ,
4
+ "version" : " 10.2.0 " ,
5
5
"keywords" : [
6
6
" UCAN" ,
7
7
" RPC" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.1.0] ( https://github.com/storacha/ucanto/compare/interface-v10.0.2...interface-v10.1.0 ) (2025-01-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * define ` resolveDIDKey ` server option ([ #364 ] ( https://github.com/storacha/ucanto/issues/364 ) ) ([ 15648a8] ( https://github.com/storacha/ucanto/commit/15648a8270a678ac5ed69fa42abd8e5808294ac5 ) )
9
+
3
10
## [ 10.0.2] ( https://github.com/web3-storage/ucanto/compare/interface-v10.0.1...interface-v10.0.2 ) (2024-05-10)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ucanto/interface" ,
3
3
"description" : " interface definitions for ucanto" ,
4
- "version" : " 10.0.2 " ,
4
+ "version" : " 10.1.0 " ,
5
5
"types" : " ./dist/src/lib.d.ts" ,
6
6
"main" : " ./src/lib.js" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.1.0] ( https://github.com/storacha/ucanto/compare/server-v10.0.2...server-v10.1.0 ) (2025-01-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * define ` resolveDIDKey ` server option ([ #364 ] ( https://github.com/storacha/ucanto/issues/364 ) ) ([ 15648a8] ( https://github.com/storacha/ucanto/commit/15648a8270a678ac5ed69fa42abd8e5808294ac5 ) )
9
+
3
10
## [ 10.0.2] ( https://github.com/storacha/ucanto/compare/server-v10.0.1...server-v10.0.2 ) (2025-01-18)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ucanto/server" ,
3
3
"description" : " UCAN RPC Server" ,
4
- "version" : " 10.0.2 " ,
4
+ "version" : " 10.1.0 " ,
5
5
"types" : " ./dist/src/lib.d.ts" ,
6
6
"main" : " ./src/lib.js" ,
7
7
"keywords" : [
You can’t perform that action at this time.
0 commit comments