@lightsparkdev/lightspark-sdk 1.5.9 → 1.5.10

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.5.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [15d0720]
8
+ - Updated dependencies [15d0720]
9
+ - @lightsparkdev/core@1.0.21
10
+
3
11
  ## 1.5.9
4
12
 
5
13
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1982,7 +1982,7 @@ var import_core9 = require("@lightsparkdev/core");
1982
1982
  // package.json
1983
1983
  var package_default = {
1984
1984
  name: "@lightsparkdev/lightspark-sdk",
1985
- version: "1.5.9",
1985
+ version: "1.5.10",
1986
1986
  description: "Lightspark JS SDK",
1987
1987
  author: "Lightspark Inc.",
1988
1988
  keywords: [
@@ -2067,7 +2067,7 @@ var package_default = {
2067
2067
  },
2068
2068
  license: "Apache-2.0",
2069
2069
  dependencies: {
2070
- "@lightsparkdev/core": "1.0.20",
2070
+ "@lightsparkdev/core": "1.0.21",
2071
2071
  "@lightsparkdev/crypto-wasm": "0.1.3",
2072
2072
  "crypto-browserify": "^3.12.0",
2073
2073
  dayjs: "^1.11.7",
package/dist/index.js CHANGED
@@ -145,7 +145,7 @@ import {
145
145
  // package.json
146
146
  var package_default = {
147
147
  name: "@lightsparkdev/lightspark-sdk",
148
- version: "1.5.9",
148
+ version: "1.5.10",
149
149
  description: "Lightspark JS SDK",
150
150
  author: "Lightspark Inc.",
151
151
  keywords: [
@@ -230,7 +230,7 @@ var package_default = {
230
230
  },
231
231
  license: "Apache-2.0",
232
232
  dependencies: {
233
- "@lightsparkdev/core": "1.0.20",
233
+ "@lightsparkdev/core": "1.0.21",
234
234
  "@lightsparkdev/crypto-wasm": "0.1.3",
235
235
  "crypto-browserify": "^3.12.0",
236
236
  dayjs: "^1.11.7",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/lightspark-sdk",
3
- "version": "1.5.9",
3
+ "version": "1.5.10",
4
4
  "description": "Lightspark JS SDK",
5
5
  "author": "Lightspark Inc.",
6
6
  "keywords": [
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "license": "Apache-2.0",
87
87
  "dependencies": {
88
- "@lightsparkdev/core": "1.0.20",
88
+ "@lightsparkdev/core": "1.0.21",
89
89
  "@lightsparkdev/crypto-wasm": "0.1.3",
90
90
  "crypto-browserify": "^3.12.0",
91
91
  "dayjs": "^1.11.7",