@occultus/article-api 0.18.2 → 0.20.0-beta

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/package.json CHANGED
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "name": "@occultus/article-api",
3
- "version": "0.18.2",
3
+ "version": "0.20.0-beta",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://codeberg.org/TeamOccultus/StarTenonAPI"
7
+ },
8
+ "homepage": "https://codeberg.org/TeamOccultus/StarTenonAPI",
9
+ "bugs": {
10
+ "url": "https://codeberg.org/TeamOccultus/StarTenonAPI/issues",
11
+ "email": "FangLiulii@outlook.com"
12
+ },
4
13
  "description": "Star Tenon format tool",
5
14
  "main": "src/index.ts",
6
15
  "keywords": [
@@ -9,20 +18,23 @@
9
18
  "Script API"
10
19
  ],
11
20
  "contributors": [
12
- "FangLimao <mucigames@outlook.com>",
21
+ "FangLimao <FangLiulii@outlook.com>",
13
22
  "RawDiamondMC <RawDiamondMC@outlook.com>"
14
23
  ],
15
24
  "license": "MIT",
16
25
  "author": "CTN Studios",
17
26
  "dependencies": {
18
- "@occultus/text-api": "0.18.1"
27
+ "@occultus/text-api": "0.20.0-beta"
19
28
  },
20
29
  "peerDependencies": {
21
- "@occultus/core": ">=0.18.2 || <0.19.0",
30
+ "@occultus/core": ">=0.18.4 || <0.19.0",
22
31
  "@minecraft/server": ">=2.0.0",
23
32
  "@minecraft/server-ui": ">=2.0.0"
24
33
  },
25
34
  "devDependencies": {
26
35
  "typedoc": "^0.28.9"
36
+ },
37
+ "scripts": {
38
+ "test": "tsc"
27
39
  }
28
40
  }
@@ -26,8 +26,6 @@ import { TextProvider } from "@occultus/text-api";
26
26
  * @category Stable
27
27
  * @since 1.0.0
28
28
  */
29
-
30
-
31
29
  export class ArticleCenter extends BaseArticle {
32
30
  /**
33
31
  * @param id 文章中心ID
package/tsconfig.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "include": ["src/*"],
2
+ "include": ["src/**/*"],
3
3
  "exclude": ["./out"],
4
4
  "Modules": {
5
5
  "resolvePackageJsonExports": true