Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .changeset/bright-coins-trade.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/forty-bottles-count.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/healthy-dragons-join.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/khaki-chairs-breathe.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/ninety-candles-look.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/examples/nodejs-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lightsparkdev/nodejs-scripts

## 0.0.22

### Patch Changes

- Updated dependencies [b1f160b]
- Updated dependencies [b1f160b]
- @lightsparkdev/lightspark-sdk@1.9.0
- @lightsparkdev/core@1.3.0

## 0.0.21

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/examples/nodejs-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/nodejs-scripts",
"version": "0.0.21",
"version": "0.0.22",
"private": true,
"description": "Example NodeJS scripts for Lightspark JS SDKs",
"main": "index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"typescript": "^5.6.2"
},
"dependencies": {
"@lightsparkdev/core": "1.2.8",
"@lightsparkdev/lightspark-sdk": "1.8.10",
"@lightsparkdev/core": "1.3.0",
"@lightsparkdev/lightspark-sdk": "1.9.0",
"commander": "^11.0.0",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21"
Expand Down
11 changes: 11 additions & 0 deletions apps/examples/oauth-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lightsparkdev/oauth-app

## 0.0.49

### Patch Changes

- Updated dependencies [b1f160b]
- Updated dependencies [b1f160b]
- Updated dependencies [b1f160b]
- @lightsparkdev/ui@1.1.0
- @lightsparkdev/lightspark-sdk@1.9.0
- @lightsparkdev/oauth@0.1.54

## 0.0.48

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/examples/oauth-app/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@lightsparkdev/oauth-app",
"version": "0.0.48",
"version": "0.0.49",
"private": true,
"dependencies": {
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/lightspark-sdk": "1.8.10",
"@lightsparkdev/lightspark-sdk": "1.9.0",
"@lightsparkdev/oauth": "*",
"@lightsparkdev/ui": "1.0.17",
"@lightsparkdev/ui": "1.1.0",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-router-dom": "6.11.2",
Expand Down
9 changes: 9 additions & 0 deletions apps/examples/remote-signing-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lightsparkdev/remote-signing-server

## 0.0.46

### Patch Changes

- Updated dependencies [b1f160b]
- Updated dependencies [b1f160b]
- @lightsparkdev/lightspark-sdk@1.9.0
- @lightsparkdev/core@1.3.0

## 0.0.45

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/examples/remote-signing-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/remote-signing-server",
"version": "0.0.45",
"version": "0.0.46",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -17,8 +17,8 @@
"types": "tsc"
},
"dependencies": {
"@lightsparkdev/core": "1.2.8",
"@lightsparkdev/lightspark-sdk": "1.8.10",
"@lightsparkdev/core": "1.3.0",
"@lightsparkdev/lightspark-sdk": "1.9.0",
"express": "^4.18.2"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions apps/examples/ui-test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lightsparkdev/ui-test-app

## 0.0.19

### Patch Changes

- Updated dependencies [b1f160b]
- Updated dependencies [b1f160b]
- @lightsparkdev/ui@1.1.0
- @lightsparkdev/core@1.3.0

## 0.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/examples/ui-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/ui-test-app",
"version": "0.0.18",
"version": "0.0.19",
"description": "Lightspark UI components",
"author": "Lightspark Inc.",
"main": "./dist/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@lightsparkdev/core": "1.2.8",
"@lightsparkdev/ui": "1.0.17",
"@lightsparkdev/core": "1.3.0",
"@lightsparkdev/ui": "1.1.0",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-router-dom": "6.11.2"
Expand Down
9 changes: 9 additions & 0 deletions apps/examples/uma-vasp-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lightsparkdev/uma-vasp-cli

## 0.0.27

### Patch Changes

- Updated dependencies [b1f160b]
- Updated dependencies [b1f160b]
- @lightsparkdev/lightspark-sdk@1.9.0
- @lightsparkdev/core@1.3.0

## 0.0.26

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/examples/uma-vasp-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/uma-vasp-cli",
"version": "0.0.26",
"version": "0.0.27",
"private": true,
"description": "CLI for the Demo UMA VASP in ../apps/examples/uma-vasp",
"main": "./dist/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@inquirer/prompts": "^1.1.3",
"@lightsparkdev/core": "1.2.8",
"@lightsparkdev/lightspark-sdk": "1.8.10",
"@lightsparkdev/core": "1.3.0",
"@lightsparkdev/lightspark-sdk": "1.9.0",
"@uma-sdk/core": "^1.2.3",
"chalk": "^5.3.0",
"commander": "^11.0.0"
Expand Down
9 changes: 9 additions & 0 deletions apps/examples/uma-vasp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lightsparkdev/uma-vasp

## 0.0.47

### Patch Changes

- Updated dependencies [b1f160b]
- Updated dependencies [b1f160b]
- @lightsparkdev/lightspark-sdk@1.9.0
- @lightsparkdev/core@1.3.0

## 0.0.46

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/examples/uma-vasp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/uma-vasp",
"version": "0.0.46",
"version": "0.0.47",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"main": "dist/index.js",
"dependencies": {
"@lightsparkdev/core": "1.2.8",
"@lightsparkdev/lightspark-sdk": "1.8.10",
"@lightsparkdev/core": "1.3.0",
"@lightsparkdev/lightspark-sdk": "1.9.0",
"@uma-sdk/core": "^1.2.3",
"express": "^4.18.2",
"uuid": "^9.0.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @lightsparkdev/core

## 1.3.0

### Minor Changes

- b1f160b: - CJS + ESM improvements

- Updated `package.json` to provide separate CommonJS (`index.cjs`) and ES modules (`index.js`).
- Added an `exports` section to explicitly define import/require entry points.
- attw support

- Added a `.attw.json` file and introduced a `"package-types"` script (`yarn attw --pack .`) for detecting type issues.

- Expanded currency utilities

- Introduced `EUR` handling in `CurrencyUnit` and extended the conversion logic to accommodate more fiat/btc transformations.
- Added new helper methods like `isUmaCurrencyAmount` and `isRecord` to strengthen type checks and conversions.
- Updated `formatCurrencyStr()` to handle `UmaCurrencyAmount` and incorporate new format logic.

- Refined the `mapCurrencyAmount()` function and improved `formatCurrencyStr()` to handle short vs. full precision more flexibly.
- Revised sub‐paths (e.g. `./utils`) in `package.json` exports for both ESM and CJS.

## 1.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/core",
"version": "1.2.8",
"version": "1.3.0",
"description": "Lightspark JS SDK",
"author": "Lightspark Inc.",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/crypto-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lightsparkdev/crypto-wasm

## 0.1.12

### Patch Changes

- Updated dependencies [b1f160b]
- @lightsparkdev/core@1.3.0

## 0.1.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightsparkdev/crypto-wasm",
"version": "0.1.11",
"version": "0.1.12",
"type": "module",
"files": [
"crypto_bg.wasm",
Expand All @@ -12,7 +12,7 @@
"test": "node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --bail"
},
"dependencies": {
"@lightsparkdev/core": "1.2.8"
"@lightsparkdev/core": "1.3.0"
},
"devDependencies": {
"jest": "^29.6.2",
Expand Down
Loading