quackage 1.2.0 → 1.2.2

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": "quackage",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Building. Testing. Quacking. Reloading.",
5
5
  "main": "source/Quackage-CLIProgram.js",
6
6
  "scripts": {
@@ -65,6 +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": "^0.0.3",
68
69
  "pict-service-commandlineutility": "^1.0.19",
69
70
  "retold-harness": "^1.1.10",
70
71
  "vinyl-buffer": "^1.0.1",
@@ -63,7 +63,11 @@ let _Pict = new libCLIProgram(
63
63
  // HTML example application building and serving
64
64
  require('./commands/html_example_serving/Quackage-Command-ExamplesBuild.js'),
65
65
  require('./commands/html_example_serving/Quackage-Command-ExamplesServe.js'),
66
- require('./commands/html_example_serving/Quackage-Command-Examples.js')
66
+ require('./commands/html_example_serving/Quackage-Command-Examples.js'),
67
+
68
+ // Theme bundle compilation + screenshot tooling (pict-provider-theme)
69
+ require('pict-provider-theme/source/cli/Quackage-Command-ThemeBuild.js'),
70
+ require('pict-provider-theme/source/cli/Quackage-Command-ThemeScreenshot.js')
67
71
  ]);
68
72
 
69
73
  // Instantiate the file persistence service