@lolmath/typedoc 0.0.0-20260619213938 → 0.0.0

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.
@@ -0,0 +1,8 @@
1
+
2
+ > @lolmath/typedoc@0.0.0 lint /builds/lol-math/lolmath/packages/typedoc
3
+ > publint
4
+
5
+ Running publint v0.3.12 for @lolmath/typedoc...
6
+ Packing files with `pnpm pack`...
7
+ Linting...
8
+ All good!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lolmath/typedoc",
3
- "version": "0.0.0-20260619213938",
3
+ "version": "0.0.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -21,14 +21,14 @@
21
21
  }
22
22
  },
23
23
  "dependencies": {
24
- "typedoc": "^0.28.19",
25
- "typedoc-plugin-frontmatter": "^1.3.1",
26
- "typedoc-plugin-markdown": "^4.12.0"
24
+ "typedoc": "^0.28.11",
25
+ "typedoc-plugin-frontmatter": "^1.3.0",
26
+ "typedoc-plugin-markdown": "^4.8.1"
27
27
  },
28
28
  "devDependencies": {
29
- "publint": "^0.3.21"
29
+ "publint": "^0.3.12"
30
30
  },
31
31
  "scripts": {
32
- "publint": "publint"
32
+ "lint": "publint"
33
33
  }
34
34
  }
@@ -1,8 +0,0 @@
1
-
2
- > @lolmath/typedoc@0.0.0 publint C:\Users\Administrator\Desktop\projects\lolmath\packages\typedoc
3
- > publint
4
-
5
- Running publint v0.3.21 for @lolmath/typedoc...
6
- Packing files with `pnpm pack`...
7
- Linting...
8
- All good!
package/CHANGELOG.md DELETED
@@ -1,7 +0,0 @@
1
- # @lolmath/typedoc
2
-
3
- ## 0.0.0-20260619213938
4
-
5
- ### Patch Changes
6
-
7
- - 61a81f4: Update typedoc-plugin-markdown to ^4.12.