prototypey.org - atproto lexicon typescript toolkit - mirror https://github.com/tylersayshi/prototypey
1
fork

Configure Feed

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

Version Packages

authored by

github-actions[bot] and committed by
Tyler Lawson
f88fe8f4 a4c76a1a

+9 -8
-7
.changeset/gen-emit-nested.md
··· 1 - --- 2 - "prototypey": minor 3 - --- 4 - 5 - **BREAKING:** `gen-emit` now writes schemas into a nested directory structure based on each lexicon's NSID (e.g. `com/atproto/repo/strongRef.json` instead of `com.atproto.repo.strongRef.json`). The previous flat dot-separated layout has been removed. 6 - 7 - This is the layout expected by [goat](https://github.com/bluesky-social/goat), [lex](https://github.com/bluesky-social/atproto/tree/main/packages/lex/lex), [lpm](https://github.com/lexicon-community/lpm), and other tooling in the atproto ecosystem.
+8
packages/prototypey/CHANGELOG.md
··· 1 1 # prototypey 2 2 3 + ## 0.5.0 4 + 5 + ### Minor Changes 6 + 7 + - af061d6: **BREAKING:** `gen-emit` now writes schemas into a nested directory structure based on each lexicon's NSID (e.g. `com/atproto/repo/strongRef.json` instead of `com.atproto.repo.strongRef.json`). The previous flat dot-separated layout has been removed. 8 + 9 + This is the layout expected by [goat](https://github.com/bluesky-social/goat), [lex](https://github.com/bluesky-social/atproto/tree/main/packages/lex/lex), [lpm](https://github.com/lexicon-community/lpm), and other tooling in the atproto ecosystem. 10 + 3 11 ## 0.4.0 4 12 5 13 ### Minor Changes
+1 -1
packages/prototypey/package.json
··· 1 1 { 2 2 "name": "prototypey", 3 - "version": "0.4.0", 3 + "version": "0.5.0", 4 4 "description": "atproto lexicon typescript toolkit", 5 5 "repository": { 6 6 "type": "git",