@lightsparkdev/lightspark-sdk 1.9.4 → 1.9.5

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.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e9152bc]
8
+ - @lightsparkdev/core@1.4.3
9
+ - @lightsparkdev/crypto-wasm@0.1.17
10
+
3
11
  ## 1.9.4
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.4",
181
+ version: "1.9.5",
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.4.2",
251
- "@lightsparkdev/crypto-wasm": "0.1.16",
250
+ "@lightsparkdev/core": "1.4.3",
251
+ "@lightsparkdev/crypto-wasm": "0.1.17",
252
252
  dayjs: "^1.11.7",
253
253
  dotenv: "^16.3.1",
254
254
  graphql: "^16.6.0",
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.4",
156
+ version: "1.9.5",
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.4.2",
226
- "@lightsparkdev/crypto-wasm": "0.1.16",
225
+ "@lightsparkdev/core": "1.4.3",
226
+ "@lightsparkdev/crypto-wasm": "0.1.17",
227
227
  dayjs: "^1.11.7",
228
228
  dotenv: "^16.3.1",
229
229
  graphql: "^16.6.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/lightspark-sdk",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
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.4.2",
73
- "@lightsparkdev/crypto-wasm": "0.1.16",
72
+ "@lightsparkdev/core": "1.4.3",
73
+ "@lightsparkdev/crypto-wasm": "0.1.17",
74
74
  "dayjs": "^1.11.7",
75
75
  "dotenv": "^16.3.1",
76
76
  "graphql": "^16.6.0",