@stacksjs/types 0.58.28 → 0.58.44
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 -1
- package/package.json +14 -14
package/dist/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import {createRequire} from "node:module";
|
|
1
2
|
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getProtoOf = Object.getPrototypeOf;
|
|
@@ -15,6 +16,7 @@ var __toESM = (mod, isNodeMode, target) => {
|
|
|
15
16
|
return to;
|
|
16
17
|
};
|
|
17
18
|
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
19
|
+
var __require = createRequire(import.meta.url);
|
|
18
20
|
|
|
19
21
|
// /home/runner/work/stacks/stacks/node_modules/slugify/slugify.js
|
|
20
22
|
var require_slugify = __commonJS((exports, module) => {
|
|
@@ -70,7 +72,7 @@ var require_slugify = __commonJS((exports, module) => {
|
|
|
70
72
|
// /home/runner/work/stacks/stacks/node_modules/pluralize/pluralize.js
|
|
71
73
|
var require_pluralize = __commonJS((exports, module) => {
|
|
72
74
|
(function(root, pluralize) {
|
|
73
|
-
if (typeof
|
|
75
|
+
if (typeof __require === "function" && typeof exports === "object" && typeof module === "object") {
|
|
74
76
|
module.exports = pluralize();
|
|
75
77
|
} else if (typeof define === "function" && define.amd) {
|
|
76
78
|
define(function() {
|
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.44",
|
|
5
5
|
"description": "The Stacks framework types.",
|
|
6
6
|
"author": "Chris Breuer",
|
|
7
7
|
"license": "MIT",
|
|
@@ -55,32 +55,32 @@
|
|
|
55
55
|
"@stacksjs/validation": "workspace:*",
|
|
56
56
|
"@types/aws4": "^1.11.6",
|
|
57
57
|
"@types/bcryptjs": "^2.4.6",
|
|
58
|
-
"@types/
|
|
58
|
+
"@types/bun": "^1.0.4",
|
|
59
|
+
"@types/crypto-js": "^4.2.2",
|
|
59
60
|
"@types/eslint": "^8.56.2",
|
|
60
61
|
"@types/fs-extra": "^11.0.4",
|
|
61
62
|
"@types/markdown-it-link-attributes": "^3.0.4",
|
|
62
63
|
"@types/minimatch": "^5.1.2",
|
|
63
|
-
"@types/node": "^20.11.
|
|
64
|
+
"@types/node": "^20.11.10",
|
|
64
65
|
"@types/nprogress": "^0.2.3",
|
|
65
|
-
"@vinejs/vine": "^1.7.
|
|
66
|
-
"bun-types": "canary",
|
|
66
|
+
"@vinejs/vine": "^1.7.1",
|
|
67
67
|
"cac": "^6.7.14",
|
|
68
68
|
"markdown-it": "^14.0.0",
|
|
69
|
-
"meilisearch": "^0.
|
|
69
|
+
"meilisearch": "^0.37.0",
|
|
70
70
|
"neverthrow": "^6.1.0",
|
|
71
71
|
"ora": "^8.0.1",
|
|
72
|
-
"unocss": "^0.58.
|
|
73
|
-
"unplugin-auto-import": "^0.17.
|
|
72
|
+
"unocss": "^0.58.4",
|
|
73
|
+
"unplugin-auto-import": "^0.17.5",
|
|
74
74
|
"unplugin-vue-components": "^0.26.0",
|
|
75
|
-
"vite": "^5.0.
|
|
76
|
-
"vite-plugin-inspect": "^0.8.
|
|
77
|
-
"vite-plugin-pwa": "^0.17.
|
|
75
|
+
"vite": "^5.0.12",
|
|
76
|
+
"vite-plugin-inspect": "^0.8.3",
|
|
77
|
+
"vite-plugin-pwa": "^0.17.5",
|
|
78
78
|
"vite-ssg": "^0.23.6",
|
|
79
|
-
"vitepress": "1.0.0-rc.
|
|
80
|
-
"vue": "^3.4.
|
|
79
|
+
"vitepress": "1.0.0-rc.40",
|
|
80
|
+
"vue": "^3.4.15"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"aws-cdk-lib": "^2.
|
|
83
|
+
"aws-cdk-lib": "^2.124.0",
|
|
84
84
|
"typescript": "^5.3.3"
|
|
85
85
|
}
|
|
86
86
|
}
|