Add orchestra API to dependencies

This commit is contained in:
2024-09-18 16:28:41 +00:00
parent 816c1c54ba
commit 9859ff4d96
4 changed files with 16 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ steps.set_tags.outputs.image_tags }}
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Set Portainer Webhook URL
run: |

2
.npmrc Normal file
View File

@@ -0,0 +1,2 @@
@3t.network:registry=https://git.3t.network/api/packages/3t.network/npm/
//git.3t.network/api/packages/3t.network/npm/:_authToken=${NPM_TOKEN}

11
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@3t.network/orchestra": "^1.0.0",
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"discord.js": "^14.16.1",
@@ -29,6 +30,16 @@
"typescript": "^5.6.2"
}
},
"node_modules/@3t.network/orchestra": {
"version": "1.0.0",
"resolved": "https://git.3t.network/api/packages/3t.network/npm/%403t.network%2Forchestra/-/1.0.0/orchestra-1.0.0.tgz",
"integrity": "sha512-NRjD9wum3USCjPTM2Z2uw/vougkzfLAshZriMD19I9Ax9Zeu+qfOkUWd/ZNSgh8ruUbiezxcisBjLIWWRMhj8w==",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"form-data": "^4.0.0"
}
},
"node_modules/@cspotcode/source-map-support": {
"version": "0.8.1",
"resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",

View File

@@ -17,6 +17,7 @@
"license": "ISC",
"description": "",
"dependencies": {
"@3t.network/orchestra": "^1.0.0",
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"discord.js": "^14.16.1",