@stacksjs/types 0.52.9 → 0.53.1
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/cli.d.ts +2 -4
- package/dist/cli.mjs +2 -4
- package/dist/fs.d.ts +5 -0
- package/dist/model.d.ts +0 -1
- package/package.json +9 -9
package/dist/cli.d.ts
CHANGED
|
@@ -235,7 +235,7 @@ export declare const enum NpmScript {
|
|
|
235
235
|
Prepublish = "prepublish",
|
|
236
236
|
Wip = "wip",
|
|
237
237
|
UpgradeNode = "./.stacks/scripts/setup.sh +nodejs.org",
|
|
238
|
-
|
|
238
|
+
UpgradeDependencies = "pnpm up"
|
|
239
239
|
}
|
|
240
240
|
export declare const enum Action {
|
|
241
241
|
Bump = "bump",
|
|
@@ -253,9 +253,7 @@ export declare const enum Action {
|
|
|
253
253
|
DevDocs = "dev/docs",
|
|
254
254
|
Deploy = "deploy",
|
|
255
255
|
Fresh = "fresh",
|
|
256
|
-
|
|
257
|
-
GenerateSettings = "generate-settings",
|
|
258
|
-
GenerateOnboarding = "generate-onboarding",
|
|
256
|
+
GenerateLibraryEntries = "generate/lib-entries",
|
|
259
257
|
Inspire = "inspire",
|
|
260
258
|
KeyGenerate = "key-generate",
|
|
261
259
|
MakeNotification = "make-notification",
|
package/dist/cli.mjs
CHANGED
|
@@ -42,7 +42,7 @@ export var NpmScript = /* @__PURE__ */ ((NpmScript2) => {
|
|
|
42
42
|
NpmScript2["Prepublish"] = "prepublish";
|
|
43
43
|
NpmScript2["Wip"] = "wip";
|
|
44
44
|
NpmScript2["UpgradeNode"] = "./.stacks/scripts/setup.sh +nodejs.org";
|
|
45
|
-
NpmScript2["
|
|
45
|
+
NpmScript2["UpgradeDependencies"] = "pnpm up";
|
|
46
46
|
return NpmScript2;
|
|
47
47
|
})(NpmScript || {});
|
|
48
48
|
export var Action = /* @__PURE__ */ ((Action2) => {
|
|
@@ -61,9 +61,7 @@ export var Action = /* @__PURE__ */ ((Action2) => {
|
|
|
61
61
|
Action2["DevDocs"] = "dev/docs";
|
|
62
62
|
Action2["Deploy"] = "deploy";
|
|
63
63
|
Action2["Fresh"] = "fresh";
|
|
64
|
-
Action2["
|
|
65
|
-
Action2["GenerateSettings"] = "generate-settings";
|
|
66
|
-
Action2["GenerateOnboarding"] = "generate-onboarding";
|
|
64
|
+
Action2["GenerateLibraryEntries"] = "generate/lib-entries";
|
|
67
65
|
Action2["Inspire"] = "inspire";
|
|
68
66
|
Action2["KeyGenerate"] = "key-generate";
|
|
69
67
|
Action2["MakeNotification"] = "make-notification";
|
package/dist/fs.d.ts
CHANGED
package/dist/model.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stacksjs/types",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.53.1",
|
|
5
5
|
"packageManager": "pnpm@8.5.1",
|
|
6
6
|
"description": "The Stacks framework types.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
@@ -46,31 +46,31 @@
|
|
|
46
46
|
"@rollup/pluginutils": "^5.0.2",
|
|
47
47
|
"@types/bcryptjs": "^2.4.2",
|
|
48
48
|
"@types/crypto-js": "^4.1.1",
|
|
49
|
-
"@types/eslint": "^8.
|
|
49
|
+
"@types/eslint": "^8.40.0",
|
|
50
50
|
"@types/fs-extra": "^11.0.1",
|
|
51
51
|
"@types/markdown-it-link-attributes": "^3.0.1",
|
|
52
52
|
"@types/minimatch": "^5.1.2",
|
|
53
|
-
"@types/node": "^18.16.
|
|
53
|
+
"@types/node": "^18.16.14",
|
|
54
54
|
"@types/nprogress": "^0.2.0",
|
|
55
55
|
"@types/pluralize": "^0.0.29",
|
|
56
56
|
"cac": "^6.7.14",
|
|
57
57
|
"execa": "^7.1.1",
|
|
58
58
|
"markdown-it": "^13.0.1",
|
|
59
|
-
"meilisearch": "^0.32.
|
|
59
|
+
"meilisearch": "^0.32.4",
|
|
60
60
|
"neverthrow": "^6.0.0",
|
|
61
61
|
"ora": "^6.3.1",
|
|
62
|
-
"unocss": "^0.
|
|
63
|
-
"unplugin-auto-import": "^0.16.
|
|
62
|
+
"unocss": "^0.52.3",
|
|
63
|
+
"unplugin-auto-import": "^0.16.2",
|
|
64
64
|
"unplugin-vue-components": "^0.24.1",
|
|
65
65
|
"vite": "^4.3.8",
|
|
66
|
-
"vite-plugin-inspect": "^0.7.
|
|
66
|
+
"vite-plugin-inspect": "^0.7.28",
|
|
67
67
|
"vite-plugin-pwa": "^0.15.0",
|
|
68
68
|
"vite-plugin-vue-layouts": "^0.8.0",
|
|
69
69
|
"vite-ssg": "^0.22.2",
|
|
70
|
-
"vitepress": "1.0.0-
|
|
70
|
+
"vitepress": "1.0.0-beta.1",
|
|
71
71
|
"vue": "^3.3.4",
|
|
72
72
|
"zod": "^3.21.4",
|
|
73
|
-
"@stacksjs/development": "0.
|
|
73
|
+
"@stacksjs/development": "0.53.1"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"build": "unbuild",
|