@lightsparkdev/lightspark-sdk 0.2.7 → 0.2.8

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
+ ## 0.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [615bb86]
8
+ - @lightsparkdev/core@0.2.5
9
+
3
10
  ## 0.2.7
4
11
 
5
12
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -35,7 +35,7 @@ var require_package = __commonJS({
35
35
  "package.json"(exports, module2) {
36
36
  module2.exports = {
37
37
  name: "@lightsparkdev/lightspark-sdk",
38
- version: "0.2.7",
38
+ version: "0.2.8",
39
39
  description: "Lightspark JS SDK",
40
40
  author: "Lightspark Inc.",
41
41
  keywords: [
@@ -103,7 +103,7 @@ var require_package = __commonJS({
103
103
  },
104
104
  license: "Apache-2.0",
105
105
  dependencies: {
106
- "@lightsparkdev/core": "0.2.4",
106
+ "@lightsparkdev/core": "0.2.5",
107
107
  "auto-bind": "^5.0.1",
108
108
  crypto: "^1.0.1",
109
109
  "crypto-browserify": "^3.12.0",
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ var require_package = __commonJS({
67
67
  "package.json"(exports, module) {
68
68
  module.exports = {
69
69
  name: "@lightsparkdev/lightspark-sdk",
70
- version: "0.2.7",
70
+ version: "0.2.8",
71
71
  description: "Lightspark JS SDK",
72
72
  author: "Lightspark Inc.",
73
73
  keywords: [
@@ -135,7 +135,7 @@ var require_package = __commonJS({
135
135
  },
136
136
  license: "Apache-2.0",
137
137
  dependencies: {
138
- "@lightsparkdev/core": "0.2.4",
138
+ "@lightsparkdev/core": "0.2.5",
139
139
  "auto-bind": "^5.0.1",
140
140
  crypto: "^1.0.1",
141
141
  "crypto-browserify": "^3.12.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/lightspark-sdk",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Lightspark JS SDK",
5
5
  "author": "Lightspark Inc.",
6
6
  "keywords": [
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "license": "Apache-2.0",
70
70
  "dependencies": {
71
- "@lightsparkdev/core": "0.2.4",
71
+ "@lightsparkdev/core": "0.2.5",
72
72
  "auto-bind": "^5.0.1",
73
73
  "crypto": "^1.0.1",
74
74
  "crypto-browserify": "^3.12.0",