@dudefactory/payload-plugin-content-planner 3.0.0 → 3.0.1

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,2 +1,2 @@
1
- import { CollectionConfig } from 'payload/types';
1
+ import { CollectionConfig } from 'payload';
2
2
  export declare const contentTasksCollection: CollectionConfig;
@@ -1,2 +1,2 @@
1
- import { CollectionConfig } from 'payload/types';
1
+ import { CollectionConfig } from 'payload';
2
2
  export declare const instructionsCollection: CollectionConfig;
@@ -1,2 +1,2 @@
1
- import { CollectionConfig } from 'payload/types';
1
+ import { CollectionConfig } from 'payload';
2
2
  export declare const keywordsCollection: CollectionConfig;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Config } from 'payload/config';
1
+ import { Config } from 'payload';
2
2
  import { generateInitInstruction, warmupInitialization, setupInstructions, generateContentTask, executeContentTask } from './mcp/prompts-handlers';
3
3
  export declare const contentPlannerPrompts: ({
4
4
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dudefactory/payload-plugin-content-planner",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Payload CMS plugin that extends MCP with content planning collections and data sources",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,9 +29,10 @@
29
29
  "author": "DudeFactory",
30
30
  "license": "MIT",
31
31
  "peerDependencies": {
32
- "payload": "^2.0.0"
32
+ "payload": "^3.0.0"
33
33
  },
34
34
  "devDependencies": {
35
+ "payload": "^3.0.0",
35
36
  "typescript": "^5.0.0",
36
37
  "@types/node": "^20.0.0"
37
38
  },