@skillsmith/cli 0.5.10 → 0.5.12
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/CHANGELOG.md +8 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/src/commands/audit.d.ts.map +1 -1
- package/dist/src/commands/audit.js +2 -1
- package/dist/src/commands/audit.js.map +1 -1
- package/dist/src/commands/sync.d.ts.map +1 -1
- package/dist/src/commands/sync.js +7 -1
- package/dist/src/commands/sync.js.map +1 -1
- package/dist/src/index.js +0 -0
- package/dist/src/utils/node-version.js +4 -4
- package/dist/src/utils/node-version.js.map +1 -1
- package/dist/tests/node-version.test.js +5 -5
- package/dist/tests/node-version.test.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@skillsmith/cli` are documented here.
|
|
4
4
|
|
|
5
|
+
## v0.5.12
|
|
6
|
+
|
|
7
|
+
- **Bump**: requires `@skillsmith/core` ≥ 0.5.6 to pick up the SMI-4486 schema-init fix that finally lets fresh installs run `skillsmith sync` without missing-table errors (#795).
|
|
8
|
+
|
|
9
|
+
## v0.5.11
|
|
10
|
+
|
|
11
|
+
- **Fix**: SMI-4486 call initializeSchema after createDatabaseAsync in sync + audit (#791)
|
|
12
|
+
|
|
5
13
|
## v0.5.10
|
|
6
14
|
|
|
7
15
|
- **Fix**: SMI-4474 auto-load JWT so logged-in CLI commands count toward quota (#786)
|