Fork of github.com/did-method-plc/did-method-plc

add axios dependency

dholms f0599f71 f6152c42

Changed files
+19 -2
packages
+2
README.md
···
DID Placeholder is a cryptographic, strongly-consistent, and recoverable [DID](https://www.w3.org/TR/did-core/) method.
## Motivation
We introduced DID Placeholder because we weren't totally satisfied with any of the existing DID methods.
···
DID Placeholder is a cryptographic, strongly-consistent, and recoverable [DID](https://www.w3.org/TR/did-core/) method.
+
### ⚠ README️ out of date ⚠️
+
## Motivation
We introduced DID Placeholder because we weren't totally satisfied with any of the existing DID methods.
+2 -1
packages/lib/package.json
···
{
"name": "@did-plc/lib",
"version": "0.0.1",
-
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"test": "jest",
···
"@atproto/common": "0.1.0",
"@atproto/crypto": "0.1.0",
"@ipld/dag-cbor": "^7.0.3",
"multiformats": "^9.6.4",
"uint8arrays": "3.0.0",
"zod": "^3.14.2"
···
{
"name": "@did-plc/lib",
"version": "0.0.1",
+
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"test": "jest",
···
"@atproto/common": "0.1.0",
"@atproto/crypto": "0.1.0",
"@ipld/dag-cbor": "^7.0.3",
+
"axios": "^1.3.4",
"multiformats": "^9.6.4",
"uint8arrays": "3.0.0",
"zod": "^3.14.2"
+15 -1
yarn.lock
···
follow-redirects "^1.14.9"
form-data "^4.0.0"
babel-eslint@^10.1.0:
version "10.1.0"
resolved "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz"
···
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz"
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
-
follow-redirects@^1.14.9:
version "1.15.2"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz"
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
···
dependencies:
forwarded "0.2.0"
ipaddr.js "1.9.1"
psl@^1.1.28:
version "1.9.0"
···
follow-redirects "^1.14.9"
form-data "^4.0.0"
+
axios@^1.3.4:
+
version "1.3.4"
+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
+
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
+
dependencies:
+
follow-redirects "^1.15.0"
+
form-data "^4.0.0"
+
proxy-from-env "^1.1.0"
+
babel-eslint@^10.1.0:
version "10.1.0"
resolved "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz"
···
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz"
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
+
follow-redirects@^1.14.9, follow-redirects@^1.15.0:
version "1.15.2"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz"
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
···
dependencies:
forwarded "0.2.0"
ipaddr.js "1.9.1"
+
+
proxy-from-env@^1.1.0:
+
version "1.1.0"
+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
psl@^1.1.28:
version "1.9.0"