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

Configure Feed

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

Merge branch 'main' into playground

phil 1b9bdf4b d680a09c

+6 -3
+4 -1
playground/svelte.config.js
··· 10 10 // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list. 11 11 // If your environment is not supported, or you settled on a specific environment, switch out the adapter. 12 12 // See https://svelte.dev/docs/kit/adapters for more information about adapters. 13 - adapter: adapter() 13 + adapter: adapter(), 14 + paths: { 15 + relative: true 16 + } 14 17 } 15 18 }; 16 19
+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"