a textual notation to locate fields within atproto records (draft spec) microcosm.tngl.io/RecordPath/
8
fork

Configure Feed

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

version bump

phil 97c74753 0c3efccf

+2 -2
+1 -1
ref-impl-js/package.json
··· 1 1 { 2 2 "name": "recordpath", 3 - "version": "0.0.1", 3 + "version": "0.0.2", 4 4 "description": "a textual notation to locate fields within atproto records", 5 5 "type": "module", 6 6 "exports": {
+1 -1
ref-impl-rust/Cargo.toml
··· 1 1 [package] 2 2 name = "recordpath" 3 3 description = "a textual notation to locate fields within atproto records" 4 - version = "0.0.1" 4 + version = "0.0.2" 5 5 edition = "2024" 6 6 license = "MIT OR Apache-2.0" 7 7 repository = "https://tangled.org/microcosm.blue/RecordPath"