sdtk-kit 1.8.0 → 1.10.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.
package/README.md CHANGED
@@ -119,15 +119,15 @@ are the mechanism that puts `sdtk`, `sdtk-spec`, `sdtk-code`, `sdtk-ops`,
119
119
  - **Major version bumps** in any sub-toolkit require a coordinated `sdtk-kit` major-bump and re-publish.
120
120
  - If you need exact version control per toolkit, use standalone packages instead.
121
121
 
122
- Current dependency ranges (as of sdtk-kit v1.8.0):
122
+ Current dependency ranges (as of sdtk-kit v1.10.0):
123
123
 
124
124
  | Package | Version |
125
125
  |------------------|---------|
126
126
  | sdtk-spec-kit | ^0.5.0 |
127
127
  | sdtk-code-kit | ^0.3.0 |
128
128
  | sdtk-ops-kit | ^0.2.4 |
129
- | sdtk-design-kit | ^0.3.2 |
130
- | sdtk-wiki-kit | ^0.5.0 |
129
+ | sdtk-design-kit | ^0.5.0 |
130
+ | sdtk-wiki-kit | ^0.6.0 |
131
131
 
132
132
  ## Updating
133
133
 
package/bin/sdtk-code.js CHANGED
File without changes
File without changes
package/bin/sdtk-ops.js CHANGED
File without changes
package/bin/sdtk-spec.js CHANGED
File without changes
package/bin/sdtk-wiki.js CHANGED
File without changes
package/bin/sdtk.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sdtk-kit",
3
- "version": "1.8.0",
3
+ "version": "1.10.0",
4
4
  "description": "Install all five SDTK toolkits in one command. Meta-package for sdtk-spec-kit, sdtk-code-kit, sdtk-ops-kit, sdtk-design-kit, and sdtk-wiki-kit.",
5
5
  "type": "commonjs",
6
6
  "bin": {
@@ -30,8 +30,8 @@
30
30
  "sdtk-spec-kit": "^0.5.0",
31
31
  "sdtk-code-kit": "^0.3.0",
32
32
  "sdtk-ops-kit": "^0.2.4",
33
- "sdtk-design-kit": "^0.3.2",
34
- "sdtk-wiki-kit": "^0.5.0"
33
+ "sdtk-design-kit": "^0.5.0",
34
+ "sdtk-wiki-kit": "^0.6.0"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=18.13.0"