@futdevpro/nts-dynamo 1.11.9 → 1.11.10

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.
@@ -34,9 +34,9 @@ jobs:
34
34
  webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
35
35
  webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
36
36
  args: ":cd: Dynamo-NTS event: ${{ github.event_name }}\n\
37
+ - :tanabata_tree: Branch: ${{ github.ref_name }}\n\
37
38
  - :bust_in_silhouette: Author: ${{ github.actor }}\n\
38
39
  - :memo: Commit Message: ${{ github.event.head_commit.message }}\n\
39
- - :tanabata_tree: Branch: ${{ github.ref_name }}\n\
40
40
  - :checkered_flag: [Test and other processes are starting now... :link:](
41
41
  https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})\n\
42
42
  :cd: (${{ github.run_number }})"
@@ -407,6 +407,7 @@ jobs:
407
407
  webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
408
408
  webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
409
409
  args: ":cd: Dynamo-NTS workflow results:\n\
410
+ - :tanabata_tree: Branch: ${{ github.ref_name }}\n\
410
411
  - ${{ needs.check_secrets.result == 'failure' && ':cross_mark:' || needs.check_secrets.result == 'success' && ':white_check_mark:' || needs.check_secrets.result == 'skipped' && ':zzz:' || ':question:' }}
411
412
  :key: Check Secrets: ${{ needs.check_secrets.result }}\n\
412
413
  - ${{ needs.check_dev_leftovers.result == 'failure' && ':cross_mark:' || needs.check_dev_leftovers.result == 'success' && ':white_check_mark:' || needs.check_dev_leftovers.result == 'skipped' && ':zzz:' || ':question:' }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@futdevpro/nts-dynamo",
3
- "version": "01.11.9",
3
+ "version": "01.11.10",
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",
@@ -164,12 +164,12 @@
164
164
  },
165
165
  "homepage": "https:/futdevpro.hu/projects/dynamo",
166
166
  "DISABLED": {
167
- "@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.11.11.tgz",
167
+ "@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.11.12.tgz",
168
168
 
169
169
  "empty": ""
170
170
  },
171
171
  "peerDependencies": {
172
- "@futdevpro/fsm-dynamo": "1.11.11",
172
+ "@futdevpro/fsm-dynamo": "1.11.12",
173
173
 
174
174
  "@types/express": "4.17.21",
175
175
  "@types/geoip-lite": "~1.4.1",