@stacksjs/types 0.45.2 → 0.46.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/dist/cli.d.ts CHANGED
@@ -210,6 +210,7 @@ export declare const enum Action {
210
210
  BuildCore = "build-core",
211
211
  BuildDocs = "build-docs",
212
212
  BuildFunctionLib = "build-function-lib",
213
+ Changelog = "changelog",
213
214
  Fresh = "fresh",
214
215
  GeneratePackageJsons = "generate-package-jsons",
215
216
  Lint = "lint",
package/dist/cli.mjs CHANGED
@@ -58,6 +58,7 @@ export var Action = /* @__PURE__ */ ((Action2) => {
58
58
  Action2["BuildCore"] = "build-core";
59
59
  Action2["BuildDocs"] = "build-docs";
60
60
  Action2["BuildFunctionLib"] = "build-function-lib";
61
+ Action2["Changelog"] = "changelog";
61
62
  Action2["Fresh"] = "fresh";
62
63
  Action2["GeneratePackageJsons"] = "generate-package-jsons";
63
64
  Action2["Lint"] = "lint";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.45.2",
4
+ "version": "0.46.0",
5
5
  "packageManager": "pnpm@7.19.0",
6
6
  "description": "The Stacks framework types.",
7
7
  "author": "Chris Breuer",