@powerlines/plugin-content-collections 0.1.4 → 0.1.5

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.
@@ -1,4 +1,4 @@
1
- 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('../chunk-FBBMZ4NC.cjs'),core=require('@content-collections/core'),exists=require('@stryke/fs/exists'),join=require('@stryke/path/join'),c=require('defu'),node_crypto=require('node:crypto'),paths=require('powerlines/plugin-utils/paths'),createEmitter=require('./helpers/create-emitter'),createWriter=require('./helpers/create-writer'),helpers=require('./helpers'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var c__default=/*#__PURE__*/_interopDefault(c);/*****************************************
1
+ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('./chunk-FBBMZ4NC.cjs'),core=require('@content-collections/core'),exists=require('@stryke/fs/exists'),join=require('@stryke/path/join'),c=require('defu'),node_crypto=require('node:crypto'),paths=require('powerlines/plugin-utils/paths'),createEmitter=require('./helpers/create-emitter'),createWriter=require('./helpers/create-writer'),helpers=require('./helpers'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var c__default=/*#__PURE__*/_interopDefault(c);/*****************************************
2
2
  *
3
3
  * ⚡ Built by Storm Software
4
4
  *
@@ -1,7 +1,7 @@
1
- import { C as ContentCollectionsPluginContext, a as ContentCollectionsPluginOptions, P as Plugin } from '../index-Gw48j5XK.cjs';
2
- export { b as ContentCollectionsContext, d as ContentCollectionsPluginResolvedConfig, c as ContentCollectionsPluginUserConfig } from '../index-Gw48j5XK.cjs';
3
- export { createEmitter } from '../helpers/create-emitter.cjs';
4
- export { createWriter } from '../helpers/create-writer.cjs';
1
+ import { C as ContentCollectionsPluginContext, a as ContentCollectionsPluginOptions, P as Plugin } from './index-Gw48j5XK.cjs';
2
+ export { b as ContentCollectionsContext, d as ContentCollectionsPluginResolvedConfig, c as ContentCollectionsPluginUserConfig } from './index-Gw48j5XK.cjs';
3
+ export { createEmitter } from './helpers/create-emitter.cjs';
4
+ export { createWriter } from './helpers/create-writer.cjs';
5
5
  import '@content-collections/core';
6
6
  import '@storm-software/build-tools/types';
7
7
  import '@storm-software/config-tools/types';
@@ -1,7 +1,7 @@
1
- import { C as ContentCollectionsPluginContext, a as ContentCollectionsPluginOptions, P as Plugin } from '../index-Gw48j5XK.js';
2
- export { b as ContentCollectionsContext, d as ContentCollectionsPluginResolvedConfig, c as ContentCollectionsPluginUserConfig } from '../index-Gw48j5XK.js';
3
- export { createEmitter } from '../helpers/create-emitter.js';
4
- export { createWriter } from '../helpers/create-writer.js';
1
+ import { C as ContentCollectionsPluginContext, a as ContentCollectionsPluginOptions, P as Plugin } from './index-Gw48j5XK.js';
2
+ export { b as ContentCollectionsContext, d as ContentCollectionsPluginResolvedConfig, c as ContentCollectionsPluginUserConfig } from './index-Gw48j5XK.js';
3
+ export { createEmitter } from './helpers/create-emitter.js';
4
+ export { createWriter } from './helpers/create-writer.js';
5
5
  import '@content-collections/core';
6
6
  import '@storm-software/build-tools/types';
7
7
  import '@storm-software/config-tools/types';
@@ -1,4 +1,4 @@
1
- import {a}from'../chunk-UCUR73HG.js';import {createConfigurationReader,createBuildContext,build}from'@content-collections/core';import {existsSync}from'@stryke/fs/exists';import {joinPaths}from'@stryke/path/join';import c from'defu';import {createHash}from'node:crypto';import {replacePathTokens}from'powerlines/plugin-utils/paths';import {createEmitter}from'./helpers/create-emitter';import {createWriter}from'./helpers/create-writer';export*from'./helpers';export*from'./types';/*****************************************
1
+ import {a}from'./chunk-UCUR73HG.js';import {createConfigurationReader,createBuildContext,build}from'@content-collections/core';import {existsSync}from'@stryke/fs/exists';import {joinPaths}from'@stryke/path/join';import c from'defu';import {createHash}from'node:crypto';import {replacePathTokens}from'powerlines/plugin-utils/paths';import {createEmitter}from'./helpers/create-emitter';import {createWriter}from'./helpers/create-writer';export*from'./helpers';export*from'./types';/*****************************************
2
2
  *
3
3
  * ⚡ Built by Storm Software
4
4
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-content-collections",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to generate project code using Content Collections.",
6
6
  "repository": {
@@ -105,22 +105,22 @@
105
105
  ],
106
106
  "dependencies": {
107
107
  "@content-collections/core": "^0.12.0",
108
- "@stryke/fs": "^0.32.10",
109
- "@stryke/string-format": "^0.12.0",
110
- "@stryke/path": "^0.18.5",
111
- "@stryke/type-checks": "^0.3.10",
112
- "@stryke/types": "^0.10.0",
108
+ "@stryke/fs": "^0.32.11",
109
+ "@stryke/string-format": "^0.12.1",
110
+ "@stryke/path": "^0.19.0",
111
+ "@stryke/type-checks": "^0.3.11",
112
+ "@stryke/types": "^0.10.1",
113
113
  "defu": "^6.1.4",
114
114
  "pluralize": "^8.0.0",
115
- "powerlines": "^0.19.0"
115
+ "powerlines": "^0.19.1"
116
116
  },
117
117
  "devDependencies": {
118
- "@powerlines/nx": "^0.10.4",
119
- "@powerlines/plugin-plugin": "^0.11.12",
118
+ "@powerlines/nx": "^0.10.5",
119
+ "@powerlines/plugin-plugin": "^0.11.13",
120
120
  "@standard-schema/spec": "^1.0.0",
121
121
  "@types/node": "^22.19.0",
122
122
  "@types/pluralize": "^0.0.33"
123
123
  },
124
124
  "publishConfig": { "access": "public" },
125
- "gitHead": "8ee43c2a7eebce6b221aa572553f4296c87fce76"
125
+ "gitHead": "d25499feacd0143784f3cd426488909134bffab2"
126
126
  }