@lightsparkdev/lightspark-sdk 1.9.1 → 1.9.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @lightsparkdev/lightspark-sdk
2
2
 
3
+ ## 1.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5cfff96]
8
+ - @lightsparkdev/core@1.4.0
9
+ - @lightsparkdev/crypto-wasm@0.1.14
10
+
3
11
  ## 1.9.1
4
12
 
5
13
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -178,7 +178,7 @@ var import_core28 = require("@lightsparkdev/core");
178
178
  // package.json
179
179
  var package_default = {
180
180
  name: "@lightsparkdev/lightspark-sdk",
181
- version: "1.9.1",
181
+ version: "1.9.2",
182
182
  description: "Lightspark JS SDK",
183
183
  author: "Lightspark Inc.",
184
184
  keywords: [
@@ -247,8 +247,8 @@ var package_default = {
247
247
  },
248
248
  license: "Apache-2.0",
249
249
  dependencies: {
250
- "@lightsparkdev/core": "1.3.1",
251
- "@lightsparkdev/crypto-wasm": "0.1.13",
250
+ "@lightsparkdev/core": "1.4.0",
251
+ "@lightsparkdev/crypto-wasm": "0.1.14",
252
252
  "crypto-browserify": "^3.12.0",
253
253
  dayjs: "^1.11.7",
254
254
  dotenv: "^16.3.1",
package/dist/index.js CHANGED
@@ -153,7 +153,7 @@ import {
153
153
  // package.json
154
154
  var package_default = {
155
155
  name: "@lightsparkdev/lightspark-sdk",
156
- version: "1.9.1",
156
+ version: "1.9.2",
157
157
  description: "Lightspark JS SDK",
158
158
  author: "Lightspark Inc.",
159
159
  keywords: [
@@ -222,8 +222,8 @@ var package_default = {
222
222
  },
223
223
  license: "Apache-2.0",
224
224
  dependencies: {
225
- "@lightsparkdev/core": "1.3.1",
226
- "@lightsparkdev/crypto-wasm": "0.1.13",
225
+ "@lightsparkdev/core": "1.4.0",
226
+ "@lightsparkdev/crypto-wasm": "0.1.14",
227
227
  "crypto-browserify": "^3.12.0",
228
228
  dayjs: "^1.11.7",
229
229
  dotenv: "^16.3.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/lightspark-sdk",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "Lightspark JS SDK",
5
5
  "author": "Lightspark Inc.",
6
6
  "keywords": [
@@ -69,8 +69,8 @@
69
69
  },
70
70
  "license": "Apache-2.0",
71
71
  "dependencies": {
72
- "@lightsparkdev/core": "1.3.1",
73
- "@lightsparkdev/crypto-wasm": "0.1.13",
72
+ "@lightsparkdev/core": "1.4.0",
73
+ "@lightsparkdev/crypto-wasm": "0.1.14",
74
74
  "crypto-browserify": "^3.12.0",
75
75
  "dayjs": "^1.11.7",
76
76
  "dotenv": "^16.3.1",