-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix #287 * Update deps * Publish beta version 3.0.7-beta.1 * Make bic optional * Publish beta version 3.0.7-beta.2 * Publish beta version 3.0.8-beta.1 * Add missing ? Co-authored-by: Daniel Reinón García <[email protected]> * Change pain type * Revert "Change pain type" This reverts commit a22e39d. * Reapply "Change pain type" This reverts commit 7207fb4. * Fix tests * Fix comment --------- Co-authored-by: Daniel Reinón García <[email protected]>
- Loading branch information
Showing
4 changed files
with
222 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,13 @@ | |
"sepa", | ||
"xml" | ||
], | ||
"version": "3.0.7", | ||
"version": "3.0.8-beta.1", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"type": "module", | ||
"repository": "https://github.com/jerebtw/Sepa-JS-XML.git", | ||
"repository": { | ||
"url": "git+https://github.com/jerebtw/Sepa-JS-XML.git" | ||
}, | ||
"author": "Jerebtw <[email protected]>", | ||
"license": "MIT", | ||
"files": [ | ||
|
@@ -32,14 +34,14 @@ | |
}, | ||
"devDependencies": { | ||
"@swc/cli": "^0.4.0", | ||
"@swc/core": "^1.7.0", | ||
"@types/bun": "^1.1.6", | ||
"dayjs": "^1.11.12", | ||
"@swc/core": "^1.7.28", | ||
"@types/bun": "^1.1.10", | ||
"dayjs": "^1.11.13", | ||
"gh-pages": "^6.1.1", | ||
"gzip-size-cli": "^5.1.0", | ||
"prettier": "^3.3.3", | ||
"typedoc": "^0.26.5", | ||
"typescript": "^5.5.3" | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2" | ||
}, | ||
"dependencies": { | ||
"ibantools": "^4.5.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters