@atcute/whitewind 1.0.3 → 1.0.4
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/dist/lexicons.d.ts +0 -10
- package/lib/lexicons.ts +0 -11
- package/package.json +2 -2
package/dist/lexicons.d.ts
CHANGED
|
@@ -4,15 +4,6 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import '@atcute/client/lexicons';
|
|
6
6
|
declare module '@atcute/client/lexicons' {
|
|
7
|
-
namespace ComWhtwndBlogComment {
|
|
8
|
-
/** A declaration of a comment. */
|
|
9
|
-
interface Record {
|
|
10
|
-
$type: 'com.whtwnd.blog.comment';
|
|
11
|
-
/** Maximum string length: 1000 */
|
|
12
|
-
content: string;
|
|
13
|
-
entryUri: At.Uri;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
7
|
namespace ComWhtwndBlogDefs {
|
|
17
8
|
interface BlobMetadata {
|
|
18
9
|
[Brand.Type]?: 'com.whtwnd.blog.defs#blobMetadata';
|
|
@@ -108,7 +99,6 @@ declare module '@atcute/client/lexicons' {
|
|
|
108
99
|
}
|
|
109
100
|
}
|
|
110
101
|
interface Records {
|
|
111
|
-
'com.whtwnd.blog.comment': ComWhtwndBlogComment.Record;
|
|
112
102
|
'com.whtwnd.blog.entry': ComWhtwndBlogEntry.Record;
|
|
113
103
|
}
|
|
114
104
|
interface Queries {
|
package/lib/lexicons.ts
CHANGED
|
@@ -9,16 +9,6 @@
|
|
|
9
9
|
import '@atcute/client/lexicons';
|
|
10
10
|
|
|
11
11
|
declare module '@atcute/client/lexicons' {
|
|
12
|
-
namespace ComWhtwndBlogComment {
|
|
13
|
-
/** A declaration of a comment. */
|
|
14
|
-
interface Record {
|
|
15
|
-
$type: 'com.whtwnd.blog.comment';
|
|
16
|
-
/** Maximum string length: 1000 */
|
|
17
|
-
content: string;
|
|
18
|
-
entryUri: At.Uri;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
12
|
namespace ComWhtwndBlogDefs {
|
|
23
13
|
interface BlobMetadata {
|
|
24
14
|
[Brand.Type]?: 'com.whtwnd.blog.defs#blobMetadata';
|
|
@@ -117,7 +107,6 @@ declare module '@atcute/client/lexicons' {
|
|
|
117
107
|
}
|
|
118
108
|
|
|
119
109
|
interface Records {
|
|
120
|
-
'com.whtwnd.blog.comment': ComWhtwndBlogComment.Record;
|
|
121
110
|
'com.whtwnd.blog.entry': ComWhtwndBlogEntry.Record;
|
|
122
111
|
}
|
|
123
112
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@atcute/whitewind",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"description": "WhiteWind type definitions for atcute",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@atcute/client": "^1.0.0 || ^2.0.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@atcute/client": "^2.0.
|
|
24
|
+
"@atcute/client": "^2.0.6",
|
|
25
25
|
"@atcute/lex-cli": "^1.0.3"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|