Skip to content

Commit

Permalink
v2.9.5 Updated all packages - maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
petersem committed May 14, 2024
1 parent 558fddf commit 98a85be
Show file tree
Hide file tree
Showing 57 changed files with 1,237 additions and 4,703 deletions.
14 changes: 7 additions & 7 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
const Telegram = require('telegram-notify');
const Docker = require('dockerode');
const pjson = require("./package.json");
const PushBullet = require('pushbullet');
const Pushover = require('node-pushover');
const { Webhook } = require('discord-webhook-node');
import Telegram from "telegram-notify";
import Docker from "dockerode";
import pjson from "./package.json" assert {type: "json"} ;
import PushBullet from "pushbullet";
import Pushover from 'node-pushover';
import { Webhook } from 'discord-webhook-node';

// for health check
const http = require("http");
import http from "http";
const host = 'localhost';
const port = 8000;
const requestListener = function (req, res) {
Expand Down
6 changes: 5 additions & 1 deletion node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion node_modules/.bin/nodemon

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions node_modules/.bin/semver

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node_modules/.bin/semver.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions node_modules/.bin/semver.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 98a85be

Please sign in to comment.