@storm-software/untyped 0.8.1 → 0.8.3

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.
Files changed (55) hide show
  1. package/README.md +1 -1
  2. package/{dist/chunk-GWEQOXW6.mjs → bin/chunk-65NJ2BNV.js} +16 -13
  3. package/bin/chunk-7LNAPF6J.js +7601 -0
  4. package/bin/chunk-BIBA7MGH.js +84 -0
  5. package/bin/chunk-MVPKPUE3.js +1120 -0
  6. package/bin/chunk-PRGAKNNV.js +765 -0
  7. package/bin/chunk-Q3AKY4XY.js +4054 -0
  8. package/bin/chunk-Q42ZDLPG.js +510 -0
  9. package/bin/chunk-RNYNEYJ5.js +451 -0
  10. package/bin/dist-SOH4ASEU.js +17570 -0
  11. package/bin/esm-SQV6ELTR.js +1716 -0
  12. package/bin/execa-4HBUJBFQ.js +2424 -0
  13. package/bin/json5-WTSMELC2.js +10 -0
  14. package/bin/jsonc-B7SFZJW2.js +15 -0
  15. package/bin/multipart-parser-TFNERLJV.js +187 -0
  16. package/bin/toml-MTE5VHET.js +10 -0
  17. package/bin/untyped.cjs +83925 -0
  18. package/bin/untyped.js +42339 -373
  19. package/bin/yaml-D6PQ2AEL.js +10 -0
  20. package/dist/{chunk-XSW3ZXMK.mjs → chunk-B5PWE2FK.js} +8 -3
  21. package/dist/{chunk-6HKRKQSU.js → chunk-BFSI6OL7.cjs} +12 -7
  22. package/dist/{chunk-LWMIR3BQ.js → chunk-CLGOYXO6.cjs} +13 -8
  23. package/dist/chunk-EIXSLKJ6.js +85 -0
  24. package/dist/{chunk-EBIRRCGB.mjs → chunk-ELSZYSKI.js} +8 -3
  25. package/dist/{chunk-6OB6EGVE.js → chunk-HUCZDWTY.cjs} +206 -175
  26. package/dist/chunk-KQOG5R22.cjs +6 -0
  27. package/dist/chunk-MW6UM5LZ.js +6 -0
  28. package/dist/chunk-S36U2TKG.js +7218 -0
  29. package/dist/{chunk-MNW76QG7.mjs → chunk-SF7VZOKX.js} +39 -8
  30. package/dist/{chunk-HSIBHFJE.mjs → chunk-TJ5YM7SW.js} +8 -3
  31. package/dist/{chunk-TJLW3KPU.js → chunk-UCWWPTWV.cjs} +11 -6
  32. package/dist/chunk-VCSZBLKU.cjs +85 -0
  33. package/dist/chunk-YU5YP27Q.cjs +7221 -0
  34. package/dist/generate.cjs +11 -0
  35. package/dist/{generate.d.mts → generate.d.cts} +1 -1
  36. package/dist/generate.d.ts +1 -1
  37. package/dist/generate.js +11 -10
  38. package/dist/index.cjs +32 -0
  39. package/dist/{index.d.mts → index.d.cts} +6 -6
  40. package/dist/index.d.ts +1 -1
  41. package/dist/index.js +32 -27
  42. package/dist/{types-DkqO6Ujr.d.mts → types-BQ21E8Xn.d.cts} +361 -361
  43. package/dist/{types-DkqO6Ujr.d.ts → types-BQ21E8Xn.d.ts} +361 -361
  44. package/dist/utilities.cjs +6 -0
  45. package/dist/utilities.js +6 -6
  46. package/package.json +44 -53
  47. package/bin/untyped.mjs +0 -7050
  48. package/dist/chunk-NYKCIVTC.js +0 -46
  49. package/dist/chunk-U4YLQDJK.js +0 -1
  50. package/dist/chunk-ZHPKHX4S.mjs +0 -0
  51. package/dist/generate.mjs +0 -10
  52. package/dist/index.mjs +0 -27
  53. package/dist/utilities.mjs +0 -6
  54. /package/bin/{untyped.d.mts → untyped.d.cts} +0 -0
  55. /package/dist/{utilities.d.mts → utilities.d.cts} +0 -0
@@ -1,46 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
8
- var __commonJS = (cb, mod) => function __require() {
9
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
- // If the importer is in node compatibility mode or this is not an ESM
21
- // file that has been converted to a CommonJS file using a Babel-
22
- // compatible transform (i.e. "__esModule" has not been set), then set
23
- // "default" to the CommonJS "module.exports" for node compatibility.
24
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
- mod
26
- ));
27
-
28
- // src/utilities.ts
29
- var _correctpaths = require('@storm-software/config-tools/utilities/correct-paths');
30
- var getOutputFile = /* @__PURE__ */ __name((file, extension) => {
31
- let fileName = file.name.slice(0, file.name.lastIndexOf(".")).replace(".untyped", "").replace("untyped", "").replace(".schema", "").replace("schema", "");
32
- if (!fileName) {
33
- fileName = "schema";
34
- }
35
- if (fileName !== "schema") {
36
- fileName = `${fileName}.schema`;
37
- }
38
- return _correctpaths.joinPaths.call(void 0, file.parentPath, `${fileName}.${extension}`);
39
- }, "getOutputFile");
40
-
41
-
42
-
43
-
44
-
45
-
46
- exports.__name = __name; exports.__commonJS = __commonJS; exports.__toESM = __toESM; exports.getOutputFile = getOutputFile;
@@ -1 +0,0 @@
1
- "use strict";
File without changes
package/dist/generate.mjs DELETED
@@ -1,10 +0,0 @@
1
- import {
2
- getGenerateAction
3
- } from "./chunk-MNW76QG7.mjs";
4
- import "./chunk-EBIRRCGB.mjs";
5
- import "./chunk-HSIBHFJE.mjs";
6
- import "./chunk-XSW3ZXMK.mjs";
7
- import "./chunk-GWEQOXW6.mjs";
8
- export {
9
- getGenerateAction
10
- };
package/dist/index.mjs DELETED
@@ -1,27 +0,0 @@
1
- import {
2
- getGenerateAction
3
- } from "./chunk-MNW76QG7.mjs";
4
- import "./chunk-ZHPKHX4S.mjs";
5
- import {
6
- generateDeclaration,
7
- generateDeclarationFile
8
- } from "./chunk-EBIRRCGB.mjs";
9
- import {
10
- generateJsonSchemaFile
11
- } from "./chunk-HSIBHFJE.mjs";
12
- import {
13
- generateMarkdown,
14
- generateMarkdownFile
15
- } from "./chunk-XSW3ZXMK.mjs";
16
- import {
17
- getOutputFile
18
- } from "./chunk-GWEQOXW6.mjs";
19
- export {
20
- generateDeclaration,
21
- generateDeclarationFile,
22
- generateJsonSchemaFile,
23
- generateMarkdown,
24
- generateMarkdownFile,
25
- getGenerateAction,
26
- getOutputFile
27
- };
@@ -1,6 +0,0 @@
1
- import {
2
- getOutputFile
3
- } from "./chunk-GWEQOXW6.mjs";
4
- export {
5
- getOutputFile
6
- };
File without changes
File without changes