@stacksjs/types 0.58.24 → 0.58.27
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 +3 -3
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -430,7 +430,7 @@ var ExitCode;
|
|
|
430
430
|
ExitCode2[ExitCode2["FatalError"] = 1] = "FatalError";
|
|
431
431
|
ExitCode2[ExitCode2["InvalidArgument"] = 9] = "InvalidArgument";
|
|
432
432
|
})(ExitCode || (ExitCode = {}));
|
|
433
|
-
// /home/runner/work/stacks/stacks/storage/framework/core/
|
|
433
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/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", "/"]);
|
|
@@ -480,9 +480,9 @@ var SMALL_WORDS = new Set([
|
|
|
480
480
|
"without",
|
|
481
481
|
"yet"
|
|
482
482
|
]);
|
|
483
|
-
// /home/runner/work/stacks/stacks/storage/framework/core/
|
|
483
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/strings/src/pluralize.ts
|
|
484
484
|
var pluralize = __toESM(require_pluralize(), 1);
|
|
485
|
-
// /home/runner/work/stacks/stacks/storage/framework/core/
|
|
485
|
+
// /home/runner/work/stacks/stacks/storage/framework/core/strings/src/helpers.ts
|
|
486
486
|
function toString(v) {
|
|
487
487
|
return Object.prototype.toString.call(v);
|
|
488
488
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/types",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.58.
|
|
4
|
+
"version": "0.58.27",
|
|
5
5
|
"description": "The Stacks framework types.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/stacksjs/stacks.git",
|
|
13
|
-
"directory": "./storage/framework/core/
|
|
13
|
+
"directory": "./storage/framework/core/types"
|
|
14
14
|
},
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/stacksjs/stacks/issues"
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
"vite-plugin-pwa": "^0.17.4",
|
|
78
78
|
"vite-ssg": "^0.23.6",
|
|
79
79
|
"vitepress": "1.0.0-rc.36",
|
|
80
|
-
"vue": "^3.4.
|
|
80
|
+
"vue": "^3.4.13"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"aws-cdk-lib": "^2.
|
|
83
|
+
"aws-cdk-lib": "^2.121.1",
|
|
84
84
|
"typescript": "^5.3.3"
|
|
85
85
|
}
|
|
86
86
|
}
|