@lightsparkdev/lightspark-sdk 1.5.1 → 1.5.2
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
|
@@ -1949,7 +1949,7 @@ var import_core9 = require("@lightsparkdev/core");
|
|
|
1949
1949
|
// package.json
|
|
1950
1950
|
var package_default = {
|
|
1951
1951
|
name: "@lightsparkdev/lightspark-sdk",
|
|
1952
|
-
version: "1.5.
|
|
1952
|
+
version: "1.5.2",
|
|
1953
1953
|
description: "Lightspark JS SDK",
|
|
1954
1954
|
author: "Lightspark Inc.",
|
|
1955
1955
|
keywords: [
|
|
@@ -2037,7 +2037,7 @@ var package_default = {
|
|
|
2037
2037
|
},
|
|
2038
2038
|
license: "Apache-2.0",
|
|
2039
2039
|
dependencies: {
|
|
2040
|
-
"@lightsparkdev/core": "1.0.
|
|
2040
|
+
"@lightsparkdev/core": "1.0.13",
|
|
2041
2041
|
"@lightsparkdev/crypto-wasm": "0.1.2",
|
|
2042
2042
|
"auto-bind": "^5.0.1",
|
|
2043
2043
|
"crypto-browserify": "^3.12.0",
|
package/dist/index.js
CHANGED
|
@@ -146,7 +146,7 @@ import {
|
|
|
146
146
|
// package.json
|
|
147
147
|
var package_default = {
|
|
148
148
|
name: "@lightsparkdev/lightspark-sdk",
|
|
149
|
-
version: "1.5.
|
|
149
|
+
version: "1.5.2",
|
|
150
150
|
description: "Lightspark JS SDK",
|
|
151
151
|
author: "Lightspark Inc.",
|
|
152
152
|
keywords: [
|
|
@@ -234,7 +234,7 @@ var package_default = {
|
|
|
234
234
|
},
|
|
235
235
|
license: "Apache-2.0",
|
|
236
236
|
dependencies: {
|
|
237
|
-
"@lightsparkdev/core": "1.0.
|
|
237
|
+
"@lightsparkdev/core": "1.0.13",
|
|
238
238
|
"@lightsparkdev/crypto-wasm": "0.1.2",
|
|
239
239
|
"auto-bind": "^5.0.1",
|
|
240
240
|
"crypto-browserify": "^3.12.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightsparkdev/lightspark-sdk",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
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.13",
|
|
92
92
|
"@lightsparkdev/crypto-wasm": "0.1.2",
|
|
93
93
|
"auto-bind": "^5.0.1",
|
|
94
94
|
"crypto-browserify": "^3.12.0",
|