ultimate-jekyll-manager 1.0.1 → 1.0.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/CHANGELOG.md CHANGED
@@ -15,6 +15,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15
15
  - `Security` in case of vulnerabilities.
16
16
 
17
17
  ---
18
+ ## [1.0.1] - 2026-03-15
19
+ ### Changed
20
+ - Upgrade `node-powertools` from ^2.3.2 to ^3.0.0
21
+ - Upgrade `web-manager` from ^4.1.26 to ^4.1.28
22
+ - Upgrade `wonderful-fetch` from ^1.3.4 to ^2.0.4
23
+ - Upgrade `prepare-package` from ^1.2.6 to ^2.0.7
24
+ - Add `preparePackage.type: "copy"` configuration
25
+
18
26
  ## [Unreleased]
19
27
  ### Changed
20
28
  - Migrate "app" terminology to "brand" across frontend and service worker: renamed `appData`/`fetchAppData` to `brandData`/`fetchBrandData`, `appConfig`/`fetchAppConfig` to `brandConfig`/`fetchBrandConfig`, API endpoint from `/backend-manager/app` to `/backend-manager/brand`, and `this.app` to `this.brand` in service worker
@@ -251,6 +251,7 @@ async function ensurePeerDependencies() {
251
251
 
252
252
  function setupScripts() {
253
253
  project.scripts = project.scripts || {};
254
+ project.private = true;
254
255
 
255
256
  Object.keys(package.projectScripts).forEach((key) => {
256
257
  project.scripts[key] = package.projectScripts[key];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {