@lightsparkdev/lightspark-sdk 1.1.5 → 1.1.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 +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
|
@@ -1938,7 +1938,7 @@ var import_core9 = require("@lightsparkdev/core");
|
|
|
1938
1938
|
// package.json
|
|
1939
1939
|
var package_default = {
|
|
1940
1940
|
name: "@lightsparkdev/lightspark-sdk",
|
|
1941
|
-
version: "1.1.
|
|
1941
|
+
version: "1.1.6",
|
|
1942
1942
|
description: "Lightspark JS SDK",
|
|
1943
1943
|
author: "Lightspark Inc.",
|
|
1944
1944
|
keywords: [
|
|
@@ -2026,7 +2026,7 @@ var package_default = {
|
|
|
2026
2026
|
},
|
|
2027
2027
|
license: "Apache-2.0",
|
|
2028
2028
|
dependencies: {
|
|
2029
|
-
"@lightsparkdev/core": "1.0.
|
|
2029
|
+
"@lightsparkdev/core": "1.0.9",
|
|
2030
2030
|
"@lightsparkdev/crypto-wasm": "0.1.2",
|
|
2031
2031
|
"auto-bind": "^5.0.1",
|
|
2032
2032
|
"crypto-browserify": "^3.12.0",
|
package/dist/index.js
CHANGED
|
@@ -134,7 +134,7 @@ import {
|
|
|
134
134
|
// package.json
|
|
135
135
|
var package_default = {
|
|
136
136
|
name: "@lightsparkdev/lightspark-sdk",
|
|
137
|
-
version: "1.1.
|
|
137
|
+
version: "1.1.6",
|
|
138
138
|
description: "Lightspark JS SDK",
|
|
139
139
|
author: "Lightspark Inc.",
|
|
140
140
|
keywords: [
|
|
@@ -222,7 +222,7 @@ var package_default = {
|
|
|
222
222
|
},
|
|
223
223
|
license: "Apache-2.0",
|
|
224
224
|
dependencies: {
|
|
225
|
-
"@lightsparkdev/core": "1.0.
|
|
225
|
+
"@lightsparkdev/core": "1.0.9",
|
|
226
226
|
"@lightsparkdev/crypto-wasm": "0.1.2",
|
|
227
227
|
"auto-bind": "^5.0.1",
|
|
228
228
|
"crypto-browserify": "^3.12.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightsparkdev/lightspark-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "Lightspark JS SDK",
|
|
5
5
|
"author": "Lightspark Inc.",
|
|
6
6
|
"keywords": [
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
},
|
|
89
89
|
"license": "Apache-2.0",
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@lightsparkdev/core": "1.0.
|
|
91
|
+
"@lightsparkdev/core": "1.0.9",
|
|
92
92
|
"@lightsparkdev/crypto-wasm": "0.1.2",
|
|
93
93
|
"auto-bind": "^5.0.1",
|
|
94
94
|
"crypto-browserify": "^3.12.0",
|