@power-plant/schema 0.0.30 → 0.0.31
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -571,7 +571,7 @@ async function extractTSType(input, options = {}) {
|
|
|
571
571
|
jsDoc: "extended",
|
|
572
572
|
markdownDescription: true,
|
|
573
573
|
fullDescription: true,
|
|
574
|
-
skipTypeCheck:
|
|
574
|
+
skipTypeCheck: false,
|
|
575
575
|
tsProgram: createProgramFromFileSystem(filePath, {
|
|
576
576
|
...options,
|
|
577
577
|
tsconfig
|
package/dist/index.mjs
CHANGED
|
@@ -568,7 +568,7 @@ async function extractTSType(input, options = {}) {
|
|
|
568
568
|
jsDoc: "extended",
|
|
569
569
|
markdownDescription: true,
|
|
570
570
|
fullDescription: true,
|
|
571
|
-
skipTypeCheck:
|
|
571
|
+
skipTypeCheck: false,
|
|
572
572
|
tsProgram: createProgramFromFileSystem(filePath, {
|
|
573
573
|
...options,
|
|
574
574
|
tsconfig
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@power-plant/schema",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.31",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Power Plant utility package to help managing schemas.",
|
|
6
6
|
"keywords": [
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"zod": { "optional": true }
|
|
158
158
|
},
|
|
159
159
|
"publishConfig": { "access": "public" },
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "eae5f87c86522d68475715d2eadb96ab50fff7b3"
|
|
161
161
|
}
|