@atcute/whitewind 2.0.0 → 2.0.1

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.
@@ -40,6 +40,8 @@ declare module '@atcute/client/lexicons' {
40
40
  /** (DEPRECATED) Marks this entry as draft to tell AppViews not to show it to anyone except for the author */
41
41
  isDraft?: boolean;
42
42
  ogp?: ComWhtwndBlogDefs.Ogp;
43
+ /** Maximum string length: 1000 */
44
+ subtitle?: string;
43
45
  theme?: 'github-light';
44
46
  /** Maximum string length: 1000 */
45
47
  title?: string;
package/lib/lexicons.ts CHANGED
@@ -46,6 +46,8 @@ declare module '@atcute/client/lexicons' {
46
46
  /** (DEPRECATED) Marks this entry as draft to tell AppViews not to show it to anyone except for the author */
47
47
  isDraft?: boolean;
48
48
  ogp?: ComWhtwndBlogDefs.Ogp;
49
+ /** Maximum string length: 1000 */
50
+ subtitle?: string;
49
51
  theme?: 'github-light';
50
52
  /** Maximum string length: 1000 */
51
53
  title?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@atcute/whitewind",
4
- "version": "2.0.0",
4
+ "version": "2.0.1",
5
5
  "description": "WhiteWind type definitions for atcute",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -21,8 +21,8 @@
21
21
  "@atcute/client": "^3.0.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@atcute/client": "^3.0.0",
25
- "@atcute/lex-cli": "^1.1.0"
24
+ "@atcute/client": "^3.0.1",
25
+ "@atcute/lex-cli": "^1.1.1"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsc",