@lightsparkdev/lightspark-sdk 1.8.3 → 1.8.4

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,12 @@
1
1
  # @lightsparkdev/lightspark-sdk
2
2
 
3
+ ## 1.8.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d61a209]
8
+ - @lightsparkdev/core@1.2.3
9
+
3
10
  ## 1.8.3
4
11
 
5
12
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1981,7 +1981,7 @@ var import_core28 = require("@lightsparkdev/core");
1981
1981
  // package.json
1982
1982
  var package_default = {
1983
1983
  name: "@lightsparkdev/lightspark-sdk",
1984
- version: "1.8.3",
1984
+ version: "1.8.4",
1985
1985
  description: "Lightspark JS SDK",
1986
1986
  author: "Lightspark Inc.",
1987
1987
  keywords: [
@@ -2063,7 +2063,7 @@ var package_default = {
2063
2063
  },
2064
2064
  license: "Apache-2.0",
2065
2065
  dependencies: {
2066
- "@lightsparkdev/core": "1.2.2",
2066
+ "@lightsparkdev/core": "1.2.3",
2067
2067
  "@lightsparkdev/crypto-wasm": "0.1.5",
2068
2068
  "crypto-browserify": "^3.12.0",
2069
2069
  dayjs: "^1.11.7",
package/dist/index.js CHANGED
@@ -152,7 +152,7 @@ import {
152
152
  // package.json
153
153
  var package_default = {
154
154
  name: "@lightsparkdev/lightspark-sdk",
155
- version: "1.8.3",
155
+ version: "1.8.4",
156
156
  description: "Lightspark JS SDK",
157
157
  author: "Lightspark Inc.",
158
158
  keywords: [
@@ -234,7 +234,7 @@ var package_default = {
234
234
  },
235
235
  license: "Apache-2.0",
236
236
  dependencies: {
237
- "@lightsparkdev/core": "1.2.2",
237
+ "@lightsparkdev/core": "1.2.3",
238
238
  "@lightsparkdev/crypto-wasm": "0.1.5",
239
239
  "crypto-browserify": "^3.12.0",
240
240
  dayjs: "^1.11.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/lightspark-sdk",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "Lightspark JS SDK",
5
5
  "author": "Lightspark Inc.",
6
6
  "keywords": [
@@ -82,7 +82,7 @@
82
82
  },
83
83
  "license": "Apache-2.0",
84
84
  "dependencies": {
85
- "@lightsparkdev/core": "1.2.2",
85
+ "@lightsparkdev/core": "1.2.3",
86
86
  "@lightsparkdev/crypto-wasm": "0.1.5",
87
87
  "crypto-browserify": "^3.12.0",
88
88
  "dayjs": "^1.11.7",