@xuda.io/ai_module 1.1.4955 → 1.1.4956

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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3,7 +3,7 @@ console.log('AI Module loaded...');
3
3
  import { z } from 'zod';
4
4
  import fs from 'fs';
5
5
  import path from 'node:path';
6
- import { zodToJsonSchema } from 'zod-to-json-schema';
6
+
7
7
  import sharp from 'sharp';
8
8
 
9
9
  import puppeteer from 'puppeteer-extra';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4955",
3
+ "version": "1.1.4956",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",