@selfcommunity/types 1.0.4 → 1.0.5-alpha.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.
@@ -32,7 +32,7 @@ export interface SCCategoryType extends SCPurchasableContent {
32
32
  /**
33
33
  * The category's html text.
34
34
  */
35
- html_info?: string;
35
+ html_info?: string | null;
36
36
  /**
37
37
  * The category's html meta tag.
38
38
  */
@@ -32,7 +32,7 @@ export interface SCCategoryType extends SCPurchasableContent {
32
32
  /**
33
33
  * The category's html text.
34
34
  */
35
- html_info?: string;
35
+ html_info?: string | null;
36
36
  /**
37
37
  * The category's html meta tag.
38
38
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/types",
3
- "version": "1.0.4",
3
+ "version": "1.0.5-alpha.1",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -106,5 +106,5 @@
106
106
  "bugs": {
107
107
  "url": "https://github.com/selfcommunity/community-js/issues"
108
108
  },
109
- "gitHead": "1b47bf3ca0a74276f44971161ef9c55930acc461"
109
+ "gitHead": "5380872fe5f8c3af2ffb1166ff42523d821b50aa"
110
110
  }