Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xXBJXx committed Feb 6, 2023
1 parent 63cf446 commit 741671f
Show file tree
Hide file tree
Showing 7 changed files with 219 additions and 145 deletions.
139 changes: 86 additions & 53 deletions admin/build/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions admin/build/index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/main.js

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

6 changes: 3 additions & 3 deletions build/main.js.map

Large diffs are not rendered by default.

200 changes: 118 additions & 82 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@
"@types/proxyquire": "^1.3.28",
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
"@types/source-map-support": "^0.5.6",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"eslint": "^8.33.0",
Expand Down
4 changes: 3 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
// you need to create an adapter
import * as utils from '@iobroker/adapter-core';
import axios from 'axios';
import sourceMapSupport from 'source-map-support';
import { CreateJsonTable } from './lib/interface/CreateJsonTable';
import { Result } from './lib/interface/resultInterface';

// Load your modules here, e.g.:
import { cheapestObj, priceMinMaxObj, priceObj, statesObj } from './lib/object_definition';

sourceMapSupport.install();

// Global variables here
const pattern = /[0-9|a-z]{8}\-[0-9|a-z]{4}\-[0-9|a-z]{4}\-[0-9|a-z]{4}\-[0-9|a-z]{12}/g;

Expand Down

0 comments on commit 741671f

Please sign in to comment.