chore(global): update configs as usual and add ATP-DID well-known fiel
Some checks failed
Docker CI / Build environment for GitLab CI/CD (push) Has been cancelled
Docker CI / Generate Gitpod workspace image snapshot (push) Has been cancelled

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-11-10 09:23:11 +00:00
parent 27b025a29a
commit 0c2c365131
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
10 changed files with 656 additions and 373 deletions

56
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.1.0",
"license": "MPL-2.0",
"dependencies": {
"@dotenvx/dotenvx": "^1.19.0"
"@dotenvx/dotenvx": "^1.22.0"
},
"devDependencies": {
"wrangler": "^3.80.4"
@ -141,14 +141,14 @@
}
},
"node_modules/@dotenvx/dotenvx": {
"version": "1.19.0",
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.19.0.tgz",
"integrity": "sha512-o+gdlAm+5xHw8DvkOZeMUn0vqiHWVz5oO9FpRg+ST9Jpg5eg3XL+WSOc7FqJ0PYAuoTHxhHP5vDPPcXvcJKnIQ==",
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.22.0.tgz",
"integrity": "sha512-EO09sE4iHu/MuKSx1FKQwXHQZ50mF0O4KUnBa3Rrlhgdwv0byg53lDcOpWpbaeq/f8z0dJ1EdV6Su1rugVanug==",
"license": "BSD-3-Clause",
"dependencies": {
"commander": "^11.1.0",
"dotenv": "^16.4.5",
"eciesjs": "^0.4.6",
"eciesjs": "^0.4.10",
"execa": "^5.1.1",
"fdir": "^6.2.0",
"ignore": "^5.3.0",
@ -190,6 +190,20 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/@ecies/ciphers": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@ecies/ciphers/-/ciphers-0.2.1.tgz",
"integrity": "sha512-ezMihhjW24VNK/2qQR7lH8xCQY24nk0XHF/kwJ1OuiiY5iEwQXOcKVSy47fSoHPRG8gVGXcK5SgtONDk5xMwtQ==",
"license": "MIT",
"engines": {
"bun": ">=1",
"deno": ">=2",
"node": ">=16"
},
"peerDependencies": {
"@noble/ciphers": "^1.0.0"
}
},
"node_modules/@esbuild-plugins/node-globals-polyfill": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@esbuild-plugins/node-globals-polyfill/-/node-globals-polyfill-0.2.3.tgz",
@ -854,17 +868,20 @@
}
},
"node_modules/eciesjs": {
"version": "0.4.8",
"resolved": "https://registry.npmjs.org/eciesjs/-/eciesjs-0.4.8.tgz",
"integrity": "sha512-U2wAn6yEOVBP9lOVh3nryufg3hQTKVicG+qjEfqB/70m/mU9DzwWNdK0mC5zuxlJH42EGAezFlHVWI0snwg1nw==",
"version": "0.4.11",
"resolved": "https://registry.npmjs.org/eciesjs/-/eciesjs-0.4.11.tgz",
"integrity": "sha512-SmUG449n1w1YGvJD9R30tBGvpxTxA0cnn0rfvpFIBvmezfIhagLjsH2JG8HBHOLS8slXsPh48II7IDUTH/J3Mg==",
"license": "MIT",
"dependencies": {
"@ecies/ciphers": "^0.2.1",
"@noble/ciphers": "^1.0.0",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0"
},
"engines": {
"node": ">=16.0.0"
"bun": ">=1",
"deno": ">=2",
"node": ">=16"
}
},
"node_modules/esbuild": {
@ -1758,13 +1775,13 @@
}
},
"@dotenvx/dotenvx": {
"version": "1.19.0",
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.19.0.tgz",
"integrity": "sha512-o+gdlAm+5xHw8DvkOZeMUn0vqiHWVz5oO9FpRg+ST9Jpg5eg3XL+WSOc7FqJ0PYAuoTHxhHP5vDPPcXvcJKnIQ==",
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.22.0.tgz",
"integrity": "sha512-EO09sE4iHu/MuKSx1FKQwXHQZ50mF0O4KUnBa3Rrlhgdwv0byg53lDcOpWpbaeq/f8z0dJ1EdV6Su1rugVanug==",
"requires": {
"commander": "^11.1.0",
"dotenv": "^16.4.5",
"eciesjs": "^0.4.6",
"eciesjs": "^0.4.10",
"execa": "^5.1.1",
"fdir": "^6.2.0",
"ignore": "^5.3.0",
@ -1786,6 +1803,12 @@
}
}
},
"@ecies/ciphers": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@ecies/ciphers/-/ciphers-0.2.1.tgz",
"integrity": "sha512-ezMihhjW24VNK/2qQR7lH8xCQY24nk0XHF/kwJ1OuiiY5iEwQXOcKVSy47fSoHPRG8gVGXcK5SgtONDk5xMwtQ==",
"requires": {}
},
"@esbuild-plugins/node-globals-polyfill": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/@esbuild-plugins/node-globals-polyfill/-/node-globals-polyfill-0.2.3.tgz",
@ -2147,10 +2170,11 @@
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg=="
},
"eciesjs": {
"version": "0.4.8",
"resolved": "https://registry.npmjs.org/eciesjs/-/eciesjs-0.4.8.tgz",
"integrity": "sha512-U2wAn6yEOVBP9lOVh3nryufg3hQTKVicG+qjEfqB/70m/mU9DzwWNdK0mC5zuxlJH42EGAezFlHVWI0snwg1nw==",
"version": "0.4.11",
"resolved": "https://registry.npmjs.org/eciesjs/-/eciesjs-0.4.11.tgz",
"integrity": "sha512-SmUG449n1w1YGvJD9R30tBGvpxTxA0cnn0rfvpFIBvmezfIhagLjsH2JG8HBHOLS8slXsPh48II7IDUTH/J3Mg==",
"requires": {
"@ecies/ciphers": "^0.2.1",
"@noble/ciphers": "^1.0.0",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0"