@storm-software/tsdoc 0.3.7 → 0.4.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.
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.3.4-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.4.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/config/core.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
3
+ "noStandardTags": false,
3
4
  "tagDefinitions": [
4
5
  {
5
6
  "tagName": "@alias",
@@ -7,10 +8,9 @@
7
8
  "allowMultiple": true
8
9
  },
9
10
  {
10
- "tagName": "@label",
11
+ "tagName": "@title",
11
12
  "syntaxKind": "block"
12
13
  },
13
-
14
14
  {
15
15
  "tagName": "@betaDocumentation",
16
16
  "syntaxKind": "modifier"
@@ -23,7 +23,6 @@
23
23
  "tagName": "@preapproved",
24
24
  "syntaxKind": "modifier"
25
25
  },
26
-
27
26
  {
28
27
  "tagName": "@author",
29
28
  "syntaxKind": "block"
package/dist/index.cjs CHANGED
@@ -63,6 +63,7 @@ var base_default = {
63
63
  // src/core.json
64
64
  var core_default = {
65
65
  $schema: "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
66
+ noStandardTags: false,
66
67
  tagDefinitions: [
67
68
  {
68
69
  tagName: "@alias",
@@ -70,7 +71,7 @@ var core_default = {
70
71
  allowMultiple: true
71
72
  },
72
73
  {
73
- tagName: "@label",
74
+ tagName: "@title",
74
75
  syntaxKind: "block"
75
76
  },
76
77
  {
package/dist/index.d.cts CHANGED
@@ -33,6 +33,7 @@ declare const configs: {
33
33
  };
34
34
  core: {
35
35
  $schema: string;
36
+ noStandardTags: boolean;
36
37
  tagDefinitions: ({
37
38
  tagName: string;
38
39
  syntaxKind: string;
package/dist/index.d.ts CHANGED
@@ -33,6 +33,7 @@ declare const configs: {
33
33
  };
34
34
  core: {
35
35
  $schema: string;
36
+ noStandardTags: boolean;
36
37
  tagDefinitions: ({
37
38
  tagName: string;
38
39
  syntaxKind: string;
package/dist/index.js CHANGED
@@ -36,6 +36,7 @@ var base_default = {
36
36
  // src/core.json
37
37
  var core_default = {
38
38
  $schema: "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
39
+ noStandardTags: false,
39
40
  tagDefinitions: [
40
41
  {
41
42
  tagName: "@alias",
@@ -43,7 +44,7 @@ var core_default = {
43
44
  allowMultiple: true
44
45
  },
45
46
  {
46
- tagName: "@label",
47
+ tagName: "@title",
47
48
  syntaxKind: "block"
48
49
  },
49
50
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsdoc",
3
- "version": "0.3.7",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "description": "This package contains shared TSDoc configurations used in Storm Software projects.",
6
6
  "repository": {