@lightsparkdev/lightspark-sdk 0.4.2 → 0.4.3
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 +7 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
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.3",
|
|
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.6",
|
|
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.3",
|
|
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.6",
|
|
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.3",
|
|
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.6",
|
|
73
73
|
"auto-bind": "^5.0.1",
|
|
74
74
|
"crypto": "^1.0.1",
|
|
75
75
|
"crypto-browserify": "^3.12.0",
|