···1010 // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.
1111 // If your environment is not supported, or you settled on a specific environment, switch out the adapter.
1212 // See https://svelte.dev/docs/kit/adapters for more information about adapters.
1313- adapter: adapter()
1313+ adapter: adapter(),
1414+ paths: {
1515+ relative: true
1616+ }
1417 }
1518};
1619
+1-1
ref-impl-js/package.json
···11{
22 "name": "recordpath",
33- "version": "0.0.1",
33+ "version": "0.0.2",
44 "description": "a textual notation to locate fields within atproto records",
55 "type": "module",
66 "exports": {
+1-1
ref-impl-rust/Cargo.toml
···11[package]
22name = "recordpath"
33description = "a textual notation to locate fields within atproto records"
44-version = "0.0.1"
44+version = "0.0.2"
55edition = "2024"
66license = "MIT OR Apache-2.0"
77repository = "https://tangled.org/microcosm.blue/RecordPath"