@lightsparkdev/lightspark-sdk 0.4.4 → 0.4.6
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/CHANGELOG.md +14 -0
- package/README.md +3 -4
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @lightsparkdev/lightspark-sdk
|
|
2
2
|
|
|
3
|
+
## 0.4.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c1105d2: - Adding some remote signing capabilities to the react native crypto lib.
|
|
8
|
+
|
|
9
|
+
## 0.4.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 98e2511: Consolidate tsconfigs for apps and stricter rules for packages
|
|
14
|
+
- Updated dependencies [98e2511]
|
|
15
|
+
- @lightsparkdev/core@0.3.8
|
|
16
|
+
|
|
3
17
|
## 0.4.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -104,11 +104,10 @@ You'll need to set the following environment variables:
|
|
|
104
104
|
```bash
|
|
105
105
|
$ export LIGHTSPARK_API_TOKEN_CLIENT_ID=<your api token id>
|
|
106
106
|
$ export LIGHTSPARK_API_TOKEN_CLIENT_SECRET=<your api token secret>
|
|
107
|
-
$ export
|
|
107
|
+
$ export LIGHTSPARK_TEST_NODE_PASSWORD=<the test node password (1234!@#$)>
|
|
108
108
|
|
|
109
|
-
# If you want to run
|
|
109
|
+
# If you want to run internal_example.ts, you'll also need to set these:
|
|
110
110
|
$ export LIGHTSPARK_EXAMPLE_NODE_1_NAME=<the display name of a node to use in the example>
|
|
111
|
-
$ export LIGHTSPARK_EXAMPLE_NODE_1_PASSWORD=<the password used to unlock node 1>
|
|
112
111
|
$ export LIGHTSPARK_EXAMPLE_NODE_2_NAME=<the display name of a node to use in the example>
|
|
113
112
|
$ export LIGHTSPARK_EXAMPLE_NODE_2_PASSWORD=<the password used to unlock node 2>
|
|
114
113
|
```
|
|
@@ -118,7 +117,7 @@ Then, run the examples:
|
|
|
118
117
|
```bash
|
|
119
118
|
$ cd examples/node-scripts
|
|
120
119
|
$ npm install
|
|
121
|
-
$ ts-node createInvoice.ts -a "100" -m "Whasssupppp"
|
|
120
|
+
$ npx ts-node createInvoice.ts -a "100" -m "Whasssupppp"
|
|
122
121
|
```
|
|
123
122
|
|
|
124
123
|
### Streaming Wallet Extension
|
package/dist/index.cjs
CHANGED
|
@@ -35,7 +35,7 @@ var require_package = __commonJS({
|
|
|
35
35
|
"package.json"(exports, module2) {
|
|
36
36
|
module2.exports = {
|
|
37
37
|
name: "@lightsparkdev/lightspark-sdk",
|
|
38
|
-
version: "0.4.
|
|
38
|
+
version: "0.4.6",
|
|
39
39
|
description: "Lightspark JS SDK",
|
|
40
40
|
author: "Lightspark Inc.",
|
|
41
41
|
keywords: [
|
|
@@ -104,7 +104,7 @@ var require_package = __commonJS({
|
|
|
104
104
|
},
|
|
105
105
|
license: "Apache-2.0",
|
|
106
106
|
dependencies: {
|
|
107
|
-
"@lightsparkdev/core": "0.3.
|
|
107
|
+
"@lightsparkdev/core": "0.3.8",
|
|
108
108
|
"auto-bind": "^5.0.1",
|
|
109
109
|
crypto: "^1.0.1",
|
|
110
110
|
"crypto-browserify": "^3.12.0",
|
package/dist/index.js
CHANGED
|
@@ -74,7 +74,7 @@ var require_package = __commonJS({
|
|
|
74
74
|
"package.json"(exports, module) {
|
|
75
75
|
module.exports = {
|
|
76
76
|
name: "@lightsparkdev/lightspark-sdk",
|
|
77
|
-
version: "0.4.
|
|
77
|
+
version: "0.4.6",
|
|
78
78
|
description: "Lightspark JS SDK",
|
|
79
79
|
author: "Lightspark Inc.",
|
|
80
80
|
keywords: [
|
|
@@ -143,7 +143,7 @@ var require_package = __commonJS({
|
|
|
143
143
|
},
|
|
144
144
|
license: "Apache-2.0",
|
|
145
145
|
dependencies: {
|
|
146
|
-
"@lightsparkdev/core": "0.3.
|
|
146
|
+
"@lightsparkdev/core": "0.3.8",
|
|
147
147
|
"auto-bind": "^5.0.1",
|
|
148
148
|
crypto: "^1.0.1",
|
|
149
149
|
"crypto-browserify": "^3.12.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightsparkdev/lightspark-sdk",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"description": "Lightspark JS SDK",
|
|
5
5
|
"author": "Lightspark Inc.",
|
|
6
6
|
"keywords": [
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"license": "Apache-2.0",
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@lightsparkdev/core": "0.3.
|
|
72
|
+
"@lightsparkdev/core": "0.3.8",
|
|
73
73
|
"auto-bind": "^5.0.1",
|
|
74
74
|
"crypto": "^1.0.1",
|
|
75
75
|
"crypto-browserify": "^3.12.0",
|