@crossdelta/cloudevents 0.7.8 → 0.7.9
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
|
@@ -2197,7 +2197,7 @@ function cloudEvents(options = {}) {
|
|
|
2197
2197
|
// package.json
|
|
2198
2198
|
var package_default = {
|
|
2199
2199
|
name: "@crossdelta/cloudevents",
|
|
2200
|
-
version: "0.7.
|
|
2200
|
+
version: "0.7.9",
|
|
2201
2201
|
description: "CloudEvents toolkit for TypeScript - Zod validation, handler discovery, NATS JetStream & Core"};
|
|
2202
2202
|
|
|
2203
2203
|
// src/plugin.ts
|
package/dist/index.js
CHANGED
|
@@ -2172,7 +2172,7 @@ function cloudEvents(options = {}) {
|
|
|
2172
2172
|
// package.json
|
|
2173
2173
|
var package_default = {
|
|
2174
2174
|
name: "@crossdelta/cloudevents",
|
|
2175
|
-
version: "0.7.
|
|
2175
|
+
version: "0.7.9",
|
|
2176
2176
|
description: "CloudEvents toolkit for TypeScript - Zod validation, handler discovery, NATS JetStream & Core"};
|
|
2177
2177
|
|
|
2178
2178
|
// src/plugin.ts
|
package/package.json
CHANGED