@vtecx/vtecxnext 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.
@@ -321,7 +321,7 @@ export declare class VtecxNext {
321
321
  * @param targetService target service name (for service linkage)
322
322
  * @return registed entries
323
323
  */
324
- post: (feed: Entry[], uri?: string, targetService?: string) => Promise<MessageResponse>;
324
+ post: (feed: Entry[], uri?: string, targetService?: string) => Promise<Entry[] | MessageResponse>;
325
325
  /**
326
326
  * update entries
327
327
  * @param feed entries (JSON)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtecx/vtecxnext",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "vte.cx Next.js api",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -18,13 +18,13 @@
18
18
  },
19
19
  "homepage": "https://github.com/reflexworks/vtecxnext#readme",
20
20
  "devDependencies": {
21
- "@types/node": "^25.0.8",
21
+ "@types/node": "^25.0.10",
22
22
  "@types/sqlstring": "^2.3.2",
23
23
  "ts-node": "^10.9.2",
24
24
  "typescript": "^5.9.3"
25
25
  },
26
26
  "dependencies": {
27
- "next": "^16.1.2",
27
+ "next": "^16.1.4",
28
28
  "sqlstring": "^2.3.3"
29
29
  },
30
30
  "scripts": {