@lightsparkdev/lightspark-sdk 0.4.4 → 0.4.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
+ ## 0.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 98e2511: Consolidate tsconfigs for apps and stricter rules for packages
8
+ - Updated dependencies [98e2511]
9
+ - @lightsparkdev/core@0.3.8
10
+
3
11
  ## 0.4.4
4
12
 
5
13
  ### 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.4.4",
38
+ version: "0.4.5",
39
39
  description: "Lightspark JS SDK",
40
40
  author: "Lightspark Inc.",
41
41
  keywords: [
@@ -104,7 +104,7 @@ var require_package = __commonJS({
104
104
  },
105
105
  license: "Apache-2.0",
106
106
  dependencies: {
107
- "@lightsparkdev/core": "0.3.7",
107
+ "@lightsparkdev/core": "0.3.8",
108
108
  "auto-bind": "^5.0.1",
109
109
  crypto: "^1.0.1",
110
110
  "crypto-browserify": "^3.12.0",
package/dist/index.js CHANGED
@@ -74,7 +74,7 @@ var require_package = __commonJS({
74
74
  "package.json"(exports, module) {
75
75
  module.exports = {
76
76
  name: "@lightsparkdev/lightspark-sdk",
77
- version: "0.4.4",
77
+ version: "0.4.5",
78
78
  description: "Lightspark JS SDK",
79
79
  author: "Lightspark Inc.",
80
80
  keywords: [
@@ -143,7 +143,7 @@ var require_package = __commonJS({
143
143
  },
144
144
  license: "Apache-2.0",
145
145
  dependencies: {
146
- "@lightsparkdev/core": "0.3.7",
146
+ "@lightsparkdev/core": "0.3.8",
147
147
  "auto-bind": "^5.0.1",
148
148
  crypto: "^1.0.1",
149
149
  "crypto-browserify": "^3.12.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/lightspark-sdk",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Lightspark JS SDK",
5
5
  "author": "Lightspark Inc.",
6
6
  "keywords": [
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "license": "Apache-2.0",
71
71
  "dependencies": {
72
- "@lightsparkdev/core": "0.3.7",
72
+ "@lightsparkdev/core": "0.3.8",
73
73
  "auto-bind": "^5.0.1",
74
74
  "crypto": "^1.0.1",
75
75
  "crypto-browserify": "^3.12.0",