@commonpub/layer 0.7.21 → 0.7.23

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": "@commonpub/layer",
3
- "version": "0.7.21",
3
+ "version": "0.7.23",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "files": [
@@ -50,16 +50,16 @@
50
50
  "vue": "^3.4.0",
51
51
  "vue-router": "^4.3.0",
52
52
  "zod": "^4.3.6",
53
- "@commonpub/docs": "0.6.2",
54
53
  "@commonpub/config": "0.9.0",
54
+ "@commonpub/editor": "0.7.6",
55
55
  "@commonpub/auth": "0.5.0",
56
- "@commonpub/editor": "0.7.5",
57
- "@commonpub/protocol": "0.9.7",
58
- "@commonpub/explainer": "0.7.6",
59
- "@commonpub/ui": "0.8.5",
60
56
  "@commonpub/learning": "0.5.0",
57
+ "@commonpub/explainer": "0.7.6",
61
58
  "@commonpub/schema": "0.9.5",
62
- "@commonpub/server": "2.27.7"
59
+ "@commonpub/docs": "0.6.2",
60
+ "@commonpub/server": "2.27.7",
61
+ "@commonpub/ui": "0.8.5",
62
+ "@commonpub/protocol": "0.9.7"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@testing-library/jest-dom": "^6.9.1",
@@ -56,6 +56,7 @@ const projectTemplate: [string, Record<string, unknown>][] = [
56
56
  ['paragraph', { html: '<p>State what the reader will build or learn. Open with a relatable scenario or clear goal: "In this guide, we\'ll..."</p>' }],
57
57
  ['heading', { text: 'Prerequisites', level: 2 }],
58
58
  ['paragraph', { html: '<ul><li><p>Required tools, accounts, or hardware</p></li><li><p>Link each tool/service on first mention</p></li></ul>' }],
59
+ ['partsList', { parts: [] }],
59
60
  ['buildStep', { stepNumber: 1, instructions: 'Brief context sentence — why this step matters.\n\nNumbered steps with imperative verbs. Use code blocks for commands, inline code for filenames and values.\n\nAfter key steps, state what the reader should see or expect.', image: '', time: '' }],
60
61
  ['buildStep', { stepNumber: 2, instructions: 'Continue the pattern. Each build step = one phase of the build.\n\nLink to external repos for full code instead of pasting walls of code.', image: '', time: '' }],
61
62
  ['buildStep', { stepNumber: 3, instructions: 'Add as many steps as needed. Each step should be a clear, actionable phase.', image: '', time: '' }],