create-gramstax 0.8.5 → 0.8.6

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.
@@ -38,8 +38,9 @@ TELEGRAM_BOT_TOKEN="<...your_bot_token_here...>"
38
38
  - `src/blocks/` - Block data builder classes
39
39
  - `src/core/` - Core bot configuration and hooks
40
40
  - `src/guards/` - Route guards and middleware
41
+ - `src/helpers/` - Helper function
41
42
  - `src/pages/` - Bot pages/screens
42
- - `src/utils/` - Utility functions
43
+ - `src/utils/` - Utility functions for raw like array
43
44
  - `logs/` - Application logs (created automatically)
44
45
 
45
46
  ## Configuration
@@ -35,7 +35,7 @@
35
35
  "lint:fix": "eslint . --fix"
36
36
  },
37
37
  "dependencies": {
38
- "gramstax": "^0.8.4",
38
+ "gramstax": "^0.8.5",
39
39
  "dayjs": "^1.11.13"
40
40
  },
41
41
  "peerDependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-gramstax",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",