Skip to content

Commit

Permalink
fix: removed external monitoring and slightly changed some interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanSilke committed Feb 14, 2024
1 parent 6271d61 commit 035d40f
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 296 deletions.
215 changes: 0 additions & 215 deletions package-lock.json

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

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,19 @@
"devDependencies": {
"@babel/preset-env": "7.13.12",
"@babel/preset-typescript": "7.13.0",
"@rollup/plugin-node-resolve": "13.1.1",
"@rollup/plugin-typescript": "8.3.0",
"@salutejs/client": "1.26.1",
"@types/jest": "26.0.22",
"@types/uuid": "8.3.0",
"auto": "11.0.0",
"jest": "26.6.3",
"prettier": "3.0.0",
"rollup": "2.61.1",
"rollup-plugin-terser": "7.0.2",
"tslib": "2.3.1",
"typescript": "4.1.4"
},
"scripts": {
"prepare": "npm run build",
"build:iife": "rollup -c rollup.config.js",
"build:cjs": "npm run clean && tsc",
"build": "npm run build:cjs && npm run build:iife",
"build": "npm run build:cjs",
"clean": "rm -rf lib",
"dev": "tsc --watch",
"prepublishOnly": "rm -rf ./lib tsconfig.tsbuildinfo && npm test && tsc",
Expand Down
21 changes: 0 additions & 21 deletions rollup.config.js

This file was deleted.

20 changes: 0 additions & 20 deletions src/ExternalMonitoring.ts

This file was deleted.

Loading

0 comments on commit 035d40f

Please sign in to comment.