@tvanlaerhoven/epex-client
Advanced tools
Comparing version 1.0.0 to 1.0.1
# @tvanlaerhoven/epex-client | ||
## 1.0.1 | ||
### Patch Changes | ||
- eff0b39: Fixed a missing documentation link. | ||
## 1.0.0 | ||
@@ -7,2 +13,2 @@ | ||
- Initial release | ||
- Initial release |
{ | ||
"name": "@tvanlaerhoven/epex-client", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get European Power Exchange (EPEX) market data", | ||
@@ -23,2 +23,12 @@ "main": "dist/bundle.cjs.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/tvanlaerhoven/epex-client.git" | ||
}, | ||
"author": "Tom Van Laerhoven", | ||
"license": "GPL-3.0", | ||
"homepage": "https://github.com/tvanlaerhoven/epex-client", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"lint-staged": { | ||
@@ -30,4 +40,2 @@ "*/(src|test)/**/*.{js,jsx,ts,tsx}": [ | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
@@ -34,0 +42,0 @@ "@changesets/cli": "^2.27.11", |
@@ -23,3 +23,3 @@ # Epex Client | ||
```sh | ||
yarn @tvanlaerhoven/epex-client | ||
yarn add @tvanlaerhoven/epex-client | ||
``` | ||
@@ -59,6 +59,6 @@ | ||
const client = new Epex.Client({proxyServer: 'http://localhost:8088', debug: true }); | ||
const client = new Epex.Client({ proxyServer: 'http://localhost:8088', debug: true }); | ||
``` | ||
The [example]('./example') demonstrates this. Try it by running: | ||
The [example](https://github.com/tvanlaerhoven/epex-client/tree/main/example) demonstrates this. Try it by running: | ||
@@ -65,0 +65,0 @@ ```sh |
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
30238
1
0
0
2
70