@crossdelta/cloudevents 0.7.12 → 0.7.14
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 +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2234,7 +2234,7 @@ function cloudEvents(options = {}) {
|
|
|
2234
2234
|
// package.json
|
|
2235
2235
|
var package_default = {
|
|
2236
2236
|
name: "@crossdelta/cloudevents",
|
|
2237
|
-
version: "0.7.
|
|
2237
|
+
version: "0.7.14",
|
|
2238
2238
|
description: "CloudEvents toolkit for TypeScript - Zod validation, handler discovery, NATS JetStream & Core"};
|
|
2239
2239
|
|
|
2240
2240
|
// src/plugin.ts
|
package/dist/index.js
CHANGED
|
@@ -2209,7 +2209,7 @@ function cloudEvents(options = {}) {
|
|
|
2209
2209
|
// package.json
|
|
2210
2210
|
var package_default = {
|
|
2211
2211
|
name: "@crossdelta/cloudevents",
|
|
2212
|
-
version: "0.7.
|
|
2212
|
+
version: "0.7.14",
|
|
2213
2213
|
description: "CloudEvents toolkit for TypeScript - Zod validation, handler discovery, NATS JetStream & Core"};
|
|
2214
2214
|
|
|
2215
2215
|
// src/plugin.ts
|
package/package.json
CHANGED