@nitra/sqa 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitra/sqa",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Nitra CI tooling: sync GraphQL schema to a docs npm package (and more to come).",
5
5
  "homepage": "https://github.com/nitra/sqa",
6
6
  "bugs": {
package/src/cli.mjs CHANGED
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * `@nitra/sqa` — CLI-диспатчер.
4
4
  *
5
- * Запуск: `npx -y @nitra/sqa <subcommand> [args...]`
5
+ * Запуск: `npx -y \@nitra/sqa <subcommand> [args...]`
6
6
  *
7
7
  * Доступні subcommands:
8
8
  */
package/src/test1.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export const cli = () => {
2
+ console.log('test1: not implemented')
3
+ }
package/src/test2.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export const cli = () => {
2
+ console.log('test2: not implemented')
3
+ }