@lightsparkdev/lightspark-sdk 1.8.6 → 1.8.7

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @lightsparkdev/lightspark-sdk
2
2
 
3
+ ## 1.8.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f148f37]
8
+ - @lightsparkdev/core@1.2.5
9
+ - @lightsparkdev/crypto-wasm@0.1.8
10
+
3
11
  ## 1.8.6
4
12
 
5
13
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -176,7 +176,7 @@ var import_core28 = require("@lightsparkdev/core");
176
176
  // package.json
177
177
  var package_default = {
178
178
  name: "@lightsparkdev/lightspark-sdk",
179
- version: "1.8.6",
179
+ version: "1.8.7",
180
180
  description: "Lightspark JS SDK",
181
181
  author: "Lightspark Inc.",
182
182
  keywords: [
@@ -258,8 +258,8 @@ var package_default = {
258
258
  },
259
259
  license: "Apache-2.0",
260
260
  dependencies: {
261
- "@lightsparkdev/core": "1.2.4",
262
- "@lightsparkdev/crypto-wasm": "0.1.7",
261
+ "@lightsparkdev/core": "1.2.5",
262
+ "@lightsparkdev/crypto-wasm": "0.1.8",
263
263
  "crypto-browserify": "^3.12.0",
264
264
  dayjs: "^1.11.7",
265
265
  dotenv: "^16.3.1",
package/dist/index.js CHANGED
@@ -151,7 +151,7 @@ import {
151
151
  // package.json
152
152
  var package_default = {
153
153
  name: "@lightsparkdev/lightspark-sdk",
154
- version: "1.8.6",
154
+ version: "1.8.7",
155
155
  description: "Lightspark JS SDK",
156
156
  author: "Lightspark Inc.",
157
157
  keywords: [
@@ -233,8 +233,8 @@ var package_default = {
233
233
  },
234
234
  license: "Apache-2.0",
235
235
  dependencies: {
236
- "@lightsparkdev/core": "1.2.4",
237
- "@lightsparkdev/crypto-wasm": "0.1.7",
236
+ "@lightsparkdev/core": "1.2.5",
237
+ "@lightsparkdev/crypto-wasm": "0.1.8",
238
238
  "crypto-browserify": "^3.12.0",
239
239
  dayjs: "^1.11.7",
240
240
  dotenv: "^16.3.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/lightspark-sdk",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "description": "Lightspark JS SDK",
5
5
  "author": "Lightspark Inc.",
6
6
  "keywords": [
@@ -82,8 +82,8 @@
82
82
  },
83
83
  "license": "Apache-2.0",
84
84
  "dependencies": {
85
- "@lightsparkdev/core": "1.2.4",
86
- "@lightsparkdev/crypto-wasm": "0.1.7",
85
+ "@lightsparkdev/core": "1.2.5",
86
+ "@lightsparkdev/crypto-wasm": "0.1.8",
87
87
  "crypto-browserify": "^3.12.0",
88
88
  "dayjs": "^1.11.7",
89
89
  "dotenv": "^16.3.1",