@lightsparkdev/lightspark-sdk 1.9.15 → 1.9.16
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 +8 -0
- package/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -180,7 +180,7 @@ var import_core29 = require("@lightsparkdev/core");
|
|
|
180
180
|
// package.json
|
|
181
181
|
var package_default = {
|
|
182
182
|
name: "@lightsparkdev/lightspark-sdk",
|
|
183
|
-
version: "1.9.
|
|
183
|
+
version: "1.9.16",
|
|
184
184
|
description: "Lightspark JS SDK",
|
|
185
185
|
author: "Lightspark Inc.",
|
|
186
186
|
keywords: [
|
|
@@ -250,8 +250,8 @@ var package_default = {
|
|
|
250
250
|
},
|
|
251
251
|
license: "Apache-2.0",
|
|
252
252
|
dependencies: {
|
|
253
|
-
"@lightsparkdev/core": "1.4.
|
|
254
|
-
"@lightsparkdev/crypto-wasm": "0.1.
|
|
253
|
+
"@lightsparkdev/core": "1.4.9",
|
|
254
|
+
"@lightsparkdev/crypto-wasm": "0.1.23",
|
|
255
255
|
dayjs: "^1.11.7",
|
|
256
256
|
dotenv: "^16.3.1",
|
|
257
257
|
graphql: "^16.6.0",
|
package/dist/index.js
CHANGED
|
@@ -157,7 +157,7 @@ import {
|
|
|
157
157
|
// package.json
|
|
158
158
|
var package_default = {
|
|
159
159
|
name: "@lightsparkdev/lightspark-sdk",
|
|
160
|
-
version: "1.9.
|
|
160
|
+
version: "1.9.16",
|
|
161
161
|
description: "Lightspark JS SDK",
|
|
162
162
|
author: "Lightspark Inc.",
|
|
163
163
|
keywords: [
|
|
@@ -227,8 +227,8 @@ var package_default = {
|
|
|
227
227
|
},
|
|
228
228
|
license: "Apache-2.0",
|
|
229
229
|
dependencies: {
|
|
230
|
-
"@lightsparkdev/core": "1.4.
|
|
231
|
-
"@lightsparkdev/crypto-wasm": "0.1.
|
|
230
|
+
"@lightsparkdev/core": "1.4.9",
|
|
231
|
+
"@lightsparkdev/crypto-wasm": "0.1.23",
|
|
232
232
|
dayjs: "^1.11.7",
|
|
233
233
|
dotenv: "^16.3.1",
|
|
234
234
|
graphql: "^16.6.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightsparkdev/lightspark-sdk",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.16",
|
|
4
4
|
"description": "Lightspark JS SDK",
|
|
5
5
|
"author": "Lightspark Inc.",
|
|
6
6
|
"keywords": [
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
},
|
|
71
71
|
"license": "Apache-2.0",
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@lightsparkdev/core": "1.4.
|
|
74
|
-
"@lightsparkdev/crypto-wasm": "0.1.
|
|
73
|
+
"@lightsparkdev/core": "1.4.9",
|
|
74
|
+
"@lightsparkdev/crypto-wasm": "0.1.23",
|
|
75
75
|
"dayjs": "^1.11.7",
|
|
76
76
|
"dotenv": "^16.3.1",
|
|
77
77
|
"graphql": "^16.6.0",
|