quackage 1.2.5 → 1.3.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
@@ -1,6 +1,6 @@
1
1
  # Quackage
2
2
 
3
- > **[▶ Read the Quackage Documentation](https://stevenvelozo.github.io/quackage/)** — interactive docs with the full API reference.
3
+ > **[▶ Read the Quackage Documentation](https://fable-retold.github.io/quackage/)** — interactive docs with the full API reference.
4
4
 
5
5
  Package. Test. Duck. Name a more iconic trio.
6
6
 
@@ -55,7 +55,7 @@ npx quack enhance-my-package
55
55
 
56
56
  ## Related Packages
57
57
 
58
- - [indoctrinate](https://github.com/stevenvelozo/indoctrinate) - Documentation scaffolding
58
+ - [indoctrinate](https://github.com/fable-retold/indoctrinate) - Documentation scaffolding
59
59
 
60
60
  ## License
61
61
 
package/docs/_cover.md CHANGED
@@ -10,4 +10,4 @@ A CLI toolkit for managing, building, testing and documenting JavaScript/Node.js
10
10
 
11
11
  [Get Started](README.md)
12
12
  [Command Reference](commands/documentation/README.md)
13
- [GitHub](https://github.com/stevenvelozo/quackage)
13
+ [GitHub](https://github.com/fable-retold/quackage)
package/docs/_topbar.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Quackage
2
2
  - [Docs](/)
3
3
  - [Commands](commands/building/README.md)
4
- - [GitHub](https://github.com/stevenvelozo/quackage)
4
+ - [GitHub](https://github.com/fable-retold/quackage)
5
5
  - [npm](https://www.npmjs.com/package/quackage)
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "Name": "quackage",
3
- "Version": "1.1.0",
3
+ "Version": "1.2.5",
4
4
  "Description": "Building. Testing. Quacking. Reloading.",
5
- "GeneratedAt": "2026-04-10T17:27:38.775Z",
6
- "GitCommit": "6a486c2"
5
+ "GeneratedAt": "2026-05-26T18:25:52.683Z",
6
+ "GitCommit": "49add22"
7
7
  }
package/docs/index.html CHANGED
@@ -4,9 +4,9 @@
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
- <meta name="description" content="Quackage v1.1.0 Documentation — Building. Testing. Quacking. Reloading.">
7
+ <meta name="description" content="Quackage v1.2.5 Documentation — Building. Testing. Quacking. Reloading.">
8
8
 
9
- <title>Quackage v1.1.0 Documentation</title>
9
+ <title>Quackage v1.2.5 Documentation</title>
10
10
 
11
11
  <!-- KaTeX stylesheet for LaTeX equation rendering -->
12
12
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
@@ -26,12 +26,13 @@
26
26
  <!-- The root container for the Pict application -->
27
27
  <div id="Docuserve-Application-Container"></div>
28
28
 
29
- <!-- Mermaid diagram rendering -->
29
+ <!-- Mermaid diagram rendering. pict-section-content (v0.1.8+) drives
30
+ initialization with theme: 'base' + themeVariables sourced
31
+ from --theme-color-* so diagrams follow the active theme. -->
30
32
  <script src="https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js"></script>
31
- <script>mermaid.initialize({ startOnLoad: false, theme: 'default' });</script>
32
33
  <!-- KaTeX for LaTeX equation rendering -->
33
34
  <script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js"></script>
34
35
  <!-- Load the Docuserve PICT Application Bundle from jsDelivr CDN -->
35
- <script src="https://cdn.jsdelivr.net/npm/pict-docuserve@0/dist/pict-docuserve.min.js" type="text/javascript"></script>
36
+ <script src="https://cdn.jsdelivr.net/npm/pict-docuserve@1/dist/pict-docuserve.min.js" type="text/javascript"></script>
36
37
  </body>
37
38
  </html>
@@ -1,7 +1,7 @@
1
1
  {
2
- "Generated": "2026-05-22T05:36:48.699Z",
2
+ "Generated": "2026-05-26T18:25:52.528Z",
3
3
  "Mode": "module",
4
- "GitHubOrg": "stevenvelozo",
4
+ "GitHubOrg": "fable-retold",
5
5
  "DefaultBranch": "master",
6
6
  "Module": {
7
7
  "Name": "quackage",
@@ -1,5 +1,5 @@
1
1
  {
2
- "Generated": "2026-05-22T05:36:48.847Z",
2
+ "Generated": "2026-05-26T18:25:52.664Z",
3
3
  "Mode": "module",
4
4
  "DocumentCount": 28,
5
5
  "LunrIndex": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quackage",
3
- "version": "1.2.5",
3
+ "version": "1.3.0",
4
4
  "description": "Building. Testing. Quacking. Reloading.",
5
5
  "main": "source/Quackage-CLIProgram.js",
6
6
  "scripts": {
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "https://github.com/stevenvelozo/quackage.git"
37
+ "url": "https://github.com/fable-retold/quackage.git"
38
38
  },
39
39
  "browser": {
40
40
  "./source/utility/Quackage-Execute-Process.js": "./source/utility/Quackage-Execute-Process-Base.js"
@@ -46,9 +46,9 @@
46
46
  "author": "Steven Velozo <steven@velozo.com> (http://velozo.com/)",
47
47
  "license": "MIT",
48
48
  "bugs": {
49
- "url": "https://github.com/stevenvelozo/quackage/issues"
49
+ "url": "https://github.com/fable-retold/quackage/issues"
50
50
  },
51
- "homepage": "https://github.com/stevenvelozo/quackage",
51
+ "homepage": "https://github.com/fable-retold/quackage",
52
52
  "dependencies": {
53
53
  "@babel/core": "^7.29.0",
54
54
  "@babel/preset-env": "^7.29.0",
@@ -65,7 +65,7 @@
65
65
  "mocha": "10.4.0",
66
66
  "npm-check-updates": "^18.0.1",
67
67
  "nyc": "^15.1.0",
68
- "pict-provider-theme": "^1.0.1",
68
+ "pict-provider-theme": "^1.1.0",
69
69
  "pict-service-commandlineutility": "^1.0.19",
70
70
  "retold-harness": "^1.1.12",
71
71
  "vinyl-buffer": "^1.0.1",
@@ -77,6 +77,6 @@
77
77
  }
78
78
  },
79
79
  "devDependencies": {
80
- "pict-docuserve": "^1.4.1"
80
+ "pict-docuserve": "^1.4.4"
81
81
  }
82
82
  }
@@ -60,7 +60,7 @@ class QuackageCommandDockerInit extends libCommandLineCommand
60
60
  }
61
61
 
62
62
  let tmpImageName = tmpPkg.name;
63
- let tmpOwner = this._inferGithubOwner(tmpPkg) || 'stevenvelozo';
63
+ let tmpOwner = this._inferGithubOwner(tmpPkg) || 'fable-retold';
64
64
  let tmpVersion = tmpPkg.version || '0.0.0';
65
65
 
66
66
  let tmpSubstitutions =
@@ -15,7 +15,7 @@ class QuackageCommandIndoctrinate extends libCommandLineCommand
15
15
 
16
16
  this.options.CommandOptions.push({ Name: '-d, --directory_root [directory_root]', Description: 'Root directory to scan for modules (defaults to CWD).', Default: '' });
17
17
  this.options.CommandOptions.push({ Name: '-b, --branch [branch]', Description: 'Git branch for GitHub raw URLs (defaults to master).', Default: 'master' });
18
- this.options.CommandOptions.push({ Name: '-g, --github_org [github_org]', Description: 'GitHub organization for raw URLs (defaults to stevenvelozo).', Default: 'stevenvelozo' });
18
+ this.options.CommandOptions.push({ Name: '-g, --github_org [github_org]', Description: 'GitHub organization for raw URLs (defaults to fable-retold).', Default: 'fable-retold' });
19
19
 
20
20
  this.options.Aliases.push('indoc');
21
21
 
@@ -27,7 +27,7 @@ class QuackageCommandIndoctrinate extends libCommandLineCommand
27
27
  let tmpDocsFolder = libPath.resolve(this.ArgumentString || '.');
28
28
  let tmpDirectoryRoot = this.CommandOptions.directory_root || this.fable.AppData.CWD;
29
29
  let tmpBranch = this.CommandOptions.branch || 'master';
30
- let tmpGitHubOrg = this.CommandOptions.github_org || 'stevenvelozo';
30
+ let tmpGitHubOrg = this.CommandOptions.github_org || 'fable-retold';
31
31
  let tmpOutputFile = libPath.join(tmpDocsFolder, 'retold-catalog.json');
32
32
 
33
33
  this.log.info(`Generating documentation catalog with indoctrinate...`);
@@ -16,7 +16,7 @@ class QuackageCommandPrepareDocs extends libCommandLineCommand
16
16
 
17
17
  this.options.CommandOptions.push({ Name: '-d, --directory_root [directory_root]', Description: 'Root directory to scan for modules (defaults to CWD).', Default: '' });
18
18
  this.options.CommandOptions.push({ Name: '-b, --branch [branch]', Description: 'Git branch for GitHub raw URLs (defaults to master).', Default: 'master' });
19
- this.options.CommandOptions.push({ Name: '-g, --github_org [github_org]', Description: 'GitHub organization for raw URLs (defaults to stevenvelozo).', Default: 'stevenvelozo' });
19
+ this.options.CommandOptions.push({ Name: '-g, --github_org [github_org]', Description: 'GitHub organization for raw URLs (defaults to fable-retold).', Default: 'fable-retold' });
20
20
  this.options.CommandOptions.push({ Name: '-x, --excluded_modules [excluded_modules]', Description: 'Comma-separated list of module names to exclude from the catalog and keyword index. Merged with any ExcludedModules list in indoctrinate\'s loaded config file (e.g. .indoctrinate.config.json).', Default: '' });
21
21
  this.options.CommandOptions.push({ Name: '--docs_mode [docs_mode]', Description: 'Documentation scan mode: "module" (one module\'s docs/) or "ecosystem" (a folder of <group>/<module> repos). Auto-detected when omitted — "module" when the scan root has a package.json, else "ecosystem".', Default: '' });
22
22
 
@@ -31,7 +31,7 @@ class QuackageCommandPrepareDocs extends libCommandLineCommand
31
31
  let tmpDocsFolder = libPath.resolve(this.ArgumentString || './docs');
32
32
  let tmpDirectoryRoot = this.CommandOptions.directory_root || this.fable.AppData.CWD;
33
33
  let tmpBranch = this.CommandOptions.branch || 'master';
34
- let tmpGitHubOrg = this.CommandOptions.github_org || 'stevenvelozo';
34
+ let tmpGitHubOrg = this.CommandOptions.github_org || 'fable-retold';
35
35
 
36
36
  // Exclusion list passthrough. When set, both indoctrinate sub-commands
37
37
  // get -x <list>. Comma-separated; indoctrinate will merge this with