chore: release 2.1.0-rc.2

This commit is contained in:
Yarmo Mackenbach 2024-11-25 17:52:27 +01:00
parent 72d2a4a869
commit 496be64e82
No known key found for this signature in database
GPG key ID: C248C28D432560ED
8 changed files with 1114 additions and 697 deletions

597
dist/doip.core.js vendored

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

597
dist/doip.fetchers.js vendored

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{ {
"name": "doipjs", "name": "doipjs",
"version": "2.1.0-rc.1", "version": "2.1.0-rc.2",
"description": "Decentralized Online Identity Proofs library in Node.js", "description": "Decentralized Online Identity Proofs library in Node.js",
"type": "module", "type": "module",
"packageManager": "npm@10.9.0", "packageManager": "npm@10.9.0",

View file

@ -22,4 +22,4 @@ limitations under the License.
* doip.js library version * doip.js library version
* @constant {string} * @constant {string}
*/ */
export const version = '2.1.0-rc.1' export const version = '2.1.0-rc.2'