@platformatic/sql-events 3.39.0 → 3.41.0
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.
- package/index.d.ts +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export function setupEmitter<T extends Entities> (options: SQLEventsPluginOption
|
|
|
25
25
|
/**
|
|
26
26
|
* All the errors thrown by the plugin.
|
|
27
27
|
*/
|
|
28
|
-
export
|
|
28
|
+
export namespace errors {
|
|
29
29
|
export const ObjectRequiredUnderTheDataProperty: () => FastifyError
|
|
30
30
|
export const PrimaryKeyIsNecessaryInsideData: () => FastifyError
|
|
31
31
|
export const NoSuchActionError: (actions: string) => FastifyError
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformatic/sql-events",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.41.0",
|
|
4
4
|
"description": "Emit events via MQEmitter",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"neostandard": "^0.12.0",
|
|
23
23
|
"tsd": "^0.33.0",
|
|
24
24
|
"typescript": "^5.5.4",
|
|
25
|
-
"@platformatic/sql-mapper": "3.
|
|
25
|
+
"@platformatic/sql-mapper": "3.41.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@fastify/error": "^4.0.0",
|