@adbayb/stack 2.32.0 → 2.32.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -197,7 +197,7 @@ const ESLINT_EXTENSIONS = [
197
197
  "mdx"
198
198
  ];
199
199
 
200
- var version = "2.32.0";
200
+ var version = "2.32.1";
201
201
 
202
202
  const createWatchCommand = (program)=>{
203
203
  program.command({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.32.0",
3
+ "version": "2.32.1",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",
@@ -65,14 +65,14 @@
65
65
  "globals": "^16.5.0",
66
66
  "prettier": "^3.6.2",
67
67
  "prettier-plugin-packagejson": "^2.5.19",
68
- "termost": "^1.8.0",
68
+ "termost": "^1.9.0",
69
69
  "turbo": "^2.6.1",
70
70
  "typescript": "^5.9.3",
71
71
  "typescript-eslint": "^8.47.0"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@types/node": "24.10.1",
75
- "quickbundle": "2.15.0"
75
+ "quickbundle": "2.16.0"
76
76
  },
77
77
  "publishConfig": {
78
78
  "access": "public",