@lightsparkdev/lightspark-sdk 1.0.2 → 1.0.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,21 @@
1
1
  # @lightsparkdev/lightspark-sdk
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e451948]
8
+ - @lightsparkdev/core@1.0.3
9
+
10
+ ## 1.0.3
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [0e8767b]
15
+ - Updated dependencies [0e8767b]
16
+ - @lightsparkdev/crypto-wasm@0.1.1
17
+ - @lightsparkdev/core@1.0.2
18
+
3
19
  ## 1.0.2
4
20
 
5
21
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1938,7 +1938,7 @@ var import_crypto = require("crypto");
1938
1938
  // package.json
1939
1939
  var package_default = {
1940
1940
  name: "@lightsparkdev/lightspark-sdk",
1941
- version: "1.0.2",
1941
+ version: "1.0.4",
1942
1942
  description: "Lightspark JS SDK",
1943
1943
  author: "Lightspark Inc.",
1944
1944
  keywords: [
@@ -2023,8 +2023,8 @@ var package_default = {
2023
2023
  },
2024
2024
  license: "Apache-2.0",
2025
2025
  dependencies: {
2026
- "@lightsparkdev/core": "1.0.1",
2027
- "@lightsparkdev/crypto-wasm": "0.1.0",
2026
+ "@lightsparkdev/core": "1.0.3",
2027
+ "@lightsparkdev/crypto-wasm": "0.1.1",
2028
2028
  "auto-bind": "^5.0.1",
2029
2029
  crypto: "^1.0.1",
2030
2030
  "crypto-browserify": "^3.12.0",
package/dist/index.js CHANGED
@@ -129,7 +129,7 @@ import { createHash } from "crypto";
129
129
  // package.json
130
130
  var package_default = {
131
131
  name: "@lightsparkdev/lightspark-sdk",
132
- version: "1.0.2",
132
+ version: "1.0.4",
133
133
  description: "Lightspark JS SDK",
134
134
  author: "Lightspark Inc.",
135
135
  keywords: [
@@ -214,8 +214,8 @@ var package_default = {
214
214
  },
215
215
  license: "Apache-2.0",
216
216
  dependencies: {
217
- "@lightsparkdev/core": "1.0.1",
218
- "@lightsparkdev/crypto-wasm": "0.1.0",
217
+ "@lightsparkdev/core": "1.0.3",
218
+ "@lightsparkdev/crypto-wasm": "0.1.1",
219
219
  "auto-bind": "^5.0.1",
220
220
  crypto: "^1.0.1",
221
221
  "crypto-browserify": "^3.12.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/lightspark-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Lightspark JS SDK",
5
5
  "author": "Lightspark Inc.",
6
6
  "keywords": [
@@ -85,8 +85,8 @@
85
85
  },
86
86
  "license": "Apache-2.0",
87
87
  "dependencies": {
88
- "@lightsparkdev/core": "1.0.1",
89
- "@lightsparkdev/crypto-wasm": "0.1.0",
88
+ "@lightsparkdev/core": "1.0.3",
89
+ "@lightsparkdev/crypto-wasm": "0.1.1",
90
90
  "auto-bind": "^5.0.1",
91
91
  "crypto": "^1.0.1",
92
92
  "crypto-browserify": "^3.12.0",