@storm-software/untyped 0.11.50 → 0.11.52
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 +1 -1
- package/bin/untyped.cjs +2 -2
- package/bin/untyped.js +15646 -15792
- package/dist/{chunk-KBHK5M3D.js → chunk-5QAGNX5R.js} +2 -2
- package/dist/{chunk-PRHQACAG.js → chunk-5Z5XK5EX.js} +5 -5
- package/dist/{chunk-FIKVQGO5.js → chunk-65TAZQTA.js} +3 -10
- package/dist/chunk-7QG6UNSJ.cjs +6 -0
- package/dist/{chunk-XBFCUEO6.cjs → chunk-AMUAZ76F.cjs} +8 -8
- package/dist/{chunk-TRFHWNJ7.js → chunk-E7BZWHIV.js} +1 -1
- package/dist/{chunk-RARSEWDT.cjs → chunk-EH2MN4IG.cjs} +16 -16
- package/dist/{chunk-4JP5ELXT.cjs → chunk-LGQS7BDN.cjs} +9 -9
- package/dist/{chunk-VZKL3HRK.js → chunk-NLUNWKYT.js} +2 -2
- package/dist/{chunk-5JSH3CQ6.cjs → chunk-PTGJQAO3.cjs} +7 -7
- package/dist/{chunk-ZGIJ3DV3.js → chunk-RG4KFMBE.js} +2 -2
- package/dist/{chunk-CR5UG4DN.js → chunk-SFD7NZ5M.js} +146 -536
- package/dist/{chunk-UMSEZKY5.cjs → chunk-VA6MNEYW.cjs} +203 -203
- package/dist/{chunk-5JO5W5T2.cjs → chunk-VFA4ZKSP.cjs} +2 -2
- package/dist/generate.cjs +7 -7
- package/dist/generate.js +6 -6
- package/dist/index.cjs +9 -9
- package/dist/index.js +7 -7
- package/dist/utilities.cjs +2 -2
- package/dist/utilities.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-SDFMHNYV.cjs +0 -6
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/bin/untyped.cjs
CHANGED
|
@@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
mod
|
|
34
34
|
));
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__6de9fcd47df2c892d30c447d02dc88da/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var getImportMetaUrl, importMetaUrl;
|
|
38
38
|
var init_cjs_shims = __esm({
|
|
39
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
39
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=214cbeb07445a723854c8fc34007a4790e4ea2ad2a5d1919d7b09d653a83dae4__6de9fcd47df2c892d30c447d02dc88da/node_modules/tsup/assets/cjs_shims.js"() {
|
|
40
40
|
getImportMetaUrl = /* @__PURE__ */ __name(() => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href, "getImportMetaUrl");
|
|
41
41
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
42
42
|
}
|