@lightsparkdev/lightspark-sdk 1.9.0 → 1.9.2

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,24 @@
1
1
  # @lightsparkdev/lightspark-sdk
2
2
 
3
+ ## 1.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5cfff96]
8
+ - @lightsparkdev/core@1.4.0
9
+ - @lightsparkdev/crypto-wasm@0.1.14
10
+
11
+ ## 1.9.1
12
+
13
+ ### Patch Changes
14
+
15
+ - b21b85e: \* Surface error name when the requester hits a graphQL error.
16
+ - Update Turbo
17
+ - Several small UI package improvements.
18
+ - Updated dependencies [b21b85e]
19
+ - @lightsparkdev/core@1.3.1
20
+ - @lightsparkdev/crypto-wasm@0.1.13
21
+
3
22
  ## 1.9.0
4
23
 
5
24
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -178,7 +178,7 @@ var import_core28 = require("@lightsparkdev/core");
178
178
  // package.json
179
179
  var package_default = {
180
180
  name: "@lightsparkdev/lightspark-sdk",
181
- version: "1.9.0",
181
+ version: "1.9.2",
182
182
  description: "Lightspark JS SDK",
183
183
  author: "Lightspark Inc.",
184
184
  keywords: [
@@ -191,7 +191,7 @@ var package_default = {
191
191
  homepage: "https://github.com/lightsparkdev/js-sdk",
192
192
  repository: {
193
193
  type: "git",
194
- url: "https://github.com/lightsparkdev/js-sdk.git"
194
+ url: "git+https://github.com/lightsparkdev/js-sdk.git"
195
195
  },
196
196
  bugs: {
197
197
  url: "https://github.com/lightsparkdev/js-sdk/issues"
@@ -222,6 +222,7 @@ var package_default = {
222
222
  files: [
223
223
  "src/*",
224
224
  "dist/*",
225
+ "dist/objects/*",
225
226
  "CHANGELOG.md"
226
227
  ],
227
228
  scripts: {
@@ -236,7 +237,7 @@ var package_default = {
236
237
  "lint:fix:continue": "eslint --fix . || exit 0",
237
238
  "lint:watch": "esw ./src -w --ext .ts,.tsx,.js --color",
238
239
  lint: "eslint .",
239
- "package-types": "yarn attw --pack .",
240
+ "package:checks": "yarn publint && yarn attw --pack .",
240
241
  postversion: "yarn build",
241
242
  "test-cmd": "node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --bail",
242
243
  test: "yarn test-cmd src/tests/*.test.ts",
@@ -246,8 +247,8 @@ var package_default = {
246
247
  },
247
248
  license: "Apache-2.0",
248
249
  dependencies: {
249
- "@lightsparkdev/core": "1.3.0",
250
- "@lightsparkdev/crypto-wasm": "0.1.12",
250
+ "@lightsparkdev/core": "1.4.0",
251
+ "@lightsparkdev/crypto-wasm": "0.1.14",
251
252
  "crypto-browserify": "^3.12.0",
252
253
  dayjs: "^1.11.7",
253
254
  dotenv: "^16.3.1",
@@ -270,6 +271,7 @@ var package_default = {
270
271
  jest: "^29.6.2",
271
272
  prettier: "3.0.3",
272
273
  "prettier-plugin-organize-imports": "^3.2.4",
274
+ publint: "^0.3.9",
273
275
  "ts-jest": "^29.1.1",
274
276
  "tsc-absolute": "^1.0.1",
275
277
  tsup: "^8.2.4",
package/dist/index.js CHANGED
@@ -153,7 +153,7 @@ import {
153
153
  // package.json
154
154
  var package_default = {
155
155
  name: "@lightsparkdev/lightspark-sdk",
156
- version: "1.9.0",
156
+ version: "1.9.2",
157
157
  description: "Lightspark JS SDK",
158
158
  author: "Lightspark Inc.",
159
159
  keywords: [
@@ -166,7 +166,7 @@ var package_default = {
166
166
  homepage: "https://github.com/lightsparkdev/js-sdk",
167
167
  repository: {
168
168
  type: "git",
169
- url: "https://github.com/lightsparkdev/js-sdk.git"
169
+ url: "git+https://github.com/lightsparkdev/js-sdk.git"
170
170
  },
171
171
  bugs: {
172
172
  url: "https://github.com/lightsparkdev/js-sdk/issues"
@@ -197,6 +197,7 @@ var package_default = {
197
197
  files: [
198
198
  "src/*",
199
199
  "dist/*",
200
+ "dist/objects/*",
200
201
  "CHANGELOG.md"
201
202
  ],
202
203
  scripts: {
@@ -211,7 +212,7 @@ var package_default = {
211
212
  "lint:fix:continue": "eslint --fix . || exit 0",
212
213
  "lint:watch": "esw ./src -w --ext .ts,.tsx,.js --color",
213
214
  lint: "eslint .",
214
- "package-types": "yarn attw --pack .",
215
+ "package:checks": "yarn publint && yarn attw --pack .",
215
216
  postversion: "yarn build",
216
217
  "test-cmd": "node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --bail",
217
218
  test: "yarn test-cmd src/tests/*.test.ts",
@@ -221,8 +222,8 @@ var package_default = {
221
222
  },
222
223
  license: "Apache-2.0",
223
224
  dependencies: {
224
- "@lightsparkdev/core": "1.3.0",
225
- "@lightsparkdev/crypto-wasm": "0.1.12",
225
+ "@lightsparkdev/core": "1.4.0",
226
+ "@lightsparkdev/crypto-wasm": "0.1.14",
226
227
  "crypto-browserify": "^3.12.0",
227
228
  dayjs: "^1.11.7",
228
229
  dotenv: "^16.3.1",
@@ -245,6 +246,7 @@ var package_default = {
245
246
  jest: "^29.6.2",
246
247
  prettier: "3.0.3",
247
248
  "prettier-plugin-organize-imports": "^3.2.4",
249
+ publint: "^0.3.9",
248
250
  "ts-jest": "^29.1.1",
249
251
  "tsc-absolute": "^1.0.1",
250
252
  tsup: "^8.2.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightsparkdev/lightspark-sdk",
3
- "version": "1.9.0",
3
+ "version": "1.9.2",
4
4
  "description": "Lightspark JS SDK",
5
5
  "author": "Lightspark Inc.",
6
6
  "keywords": [
@@ -13,7 +13,7 @@
13
13
  "homepage": "https://github.com/lightsparkdev/js-sdk",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/lightsparkdev/js-sdk.git"
16
+ "url": "git+https://github.com/lightsparkdev/js-sdk.git"
17
17
  },
18
18
  "bugs": {
19
19
  "url": "https://github.com/lightsparkdev/js-sdk/issues"
@@ -44,6 +44,7 @@
44
44
  "files": [
45
45
  "src/*",
46
46
  "dist/*",
47
+ "dist/objects/*",
47
48
  "CHANGELOG.md"
48
49
  ],
49
50
  "scripts": {
@@ -58,7 +59,7 @@
58
59
  "lint:fix:continue": "eslint --fix . || exit 0",
59
60
  "lint:watch": "esw ./src -w --ext .ts,.tsx,.js --color",
60
61
  "lint": "eslint .",
61
- "package-types": "yarn attw --pack .",
62
+ "package:checks": "yarn publint && yarn attw --pack .",
62
63
  "postversion": "yarn build",
63
64
  "test-cmd": "node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --bail",
64
65
  "test": "yarn test-cmd src/tests/*.test.ts",
@@ -68,8 +69,8 @@
68
69
  },
69
70
  "license": "Apache-2.0",
70
71
  "dependencies": {
71
- "@lightsparkdev/core": "1.3.0",
72
- "@lightsparkdev/crypto-wasm": "0.1.12",
72
+ "@lightsparkdev/core": "1.4.0",
73
+ "@lightsparkdev/crypto-wasm": "0.1.14",
73
74
  "crypto-browserify": "^3.12.0",
74
75
  "dayjs": "^1.11.7",
75
76
  "dotenv": "^16.3.1",
@@ -92,6 +93,7 @@
92
93
  "jest": "^29.6.2",
93
94
  "prettier": "3.0.3",
94
95
  "prettier-plugin-organize-imports": "^3.2.4",
96
+ "publint": "^0.3.9",
95
97
  "ts-jest": "^29.1.1",
96
98
  "tsc-absolute": "^1.0.1",
97
99
  "tsup": "^8.2.4",