@yosnightfly/electra-smart-js-client 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# Electra Smart JS client
|
|
2
|
-
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@yosnightfly/electra-smart-js-client)
|
|
3
4
|
|
|
4
5
|
Port of [`yonatanp/electrasmart`](https://github.com/yonatanp/electrasmart) in JS
|
|
5
6
|
|
|
@@ -15,6 +16,7 @@ npx electra-smart-js-client
|
|
|
15
16
|
```
|
|
16
17
|
|
|
17
18
|
**Use it from Node.js code**
|
|
19
|
+
|
|
18
20
|
```js
|
|
19
21
|
import { Client } from 'electra-smart-js-client';
|
|
20
22
|
|
|
@@ -34,5 +36,4 @@ async function run() {
|
|
|
34
36
|
}
|
|
35
37
|
|
|
36
38
|
run().then(console.log).catch(console.error);
|
|
37
|
-
|
|
38
39
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yosnightfly/electra-smart-js-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Electra Smart JS Client",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"semantic-release": "semantic-release"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"axios": "^
|
|
22
|
+
"axios": "^1.13.5"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@commitlint/cli": "^15.0.0",
|