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.

fix common import

dholms 4da6c6d5 98cf61f2

+8 -25
+2 -2
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", ··· 19 19 "postpublish": "npm run update-main-to-src" 20 20 }, 21 21 "dependencies": { 22 - "@atproto/common": "0.1.0", 22 + "@atproto/common": "0.1.1", 23 23 "@atproto/crypto": "0.1.0", 24 24 "@ipld/dag-cbor": "^7.0.3", 25 25 "axios": "^1.3.4",
+1 -1
packages/server/package.json
··· 23 23 "postpublish": "npm run update-main-to-src" 24 24 }, 25 25 "dependencies": { 26 - "@atproto/common": "0.1.0", 26 + "@atproto/common": "0.1.1", 27 27 "@atproto/crypto": "0.1.0", 28 28 "@did-plc/lib": "*", 29 29 "axios": "^1.3.4",
+5 -22
yarn.lock
··· 10 10 "@jridgewell/gen-mapping" "^0.1.0" 11 11 "@jridgewell/trace-mapping" "^0.3.9" 12 12 13 - "@atproto/common@0.1.0": 14 - version "0.1.0" 15 - resolved "https://registry.yarnpkg.com/@atproto/common/-/common-0.1.0.tgz#4216a8fef5b985ab62ac21252a0f8ca0f4a0f210" 16 - integrity sha512-OB5tWE2R19jwiMIs2IjQieH5KTUuMb98XGCn9h3xuu6NanwjlmbCYMv08fMYwIp3UQ6jcq//84cDT3Bu6fJD+A== 13 + "@atproto/common@0.1.1": 14 + version "0.1.1" 15 + resolved "https://registry.yarnpkg.com/@atproto/common/-/common-0.1.1.tgz#ec33a3b4995c91d3ad2e90fc4cdbc65284ceff84" 16 + integrity sha512-GYwot5wF/z8iYGSPjrLHuratLc0CVgovmwfJss7+BUOB6y2/Vw8+1Vw0n9DDI0gb5vmx3UI8z0uJgC8aa8yuJg== 17 17 dependencies: 18 18 "@ipld/dag-cbor" "^7.0.3" 19 19 multiformats "^9.6.4" ··· 6782 6782 resolved "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.0.0.tgz" 6783 6783 integrity sha512-mMMOwSKrmyl+Y12Ri2xhH1lbzQxwwpuru9VjyJpgFIH4asSj88F2csdMwN6+M5g1Ll4rmsYghHLQJw81tgZ7LQ== 6784 6784 6785 - pino@^8.0.0, pino@^8.11.0: 6785 + pino@^8.0.0, pino@^8.11.0, pino@^8.6.1: 6786 6786 version "8.11.0" 6787 6787 resolved "https://registry.yarnpkg.com/pino/-/pino-8.11.0.tgz#2a91f454106b13e708a66c74ebc1c2ab7ab38498" 6788 6788 integrity sha512-Z2eKSvlrl2rH8p5eveNUnTdd4AjJk8tAsLkHYZQKGHP4WTh2Gi1cOSOs3eWPqaj+niS3gj4UkoreoaWgF3ZWYg== 6789 - dependencies: 6790 - atomic-sleep "^1.0.0" 6791 - fast-redact "^3.1.1" 6792 - on-exit-leak-free "^2.1.0" 6793 - pino-abstract-transport v1.0.0 6794 - pino-std-serializers "^6.0.0" 6795 - process-warning "^2.0.0" 6796 - quick-format-unescaped "^4.0.3" 6797 - real-require "^0.2.0" 6798 - safe-stable-stringify "^2.3.1" 6799 - sonic-boom "^3.1.0" 6800 - thread-stream "^2.0.0" 6801 - 6802 - pino@^8.6.1: 6803 - version "8.6.1" 6804 - resolved "https://registry.npmjs.org/pino/-/pino-8.6.1.tgz" 6805 - integrity sha512-fi+V2K98eMZjQ/uEHHSiMALNrz7HaFdKNYuyA3ZUrbH0f1e8sPFDmeRGzg7ZH2q4QDxGnJPOswmqlEaTAZeDPA== 6806 6789 dependencies: 6807 6790 atomic-sleep "^1.0.0" 6808 6791 fast-redact "^3.1.1"