@futdevpro/nts-dynamo 1.12.11 โ 1.12.13
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.
|
@@ -18,7 +18,7 @@ env:
|
|
|
18
18
|
|
|
19
19
|
jobs:
|
|
20
20
|
notification0:
|
|
21
|
-
name: Discord start Notification
|
|
21
|
+
name: ๐น Discord start Notification
|
|
22
22
|
#runs-on: ubuntu-latest
|
|
23
23
|
runs-on: plo-koon
|
|
24
24
|
timeout-minutes: 20
|
|
@@ -40,7 +40,7 @@ jobs:
|
|
|
40
40
|
DISCORD_WEBHOOK_TOKEN: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
|
|
41
41
|
|
|
42
42
|
notification0_fail_report:
|
|
43
|
-
name: Discord Start Notification Fail Report
|
|
43
|
+
name: ๐ฃ Discord Start Notification Fail Report
|
|
44
44
|
runs-on: ubuntu-latest
|
|
45
45
|
#runs-on: plo-koon
|
|
46
46
|
timeout-minutes: 20
|
|
@@ -56,7 +56,7 @@ jobs:
|
|
|
56
56
|
โโโ๐ฝ Failed to send Discord start notification for ${{ github.repository }}! [๐](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
|
|
57
57
|
|
|
58
58
|
check_secrets:
|
|
59
|
-
name: Check Required Secrets and Variables
|
|
59
|
+
name: ๐ Check Required Secrets and Variables
|
|
60
60
|
#runs-on: ubuntu-latest
|
|
61
61
|
runs-on: plo-koon
|
|
62
62
|
timeout-minutes: 20
|
|
@@ -96,7 +96,7 @@ jobs:
|
|
|
96
96
|
]
|
|
97
97
|
|
|
98
98
|
check_dev_leftovers:
|
|
99
|
-
name: Check Dev leftovers
|
|
99
|
+
name: ๐ Check Dev leftovers
|
|
100
100
|
needs: [check_secrets]
|
|
101
101
|
#runs-on: ubuntu-latest
|
|
102
102
|
runs-on: plo-koon
|
|
@@ -125,7 +125,7 @@ jobs:
|
|
|
125
125
|
]
|
|
126
126
|
|
|
127
127
|
test:
|
|
128
|
-
name: Test Build
|
|
128
|
+
name: ๐งช Test Build
|
|
129
129
|
needs: [ check_dev_leftovers ]
|
|
130
130
|
runs-on: ubuntu-latest
|
|
131
131
|
timeout-minutes: 20
|
|
@@ -168,7 +168,7 @@ jobs:
|
|
|
168
168
|
|
|
169
169
|
|
|
170
170
|
check_version:
|
|
171
|
-
name: Check Version
|
|
171
|
+
name: ๐ Check Version
|
|
172
172
|
needs: [ test ]
|
|
173
173
|
#runs-on: ubuntu-latest
|
|
174
174
|
runs-on: plo-koon
|
|
@@ -220,7 +220,7 @@ jobs:
|
|
|
220
220
|
|
|
221
221
|
|
|
222
222
|
deploy:
|
|
223
|
-
name: Deploy to NPM
|
|
223
|
+
name: ๐ Deploy to NPM
|
|
224
224
|
needs: [ check_version ]
|
|
225
225
|
if: ${{ needs.check_version.outputs.version_published != 'true' }}
|
|
226
226
|
runs-on: ubuntu-latest
|
|
@@ -254,7 +254,7 @@ jobs:
|
|
|
254
254
|
npm publish
|
|
255
255
|
|
|
256
256
|
build_report:
|
|
257
|
-
name: Build Report
|
|
257
|
+
name: ๐ Build Report
|
|
258
258
|
needs: [
|
|
259
259
|
notification0,
|
|
260
260
|
check_dev_leftovers,
|
|
@@ -315,7 +315,7 @@ jobs:
|
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
end:
|
|
318
|
-
name: Discord Results
|
|
318
|
+
name: ๐ฏ Discord Results
|
|
319
319
|
needs: [
|
|
320
320
|
notification0,
|
|
321
321
|
check_secrets,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/nts-dynamo",
|
|
3
|
-
"version": "01.12.
|
|
3
|
+
"version": "01.12.13",
|
|
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",
|
|
@@ -165,12 +165,12 @@
|
|
|
165
165
|
},
|
|
166
166
|
"homepage": "https:/futdevpro.hu/projects/dynamo",
|
|
167
167
|
"DISABLED": {
|
|
168
|
-
"@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.12.
|
|
168
|
+
"@futdevpro/fsm-dynamo": "file:../tgz-collection/dynamo-fsm/futdevpro-fsm-dynamo-01.12.16.tgz",
|
|
169
169
|
|
|
170
170
|
"empty": ""
|
|
171
171
|
},
|
|
172
172
|
"peerDependencies": {
|
|
173
|
-
"@futdevpro/fsm-dynamo": "1.12.
|
|
173
|
+
"@futdevpro/fsm-dynamo": "1.12.16",
|
|
174
174
|
|
|
175
175
|
"@types/express": "4.17.21",
|
|
176
176
|
"@types/geoip-lite": "~1.4.1",
|