@stacksjs/types 0.58.19 → 0.58.21
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.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16,7 +16,7 @@ var __toESM = (mod, isNodeMode, target) => {
|
|
|
16
16
|
};
|
|
17
17
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
18
18
|
|
|
19
|
-
// /
|
|
19
|
+
// /home/runner/work/stacks/stacks/node_modules/slugify/slugify.js
|
|
20
20
|
var require_slugify = __commonJS((exports, module) => {
|
|
21
21
|
(function(name, root, factory) {
|
|
22
22
|
if (typeof exports === "object") {
|
|
@@ -67,7 +67,7 @@ var require_slugify = __commonJS((exports, module) => {
|
|
|
67
67
|
});
|
|
68
68
|
});
|
|
69
69
|
|
|
70
|
-
// /
|
|
70
|
+
// /home/runner/work/stacks/stacks/node_modules/pluralize/pluralize.js
|
|
71
71
|
var require_pluralize = __commonJS((exports, module) => {
|
|
72
72
|
(function(root, pluralize) {
|
|
73
73
|
if (typeof require === "function" && typeof exports === "object" && typeof module === "object") {
|
|
@@ -430,9 +430,9 @@ var ExitCode;
|
|
|
430
430
|
ExitCode2[ExitCode2["FatalError"] = 1] = "FatalError";
|
|
431
431
|
ExitCode2[ExitCode2["InvalidArgument"] = 9] = "InvalidArgument";
|
|
432
432
|
})(ExitCode || (ExitCode = {}));
|
|
433
|
-
// /
|
|
433
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/src/strings/src/utils.ts
|
|
434
434
|
var import_slugify = __toESM(require_slugify(), 1);
|
|
435
|
-
// /
|
|
435
|
+
// /home/runner/work/stacks/stacks/node_modules/title-case/dist/index.js
|
|
436
436
|
var WORD_SEPARATORS = new Set(["\u2014", "\u2013", "-", "\u2015", "/"]);
|
|
437
437
|
var SENTENCE_TERMINATORS = new Set([".", "!", "?"]);
|
|
438
438
|
var TITLE_TERMINATORS = new Set([
|
|
@@ -480,9 +480,9 @@ var SMALL_WORDS = new Set([
|
|
|
480
480
|
"without",
|
|
481
481
|
"yet"
|
|
482
482
|
]);
|
|
483
|
-
// /
|
|
483
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/src/strings/src/pluralize.ts
|
|
484
484
|
var pluralize = __toESM(require_pluralize(), 1);
|
|
485
|
-
// /
|
|
485
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/src/strings/src/helpers.ts
|
|
486
486
|
function toString(v) {
|
|
487
487
|
return Object.prototype.toString.call(v);
|
|
488
488
|
}
|