fix: remove lens JSON from lexicons dir (not a Lexicon), bump panproto to v0.23.0
Author: Aaron Steven White
Commit
bee63c3797d32d853676fc27c2bba4e8c415112eParent: a1aad69115
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan3 files changed +64 -377
@@ -1520,9 +1520,9 @@ dependencies = [
15201520 15211521 [[package]] 15221522 name = "js-sys" 1523-version = "0.3.93" 1523+version = "0.3.94" 15241524 source = "registry+https://github.com/rust-lang/crates.io-index" 1525-checksum = "797146bb2677299a1eb6b7b50a890f4c361b29ef967addf5b2fa45dae1bb6d7d" 1525+checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9" 15261526 dependencies = [ 15271527 "cfg-if", 15281528 "futures-util",
@@ -2012,8 +2012,8 @@ dependencies = [
20122012 20132013 [[package]] 20142014 name = "panproto-check" 2015-version = "0.22.1" 2016-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2015+version = "0.23.0" 2016+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 20172017 dependencies = [ 20182018 "panproto-gat", 20192019 "panproto-lens",
@@ -2027,8 +2027,8 @@ dependencies = [
20272027 20282028 [[package]] 20292029 name = "panproto-core" 2030-version = "0.22.1" 2031-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2030+version = "0.23.0" 2031+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 20322032 dependencies = [ 20332033 "panproto-check", 20342034 "panproto-gat",
@@ -2043,8 +2043,8 @@ dependencies = [
20432043 20442044 [[package]] 20452045 name = "panproto-expr" 2046-version = "0.22.1" 2047-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2046+version = "0.23.0" 2047+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 20482048 dependencies = [ 20492049 "rustc-hash", 20502050 "serde",
@@ -2053,8 +2053,8 @@ dependencies = [
20532053 20542054 [[package]] 20552055 name = "panproto-expr-parser" 2056-version = "0.22.1" 2057-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2056+version = "0.23.0" 2057+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 20582058 dependencies = [ 20592059 "chumsky", 20602060 "logos",
@@ -2063,8 +2063,8 @@ dependencies = [
20632063 20642064 [[package]] 20652065 name = "panproto-gat" 2066-version = "0.22.1" 2067-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2066+version = "0.23.0" 2067+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 20682068 dependencies = [ 20692069 "panproto-expr", 20702070 "rustc-hash",
@@ -2074,8 +2074,8 @@ dependencies = [
20742074 20752075 [[package]] 20762076 name = "panproto-git" 2077-version = "0.22.1" 2078-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2077+version = "0.23.0" 2078+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 20792079 dependencies = [ 20802080 "git2", 20812081 "miette",
@@ -2092,8 +2092,8 @@ dependencies = [
20922092 20932093 [[package]] 20942094 name = "panproto-grammars" 2095-version = "0.22.1" 2096-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2095+version = "0.23.0" 2096+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 20972097 dependencies = [ 20982098 "cc", 20992099 "serde",
@@ -2104,8 +2104,8 @@ dependencies = [
21042104 21052105 [[package]] 21062106 name = "panproto-inst" 2107-version = "0.22.1" 2108-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2107+version = "0.23.0" 2108+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 21092109 dependencies = [ 21102110 "bumpalo", 21112111 "panproto-expr",
@@ -2120,8 +2120,8 @@ dependencies = [
21202120 21212121 [[package]] 21222122 name = "panproto-io" 2123-version = "0.22.1" 2124-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2123+version = "0.23.0" 2124+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 21252125 dependencies = [ 21262126 "bumpalo", 21272127 "memchr",
@@ -2143,8 +2143,8 @@ dependencies = [
21432143 21442144 [[package]] 21452145 name = "panproto-lens" 2146-version = "0.22.1" 2147-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2146+version = "0.23.0" 2147+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 21482148 dependencies = [ 21492149 "panproto-expr", 21502150 "panproto-gat",
@@ -2160,8 +2160,8 @@ dependencies = [
21602160 21612161 [[package]] 21622162 name = "panproto-mig" 2163-version = "0.22.1" 2164-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2163+version = "0.23.0" 2164+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 21652165 dependencies = [ 21662166 "panproto-expr", 21672167 "panproto-gat",
@@ -2174,8 +2174,8 @@ dependencies = [
21742174 21752175 [[package]] 21762176 name = "panproto-parse" 2177-version = "0.22.1" 2178-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2177+version = "0.23.0" 2178+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 21792179 dependencies = [ 21802180 "memchr", 21812181 "miette",
@@ -2193,8 +2193,8 @@ dependencies = [
21932193 21942194 [[package]] 21952195 name = "panproto-project" 2196-version = "0.22.1" 2197-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2196+version = "0.23.0" 2197+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 21982198 dependencies = [ 21992199 "blake3", 22002200 "globset",
@@ -2213,8 +2213,8 @@ dependencies = [
22132213 22142214 [[package]] 22152215 name = "panproto-protocols" 2216-version = "0.22.1" 2217-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2216+version = "0.23.0" 2217+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 22182218 dependencies = [ 22192219 "blake3", 22202220 "panproto-gat",
@@ -2228,8 +2228,8 @@ dependencies = [
22282228 22292229 [[package]] 22302230 name = "panproto-schema" 2231-version = "0.22.1" 2232-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2231+version = "0.23.0" 2232+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 22332233 dependencies = [ 22342234 "panproto-expr", 22352235 "panproto-gat",
@@ -2241,8 +2241,8 @@ dependencies = [
22412241 22422242 [[package]] 22432243 name = "panproto-vcs" 2244-version = "0.22.1" 2245-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2244+version = "0.23.0" 2245+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 22462246 dependencies = [ 22472247 "blake3", 22482248 "panproto-check",
@@ -2262,8 +2262,8 @@ dependencies = [
22622262 22632263 [[package]] 22642264 name = "panproto-xrpc" 2265-version = "0.22.1" 2266-source = "git+https://github.com/panproto/panproto.git?tag=v0.22.1#ee8b6e75fbb71b8b66a1932a5f031d3ff092c510" 2265+version = "0.23.0" 2266+source = "git+https://github.com/panproto/panproto.git?tag=v0.23.0#be3c299556210beccc02113c870734cbfe6bde4e" 22672267 dependencies = [ 22682268 "hex", 22692269 "miette",
@@ -4166,9 +4166,9 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
41664166 41674167 [[package]] 41684168 name = "wasm-bindgen" 4169-version = "0.2.116" 4169+version = "0.2.117" 41704170 source = "registry+https://github.com/rust-lang/crates.io-index" 4171-checksum = "7dc0882f7b5bb01ae8c5215a1230832694481c1a4be062fd410e12ea3da5b631" 4171+checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0" 41724172 dependencies = [ 41734173 "cfg-if", 41744174 "once_cell",
@@ -4179,9 +4179,9 @@ dependencies = [
41794179 41804180 [[package]] 41814181 name = "wasm-bindgen-futures" 4182-version = "0.4.66" 4182+version = "0.4.67" 41834183 source = "registry+https://github.com/rust-lang/crates.io-index" 4184-checksum = "19280959e2844181895ef62f065c63e0ca07ece4771b53d89bfdb967d97cbf05" 4184+checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e" 41854185 dependencies = [ 41864186 "js-sys", 41874187 "wasm-bindgen",
@@ -4189,9 +4189,9 @@ dependencies = [
41894189 41904190 [[package]] 41914191 name = "wasm-bindgen-macro" 4192-version = "0.2.116" 4192+version = "0.2.117" 41934193 source = "registry+https://github.com/rust-lang/crates.io-index" 4194-checksum = "75973d3066e01d035dbedaad2864c398df42f8dd7b1ea057c35b8407c015b537" 4194+checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be" 41954195 dependencies = [ 41964196 "quote", 41974197 "wasm-bindgen-macro-support",
@@ -4199,9 +4199,9 @@ dependencies = [
41994199 42004200 [[package]] 42014201 name = "wasm-bindgen-macro-support" 4202-version = "0.2.116" 4202+version = "0.2.117" 42034203 source = "registry+https://github.com/rust-lang/crates.io-index" 4204-checksum = "91af5e4be765819e0bcfee7322c14374dc821e35e72fa663a830bbc7dc199eac" 4204+checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2" 42054205 dependencies = [ 42064206 "bumpalo", 42074207 "proc-macro2",
@@ -4212,9 +4212,9 @@ dependencies = [
42124212 42134213 [[package]] 42144214 name = "wasm-bindgen-shared" 4215-version = "0.2.116" 4215+version = "0.2.117" 42164216 source = "registry+https://github.com/rust-lang/crates.io-index" 4217-checksum = "c9bf0406a78f02f336bf1e451799cca198e8acde4ffa278f0fb20487b150a633" 4217+checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b" 42184218 dependencies = [ 42194219 "unicode-ident", 42204220 ]
@@ -4255,9 +4255,9 @@ dependencies = [
42554255 42564256 [[package]] 42574257 name = "web-sys" 4258-version = "0.3.93" 4258+version = "0.3.94" 42594259 source = "registry+https://github.com/rust-lang/crates.io-index" 4260-checksum = "749466a37ee189057f54748b200186b59a03417a117267baf3fd89cecc9fb837" 4260+checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a" 42614261 dependencies = [ 42624262 "js-sys", 42634263 "wasm-bindgen",
@@ -16,22 +16,22 @@ repository = "https://github.com/cospan-dev/cospan"
1616 # panproto — all from git because panproto-grammars needs vendored C sources 1717 # (too large for crates.io). All crates must come from the same source to avoid 1818 # type mismatches between git and crates.io versions of panproto-schema etc. 19-panproto-core = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 20-panproto-vcs = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 21-panproto-schema = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 22-panproto-check = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 23-panproto-lens = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 24-panproto-protocols = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 25-panproto-io = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 26-panproto-inst = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 27-panproto-gat = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 28-panproto-mig = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 29-panproto-expr = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 30-panproto-expr-parser = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 31-panproto-xrpc = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 32-panproto-parse = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1", features = ["group-all"] } 33-panproto-git = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 34-panproto-project = { git = "https://github.com/panproto/panproto.git", tag = "v0.22.1" } 19+panproto-core = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 20+panproto-vcs = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 21+panproto-schema = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 22+panproto-check = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 23+panproto-lens = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 24+panproto-protocols = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 25+panproto-io = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 26+panproto-inst = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 27+panproto-gat = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 28+panproto-mig = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 29+panproto-expr = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 30+panproto-expr-parser = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 31+panproto-xrpc = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 32+panproto-parse = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0", features = ["group-all"] } 33+panproto-git = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 34+panproto-project = { git = "https://github.com/panproto/panproto.git", tag = "v0.23.0" } 3535 git2 = "0.20" 3636 3737 # Web framework
@@ -1,313 +0,0 @@
1-{ 2- "$type": "org.relationaltext.lens", 3- "id": "org.relationaltext.to.html.v1", 4- "description": "Transform RelationalText canonical facets to HTML facets", 5- "source": "org.relationaltext.facet", 6- "target": "org.w3c.html.facet", 7- "invertible": false, 8- "rules": [ 9- { 10- "match": { 11- "name": "bold" 12- }, 13- "replace": { 14- "name": "strong" 15- } 16- }, 17- { 18- "match": { 19- "name": "italic" 20- }, 21- "replace": { 22- "name": "em" 23- } 24- }, 25- { 26- "match": { 27- "name": "code" 28- }, 29- "replace": { 30- "name": "code" 31- } 32- }, 33- { 34- "match": { 35- "name": "strikethrough" 36- }, 37- "replace": { 38- "name": "s" 39- } 40- }, 41- { 42- "match": { 43- "name": "underline" 44- }, 45- "replace": { 46- "name": "u" 47- } 48- }, 49- { 50- "match": { 51- "name": "superscript" 52- }, 53- "replace": { 54- "name": "sup" 55- } 56- }, 57- { 58- "match": { 59- "name": "subscript" 60- }, 61- "replace": { 62- "name": "sub" 63- } 64- }, 65- { 66- "match": { 67- "name": "keyboard" 68- }, 69- "replace": { 70- "name": "kbd" 71- } 72- }, 73- { 74- "match": { 75- "name": "highlight" 76- }, 77- "replace": { 78- "name": "mark" 79- } 80- }, 81- { 82- "match": { 83- "name": "insertion" 84- }, 85- "replace": { 86- "name": "ins", 87- "renameAttrs": { 88- "author": "cite", 89- "date": "datetime" 90- } 91- } 92- }, 93- { 94- "match": { 95- "name": "deletion" 96- }, 97- "replace": { 98- "name": "del", 99- "renameAttrs": { 100- "author": "cite", 101- "date": "datetime" 102- } 103- } 104- }, 105- { 106- "match": { 107- "name": "line-break" 108- }, 109- "replace": { 110- "name": "br" 111- } 112- }, 113- { 114- "match": { 115- "name": "link" 116- }, 117- "replace": { 118- "name": "a", 119- "renameAttrs": { 120- "url": "href" 121- } 122- } 123- }, 124- { 125- "match": { 126- "name": "mention" 127- }, 128- "replace": { 129- "name": "a", 130- "renameAttrs": { 131- "url": "href" 132- } 133- } 134- }, 135- { 136- "match": { 137- "name": "hashtag" 138- }, 139- "replace": { 140- "name": "a", 141- "renameAttrs": { 142- "url": "href" 143- } 144- } 145- }, 146- { 147- "match": { 148- "name": "image" 149- }, 150- "replace": { 151- "name": "img" 152- } 153- }, 154- { 155- "match": { 156- "name": "paragraph" 157- }, 158- "replace": { 159- "name": "p" 160- } 161- }, 162- { 163- "match": { 164- "name": "heading" 165- }, 166- "replace": { 167- "name": { 168- "template": "h{level}" 169- }, 170- "dropAttrs": [ 171- "level" 172- ] 173- } 174- }, 175- { 176- "match": { 177- "name": "code-block" 178- }, 179- "replace": { 180- "name": "pre" 181- } 182- }, 183- { 184- "match": { 185- "name": "horizontal-rule" 186- }, 187- "replace": { 188- "name": "hr" 189- } 190- }, 191- { 192- "match": { 193- "name": "blockquote" 194- }, 195- "replace": { 196- "name": "blockquote" 197- } 198- }, 199- { 200- "match": { 201- "name": "table" 202- }, 203- "replace": { 204- "name": "table" 205- } 206- }, 207- { 208- "match": { 209- "name": "definition-term" 210- }, 211- "replace": { 212- "name": "dt" 213- } 214- }, 215- { 216- "match": { 217- "name": "definition-detail" 218- }, 219- "replace": { 220- "name": "dd" 221- } 222- }, 223- { 224- "match": { 225- "name": "page-break" 226- }, 227- "replace": { 228- "name": "hr" 229- } 230- }, 231- { 232- "match": { 233- "name": "details" 234- }, 235- "replace": { 236- "name": "details" 237- } 238- }, 239- { 240- "match": { 241- "name": "embed" 242- }, 243- "replace": null 244- }, 245- { 246- "match": { 247- "name": "html-block" 248- }, 249- "replace": { 250- "name": "raw", 251- "renameAttrs": { 252- "content": "raw" 253- } 254- } 255- }, 256- { 257- "match": { 258- "name": "bullet-list-marker" 259- }, 260- "replace": { 261- "name": "ul" 262- } 263- }, 264- { 265- "match": { 266- "name": "ordered-list-marker" 267- }, 268- "replace": { 269- "name": "ol" 270- } 271- }, 272- { 273- "match": { 274- "name": "list-item-marker" 275- }, 276- "replace": { 277- "name": "li" 278- } 279- }, 280- { 281- "match": { 282- "name": "list-item-text" 283- }, 284- "replace": { 285- "name": "text" 286- } 287- }, 288- { 289- "match": { 290- "name": "unordered-list-item" 291- }, 292- "replace": { 293- "name": "li" 294- } 295- }, 296- { 297- "match": { 298- "name": "ordered-list-item" 299- }, 300- "replace": { 301- "name": "li" 302- } 303- }, 304- { 305- "match": { 306- "name": "blockquote-marker" 307- }, 308- "replace": { 309- "name": "blockquote" 310- } 311- } 312- ] 313-}