@atproto/api 0.20.40 → 0.20.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atproto/api
|
|
2
2
|
|
|
3
|
+
## 0.20.41
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#5350](https://github.com/bluesky-social/atproto/pull/5350) [`1f3f67c`](https://github.com/bluesky-social/atproto/commit/1f3f67c4b5bac19cc226b24f55d90ffd431d0d72) Thanks [@mary-ext](https://github.com/mary-ext)! - Remove the `maxGraphemes` and `maxLength` constraints from the `alt` field of `app.bsky.embed.video`, matching `app.bsky.embed.images`
|
|
8
|
+
|
|
3
9
|
## 0.20.40
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -3148,8 +3148,6 @@ export declare const schemaDict: {
|
|
|
3148
3148
|
readonly alt: {
|
|
3149
3149
|
readonly type: 'string';
|
|
3150
3150
|
readonly description: 'Alt text description of the video, for accessibility.';
|
|
3151
|
-
readonly maxGraphemes: 1000;
|
|
3152
|
-
readonly maxLength: 10000;
|
|
3153
3151
|
};
|
|
3154
3152
|
readonly aspectRatio: {
|
|
3155
3153
|
readonly type: 'ref';
|
|
@@ -3195,8 +3193,6 @@ export declare const schemaDict: {
|
|
|
3195
3193
|
};
|
|
3196
3194
|
readonly alt: {
|
|
3197
3195
|
readonly type: 'string';
|
|
3198
|
-
readonly maxGraphemes: 1000;
|
|
3199
|
-
readonly maxLength: 10000;
|
|
3200
3196
|
};
|
|
3201
3197
|
readonly aspectRatio: {
|
|
3202
3198
|
readonly type: 'ref';
|
|
@@ -28075,8 +28071,6 @@ export declare const schemas: ({
|
|
|
28075
28071
|
readonly alt: {
|
|
28076
28072
|
readonly type: 'string';
|
|
28077
28073
|
readonly description: 'Alt text description of the video, for accessibility.';
|
|
28078
|
-
readonly maxGraphemes: 1000;
|
|
28079
|
-
readonly maxLength: 10000;
|
|
28080
28074
|
};
|
|
28081
28075
|
readonly aspectRatio: {
|
|
28082
28076
|
readonly type: 'ref';
|
|
@@ -28122,8 +28116,6 @@ export declare const schemas: ({
|
|
|
28122
28116
|
};
|
|
28123
28117
|
readonly alt: {
|
|
28124
28118
|
readonly type: 'string';
|
|
28125
|
-
readonly maxGraphemes: 1000;
|
|
28126
|
-
readonly maxLength: 10000;
|
|
28127
28119
|
};
|
|
28128
28120
|
readonly aspectRatio: {
|
|
28129
28121
|
readonly type: 'ref';
|