@acedatacloud/sdk 2026.418.2 → 2026.418.3

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -96,7 +96,7 @@ import { AceDataCloud, AuthenticationError, RateLimitError } from '@acedatacloud
96
96
 
97
97
  const client = new AceDataCloud({ apiToken: 'your-token' });
98
98
  try {
99
- await client.search.google({ q: 'test' });
99
+ await client.search.google({ query: 'test' });
100
100
  } catch (err) {
101
101
  if (err instanceof AuthenticationError) {
102
102
  console.error('Invalid or expired token');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acedatacloud/sdk",
3
- "version": "2026.418.2",
3
+ "version": "2026.418.3",
4
4
  "description": "Official TypeScript SDK for AceDataCloud — AI-powered data services",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",