@stacksjs/enums 0.61.24 → 0.62.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // src/index.ts
2
2
  var NpmScript;
3
- (function(NpmScript2) {
3
+ ((NpmScript2) => {
4
4
  NpmScript2["Build"] = "build";
5
5
  NpmScript2["BuildComponents"] = "vite build --config ./src/vite-config/src/components.ts";
6
6
  NpmScript2["BuildWebComponents"] = "build:web-components";
@@ -42,9 +42,9 @@ var NpmScript;
42
42
  NpmScript2["Prepublish"] = "prepublish";
43
43
  NpmScript2["UpgradeBun"] = "./storage/framework/scripts/setup.sh +bun.sh";
44
44
  NpmScript2["UpgradeDependencies"] = "pkgx --update && bun install";
45
- })(NpmScript || (NpmScript = {}));
45
+ })(NpmScript ||= {});
46
46
  var Action;
47
- (function(Action2) {
47
+ ((Action2) => {
48
48
  Action2["Bump"] = "bump";
49
49
  Action2["BuildStacks"] = "build/stacks";
50
50
  Action2["BuildComponentLibs"] = "build/component-libs";
@@ -97,7 +97,7 @@ var Action;
97
97
  Action2["UpgradeBun"] = "upgrade/bun";
98
98
  Action2["UpgradeDeps"] = "upgrade/dependencies";
99
99
  Action2["UpgradeShell"] = "upgrade/shell";
100
- })(Action || (Action = {}));
100
+ })(Action ||= {});
101
101
  export {
102
102
  NpmScript,
103
103
  Action
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/enums",
3
3
  "type": "module",
4
- "version": "0.61.24",
4
+ "version": "0.62.0",
5
5
  "description": "Stacks enums.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",