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

Configure Feed

Select the types of activity you want to include in your feed.

add axios dependency

dholms f0599f71 f6152c42

+19 -2
+2
README.md
··· 2 2 3 3 DID Placeholder is a cryptographic, strongly-consistent, and recoverable [DID](https://www.w3.org/TR/did-core/) method. 4 4 5 + ### ⚠ README️ out of date ⚠️ 6 + 5 7 ## Motivation 6 8 7 9 We introduced DID Placeholder because we weren't totally satisfied with any of the existing DID methods.
+2 -1
packages/lib/package.json
··· 1 1 { 2 2 "name": "@did-plc/lib", 3 3 "version": "0.0.1", 4 - "main": "src/index.ts", 4 + "main": "dist/index.js", 5 5 "license": "MIT", 6 6 "scripts": { 7 7 "test": "jest", ··· 22 22 "@atproto/common": "0.1.0", 23 23 "@atproto/crypto": "0.1.0", 24 24 "@ipld/dag-cbor": "^7.0.3", 25 + "axios": "^1.3.4", 25 26 "multiformats": "^9.6.4", 26 27 "uint8arrays": "3.0.0", 27 28 "zod": "^3.14.2"
+15 -1
yarn.lock
··· 2655 2655 follow-redirects "^1.14.9" 2656 2656 form-data "^4.0.0" 2657 2657 2658 + axios@^1.3.4: 2659 + version "1.3.4" 2660 + resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024" 2661 + integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ== 2662 + dependencies: 2663 + follow-redirects "^1.15.0" 2664 + form-data "^4.0.0" 2665 + proxy-from-env "^1.1.0" 2666 + 2658 2667 babel-eslint@^10.1.0: 2659 2668 version "10.1.0" 2660 2669 resolved "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz" ··· 4243 4252 resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz" 4244 4253 integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== 4245 4254 4246 - follow-redirects@^1.14.9: 4255 + follow-redirects@^1.14.9, follow-redirects@^1.15.0: 4247 4256 version "1.15.2" 4248 4257 resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz" 4249 4258 integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== ··· 6946 6955 dependencies: 6947 6956 forwarded "0.2.0" 6948 6957 ipaddr.js "1.9.1" 6958 + 6959 + proxy-from-env@^1.1.0: 6960 + version "1.1.0" 6961 + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" 6962 + integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== 6949 6963 6950 6964 psl@^1.1.28: 6951 6965 version "1.9.0"