@lessonkit/cli 0.5.0 → 0.6.0

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.
Files changed (2) hide show
  1. package/README.md +5 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@lessonkit/cli`
2
2
 
3
- [![CI](https://github.com/eddiethedean/lessonkit/actions/workflows/checks.yml/badge.svg)](https://github.com/eddiethedean/lessonkit/actions/workflows/checks.yml)
3
+ [![CI](https://github.com/eddiethedean/lessonkit/actions/workflows/ci.yml/badge.svg)](https://github.com/eddiethedean/lessonkit/actions/workflows/ci.yml)
4
4
  [![npm](https://img.shields.io/npm/v/@lessonkit/cli.svg)](https://www.npmjs.com/package/@lessonkit/cli)
5
5
  [![License](https://img.shields.io/github/license/eddiethedean/lessonkit)](../../LICENSE)
6
6
 
@@ -12,13 +12,15 @@ LessonKit CLI (early stub).
12
12
  npm install -g @lessonkit/cli
13
13
  ```
14
14
 
15
- ## Commands (0.5.0 stubs)
15
+ ## Commands (0.6.0 stubs)
16
16
 
17
17
  ```bash
18
18
  lessonkit init
19
19
  lessonkit dev
20
20
  lessonkit build
21
- lessonkit package
21
+ lessonkit package # real dual export in 0.7.x
22
22
  lessonkit publish
23
23
  ```
24
24
 
25
+ For LMS packaging today, use [`@lessonkit/lxpack`](../../packages/lxpack/README.md) or [`examples/lxpack-golden`](../../examples/lxpack-golden).
26
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessonkit/cli",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "private": false,
5
5
  "description": "LessonKit CLI (early stub).",
6
6
  "license": "Apache-2.0",