@lightsparkdev/lightspark-sdk 1.0.4 → 1.0.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 +8 -0
- package/dist/index.cjs +3 -2
- package/dist/index.js +3 -2
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
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.
|
|
1941
|
+
version: "1.0.5",
|
|
1942
1942
|
description: "Lightspark JS SDK",
|
|
1943
1943
|
author: "Lightspark Inc.",
|
|
1944
1944
|
keywords: [
|
|
@@ -2007,6 +2007,7 @@ var package_default = {
|
|
|
2007
2007
|
],
|
|
2008
2008
|
scripts: {
|
|
2009
2009
|
build: "yarn tsc && tsup",
|
|
2010
|
+
"build:watch": "yarn build --watch",
|
|
2010
2011
|
clean: "rm -rf .turbo && rm -rf dist",
|
|
2011
2012
|
dev: "yarn build -- --watch",
|
|
2012
2013
|
docs: "typedoc src",
|
|
@@ -2023,7 +2024,7 @@ var package_default = {
|
|
|
2023
2024
|
},
|
|
2024
2025
|
license: "Apache-2.0",
|
|
2025
2026
|
dependencies: {
|
|
2026
|
-
"@lightsparkdev/core": "1.0.
|
|
2027
|
+
"@lightsparkdev/core": "1.0.4",
|
|
2027
2028
|
"@lightsparkdev/crypto-wasm": "0.1.1",
|
|
2028
2029
|
"auto-bind": "^5.0.1",
|
|
2029
2030
|
crypto: "^1.0.1",
|
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.
|
|
132
|
+
version: "1.0.5",
|
|
133
133
|
description: "Lightspark JS SDK",
|
|
134
134
|
author: "Lightspark Inc.",
|
|
135
135
|
keywords: [
|
|
@@ -198,6 +198,7 @@ var package_default = {
|
|
|
198
198
|
],
|
|
199
199
|
scripts: {
|
|
200
200
|
build: "yarn tsc && tsup",
|
|
201
|
+
"build:watch": "yarn build --watch",
|
|
201
202
|
clean: "rm -rf .turbo && rm -rf dist",
|
|
202
203
|
dev: "yarn build -- --watch",
|
|
203
204
|
docs: "typedoc src",
|
|
@@ -214,7 +215,7 @@ var package_default = {
|
|
|
214
215
|
},
|
|
215
216
|
license: "Apache-2.0",
|
|
216
217
|
dependencies: {
|
|
217
|
-
"@lightsparkdev/core": "1.0.
|
|
218
|
+
"@lightsparkdev/core": "1.0.4",
|
|
218
219
|
"@lightsparkdev/crypto-wasm": "0.1.1",
|
|
219
220
|
"auto-bind": "^5.0.1",
|
|
220
221
|
crypto: "^1.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightsparkdev/lightspark-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Lightspark JS SDK",
|
|
5
5
|
"author": "Lightspark Inc.",
|
|
6
6
|
"keywords": [
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
],
|
|
70
70
|
"scripts": {
|
|
71
71
|
"build": "yarn tsc && tsup",
|
|
72
|
+
"build:watch": "yarn build --watch",
|
|
72
73
|
"clean": "rm -rf .turbo && rm -rf dist",
|
|
73
74
|
"dev": "yarn build -- --watch",
|
|
74
75
|
"docs": "typedoc src",
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
},
|
|
86
87
|
"license": "Apache-2.0",
|
|
87
88
|
"dependencies": {
|
|
88
|
-
"@lightsparkdev/core": "1.0.
|
|
89
|
+
"@lightsparkdev/core": "1.0.4",
|
|
89
90
|
"@lightsparkdev/crypto-wasm": "0.1.1",
|
|
90
91
|
"auto-bind": "^5.0.1",
|
|
91
92
|
"crypto": "^1.0.1",
|