@futdevpro/nts-dynamo 1.15.48 โ†’ 1.15.51

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.
@@ -39,7 +39,10 @@
39
39
  "fatal": true,
40
40
  "discord": {
41
41
  "emoji": "๐Ÿ”",
42
- "name": "Pre-flight Check"
42
+ "name": "Pre-flight Check",
43
+ "group": "preflight",
44
+ "groupName": "Pre-flight Check",
45
+ "groupEmoji": "๐Ÿ”"
43
46
  },
44
47
  "settings": {
45
48
  "requiredEnvVars": [
@@ -61,7 +64,8 @@
61
64
  "fatal": false,
62
65
  "discord": {
63
66
  "emoji": "๐Ÿ”",
64
- "name": "Dev Leftovers Check"
67
+ "name": "Dev Leftovers Check",
68
+ "group": "preflight"
65
69
  },
66
70
  "settings": {
67
71
  "checks": [
@@ -87,7 +91,10 @@
87
91
  "fatal": true,
88
92
  "discord": {
89
93
  "emoji": "๐Ÿ—๏ธ",
90
- "name": "Build"
94
+ "name": "Build",
95
+ "group": "build-test",
96
+ "groupName": "Build and Test",
97
+ "groupEmoji": "๐Ÿ—๏ธ"
91
98
  }
92
99
  },
93
100
  {
@@ -96,7 +103,8 @@
96
103
  "fatal": true,
97
104
  "discord": {
98
105
  "emoji": "๐Ÿงช",
99
- "name": "Tests"
106
+ "name": "Tests",
107
+ "group": "build-test"
100
108
  }
101
109
  },
102
110
  {
package/.husky/pre-commit CHANGED
@@ -1,2 +1,3 @@
1
+ #!/usr/bin/env sh
1
2
  dc sync-fdp-deps --patch-only --stage
2
3
  dc bump-version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@futdevpro/nts-dynamo",
3
- "version": "01.15.48",
3
+ "version": "01.15.51",
4
4
  "description": "Dynamic NodeTS (NodeJS-Typescript), MongoDB Backend System Framework by Future Development Program Ltd.",
5
5
  "DyBu_settings": {
6
6
  "packageType": "server-package",
@@ -332,7 +332,7 @@
332
332
  "ts-node": "~10.9.2"
333
333
  },
334
334
  "devDependencies": {
335
- "@futdevpro/dynamo-eslint": "1.15.12",
335
+ "@futdevpro/dynamo-eslint": "1.15.15",
336
336
  "@discordjs/opus": "^0.10.0",
337
337
  "@discordjs/voice": "^0.18.0",
338
338
  "@types/jasmine": "~4.3.5",
@@ -1,8 +1,4 @@
1
1
  allowBuilds:
2
2
  '@discordjs/opus': false
3
3
  minimumReleaseAgeExclude:
4
- - '@futdevpro/fsm-dynamo@1.15.17'
5
- - '@futdevpro/fsm-dynamo@1.15.18'
6
- - '@futdevpro/fsm-dynamo@1.15.19'
7
- - '@futdevpro/fsm-dynamo@1.15.20'
8
- - '@futdevpro/fsm-dynamo@1.15.21'
4
+ - '@futdevpro/*'