@storm-software/untyped 0.2.0 → 0.3.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.
- package/README.md +1 -1
- package/bin/untyped.js +4 -4
- package/bin/untyped.mjs +4 -4
- package/package.json +1 -1
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.js
CHANGED
|
@@ -643,26 +643,26 @@ Stacktrace: ${error.stack}`, config);
|
|
|
643
643
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
644
644
|
var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, options = {}) => {
|
|
645
645
|
const workspacePath = filePath || findWorkspaceRoot(filePath);
|
|
646
|
-
let config = (0, import_c12.loadConfig)({
|
|
646
|
+
let config = await (0, import_c12.loadConfig)({
|
|
647
647
|
cwd: workspacePath,
|
|
648
648
|
packageJson: true,
|
|
649
649
|
name: fileName,
|
|
650
650
|
envName: fileName?.toUpperCase(),
|
|
651
651
|
jitiOptions: {
|
|
652
652
|
debug: false,
|
|
653
|
-
|
|
653
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
|
|
654
654
|
},
|
|
655
655
|
...options
|
|
656
656
|
});
|
|
657
657
|
if (!config || Object.keys(config).length === 0) {
|
|
658
|
-
config = (0, import_c12.loadConfig)({
|
|
658
|
+
config = await (0, import_c12.loadConfig)({
|
|
659
659
|
cwd: workspacePath,
|
|
660
660
|
packageJson: true,
|
|
661
661
|
name: fileName,
|
|
662
662
|
envName: fileName?.toUpperCase(),
|
|
663
663
|
jitiOptions: {
|
|
664
664
|
debug: false,
|
|
665
|
-
|
|
665
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
|
|
666
666
|
},
|
|
667
667
|
configFile: fileName,
|
|
668
668
|
...options
|
package/bin/untyped.mjs
CHANGED
|
@@ -622,26 +622,26 @@ Stacktrace: ${error.stack}`, config);
|
|
|
622
622
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
623
623
|
var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, options = {}) => {
|
|
624
624
|
const workspacePath = filePath || findWorkspaceRoot(filePath);
|
|
625
|
-
let config = loadConfig({
|
|
625
|
+
let config = await loadConfig({
|
|
626
626
|
cwd: workspacePath,
|
|
627
627
|
packageJson: true,
|
|
628
628
|
name: fileName,
|
|
629
629
|
envName: fileName?.toUpperCase(),
|
|
630
630
|
jitiOptions: {
|
|
631
631
|
debug: false,
|
|
632
|
-
|
|
632
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
|
|
633
633
|
},
|
|
634
634
|
...options
|
|
635
635
|
});
|
|
636
636
|
if (!config || Object.keys(config).length === 0) {
|
|
637
|
-
config = loadConfig({
|
|
637
|
+
config = await loadConfig({
|
|
638
638
|
cwd: workspacePath,
|
|
639
639
|
packageJson: true,
|
|
640
640
|
name: fileName,
|
|
641
641
|
envName: fileName?.toUpperCase(),
|
|
642
642
|
jitiOptions: {
|
|
643
643
|
debug: false,
|
|
644
|
-
|
|
644
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
|
|
645
645
|
},
|
|
646
646
|
configFile: fileName,
|
|
647
647
|
...options
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@storm-software/untyped","version":"0.
|
|
1
|
+
{"name":"@storm-software/untyped","version":"0.3.0","description":"A package containing `untyped` utilities for building Storm Software libraries and applications","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops.git","directory":"packages/untyped"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"maintainers":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},{"name":"Pat Sullivan","email":"admin@stormsoftware.com","url":"https://patsullivan.org"}],"contributors":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"}],"funding":{"type":"github","url":"https://github.com/sponsors/storm-software"},"license":"Apache-2.0","private":false,"packageManager":"pnpm@9.15.2","engines":{"node":">=22.4.0","pnpm":">=9.15.2"},"bin":{"storm-untyped":"./bin/storm-untyped.js","storm-untyped-cjs":"./bin/storm-untyped.js","storm-untyped-esm":"./bin/storm-untyped.mjs"},"main":"./dist/index.js","module":"./dist/index.mjs","exports":{"./package.json":"./package.json","./index":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},".":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./generate":{"import":{"types":"./dist/generate.d.mts","default":"./dist/generate.mjs"},"require":{"types":"./dist/generate.d.ts","default":"./dist/generate.js"},"default":{"types":"./dist/generate.d.ts","default":"./dist/generate.js"}},"./utilities":{"import":{"types":"./dist/utilities.d.mts","default":"./dist/utilities.mjs"},"require":{"types":"./dist/utilities.d.ts","default":"./dist/utilities.js"},"default":{"types":"./dist/utilities.d.ts","default":"./dist/utilities.js"}},"./generators/dts":{"import":{"types":"./dist/generators/dts.d.mts","default":"./dist/generators/dts.mjs"},"require":{"types":"./dist/generators/dts.d.ts","default":"./dist/generators/dts.js"},"default":{"types":"./dist/generators/dts.d.ts","default":"./dist/generators/dts.js"}},"./generators/markdown":{"import":{"types":"./dist/generators/markdown.d.mts","default":"./dist/generators/markdown.mjs"},"require":{"types":"./dist/generators/markdown.d.ts","default":"./dist/generators/markdown.js"},"default":{"types":"./dist/generators/markdown.d.ts","default":"./dist/generators/markdown.js"}},"./generators/json-schema":{"import":{"types":"./dist/generators/json-schema.d.mts","default":"./dist/generators/json-schema.mjs"},"require":{"types":"./dist/generators/json-schema.d.ts","default":"./dist/generators/json-schema.js"},"default":{"types":"./dist/generators/json-schema.d.ts","default":"./dist/generators/json-schema.js"}},"./generators/index":{"import":{"types":"./dist/generators/index.d.mts","default":"./dist/generators/index.mjs"},"require":{"types":"./dist/generators/index.d.ts","default":"./dist/generators/index.js"},"default":{"types":"./dist/generators/index.d.ts","default":"./dist/generators/index.js"}},"./generators":{"import":{"types":"./dist/generators/index.d.mts","default":"./dist/generators/index.mjs"},"require":{"types":"./dist/generators/index.d.ts","default":"./dist/generators/index.js"},"default":{"types":"./dist/generators/index.d.ts","default":"./dist/generators/index.js"}}},"types":"./dist/index.d.ts","files":["bin/**/*","dist/**/*"],"keywords":["acidic","cyclone-ui","untyped","monorepo","storm","storm-ops","storm-stack","sullivanpj"],"peerDependencies":{"@nx/devkit":"^20.3.1","@storm-software/build-tools":"workspace:*","@storm-software/config-tools":"workspace:*","untyped":"^1.5.2"},"peerDependenciesMeta":{"@nx/devkit":{"optional":false},"@storm-software/build-tools":{"optional":false},"@storm-software/config-tools":{"optional":false},"untyped":{"optional":false}},"dependencies":{"commander":"^12.1.0","glob":"^10.4.2","knitwork":"^1.2.0","nx":"^20.3.1"},"devDependencies":{"@nx/devkit":"^20.3.1","@storm-software/build-tools":"0.127.0","@storm-software/config":"1.96.0","@storm-software/config-tools":"1.136.0","@types/node":"^22.10.2","tsup":"8.3.5","untyped":"^1.5.2"},"publishConfig":{"access":"public"},"sideEffects":false}
|