@crossdelta/cloudevents 0.7.10 → 0.7.11
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2182,7 +2182,7 @@ function cloudEvents(options = {}) {
|
|
|
2182
2182
|
// package.json
|
|
2183
2183
|
var package_default = {
|
|
2184
2184
|
name: "@crossdelta/cloudevents",
|
|
2185
|
-
version: "0.7.
|
|
2185
|
+
version: "0.7.11",
|
|
2186
2186
|
description: "CloudEvents toolkit for TypeScript - Zod validation, handler discovery, NATS JetStream & Core"};
|
|
2187
2187
|
|
|
2188
2188
|
// src/plugin.ts
|
package/dist/index.js
CHANGED
|
@@ -2157,7 +2157,7 @@ function cloudEvents(options = {}) {
|
|
|
2157
2157
|
// package.json
|
|
2158
2158
|
var package_default = {
|
|
2159
2159
|
name: "@crossdelta/cloudevents",
|
|
2160
|
-
version: "0.7.
|
|
2160
|
+
version: "0.7.11",
|
|
2161
2161
|
description: "CloudEvents toolkit for TypeScript - Zod validation, handler discovery, NATS JetStream & Core"};
|
|
2162
2162
|
|
|
2163
2163
|
// src/plugin.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crossdelta/cloudevents",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.11",
|
|
4
4
|
"description": "CloudEvents toolkit for TypeScript - Zod validation, handler discovery, NATS JetStream & Core",
|
|
5
5
|
"author": "crossdelta",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"prepublishOnly": "bun run build"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@crossdelta/flowcore": "
|
|
50
|
+
"@crossdelta/flowcore": "^0.1.2",
|
|
51
51
|
"cloudevents": "^10.0.0",
|
|
52
52
|
"glob": "^11.1.0",
|
|
53
53
|
"nats": "^2.29.3",
|