@adbayb/stack 0.0.0-next-a8b5c70 → 0.0.0-next-2a0b6a2

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.mjs CHANGED
@@ -327,7 +327,7 @@ const PRESERVE_FILES = [
327
327
  ".turbo"
328
328
  ];
329
329
 
330
- var version = "0.0.0-next-a8b5c70";
330
+ var version = "0.0.0-next-2a0b6a2";
331
331
 
332
332
  const VERSION = version;
333
333
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "0.0.0-next-a8b5c70",
3
+ "version": "0.0.0-next-2a0b6a2",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,6 +1,6 @@
1
1
  # Tools
2
2
 
3
3
  > [!note]
4
- > Optional folder that can be removed if no internal scripts or packages for development purposes
4
+ > Optional folder that can be removed if no internal scripts or packages for development purposes.
5
5
 
6
6
  A collection of internal packages and scripts that act locally on the repository codebase.
@@ -1,6 +1,6 @@
1
1
  # Tools
2
2
 
3
3
  > [!note]
4
- > Optional folder that can be removed if no internal scripts or packages for development purposes
4
+ > Optional folder that can be removed if no internal scripts or packages for development purposes.
5
5
 
6
6
  A collection of internal packages and scripts that act locally on the repository codebase.