Barazo lexicon schemas and TypeScript types barazo.forum
1
fork

Configure Feed

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

refactor: rename package to @singi-labs/barazo-lexicons (#56)

* refactor: rename package from @singi-labs/lexicons to @singi-labs/barazo-lexicons

Aligns the npm package name with the repo name and differentiates from
@singi-labs/sifa-lexicons. Consumers (barazo-api, barazo-web) updated
in parallel PRs.

* docs: update module docstring for @singi-labs/barazo-lexicons

authored by

Guido X Jansen and committed by
GitHub
5d86f49a 0d9e71f3

+2 -2
+1 -1
package.json
··· 1 1 { 2 - "name": "@singi-labs/lexicons", 2 + "name": "@singi-labs/barazo-lexicons", 3 3 "version": "0.3.0", 4 4 "description": "AT Protocol lexicon schemas and generated TypeScript types for the Barazo forum platform", 5 5 "type": "module",
+1 -1
src/index.ts
··· 1 1 /** 2 - * @singi-labs/lexicons 2 + * @singi-labs/barazo-lexicons 3 3 * 4 4 * AT Protocol lexicon schemas and generated TypeScript types 5 5 * for the Barazo forum platform.