@powerlines/plugin-content-collections 0.1.396 → 0.1.398

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.
@@ -4,7 +4,7 @@ let _content_collections_core = require("@content-collections/core");
4
4
  let _stryke_path_join_paths = require("@stryke/path/join-paths");
5
5
  let _stryke_string_format_kebab_case = require("@stryke/string-format/kebab-case");
6
6
  let pluralize = require("pluralize");
7
- pluralize = require_runtime.__toESM(pluralize);
7
+ pluralize = require_runtime.__toESM(pluralize, 1);
8
8
  let powerlines_utils = require("powerlines/utils");
9
9
 
10
10
  //#region src/helpers/create-writer.ts
package/dist/index.cjs CHANGED
@@ -7,7 +7,7 @@ let _content_collections_core = require("@content-collections/core");
7
7
  let _stryke_fs_exists = require("@stryke/fs/exists");
8
8
  let _stryke_path_join = require("@stryke/path/join");
9
9
  let defu = require("defu");
10
- defu = require_runtime.__toESM(defu);
10
+ defu = require_runtime.__toESM(defu, 1);
11
11
  let node_crypto = require("node:crypto");
12
12
  let powerlines_plugin_utils = require("powerlines/plugin-utils");
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-content-collections",
3
- "version": "0.1.396",
3
+ "version": "0.1.398",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin to generate project code using Content Collections.",
6
6
  "keywords": [
@@ -145,11 +145,11 @@
145
145
  "@stryke/types": "^0.11.3",
146
146
  "defu": "^6.1.7",
147
147
  "pluralize": "^8.0.0",
148
- "powerlines": "^0.42.37"
148
+ "powerlines": "^0.42.39"
149
149
  },
150
150
  "devDependencies": {
151
151
  "@content-collections/core": "^0.12.0",
152
- "@powerlines/plugin-plugin": "^0.12.347",
152
+ "@powerlines/plugin-plugin": "^0.12.349",
153
153
  "@types/node": "^25.6.0",
154
154
  "@types/pluralize": "^0.0.33"
155
155
  },
@@ -158,5 +158,5 @@
158
158
  "@content-collections/core": { "optional": false }
159
159
  },
160
160
  "publishConfig": { "access": "public" },
161
- "gitHead": "9104f99f87d0f09319d19a8eb8e1b8ac2def7cd0"
161
+ "gitHead": "dbee10b00be4d975152b4e5b82422c2a94455f70"
162
162
  }