@crossdelta/cloudevents 0.7.19 → 0.7.20
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
|
@@ -2186,7 +2186,7 @@ function cloudEvents(options = {}) {
|
|
|
2186
2186
|
// package.json
|
|
2187
2187
|
var package_default = {
|
|
2188
2188
|
name: "@crossdelta/cloudevents",
|
|
2189
|
-
version: "0.7.
|
|
2189
|
+
version: "0.7.20",
|
|
2190
2190
|
description: "CloudEvents toolkit for TypeScript - Zod validation, handler discovery, NATS JetStream & Core"};
|
|
2191
2191
|
|
|
2192
2192
|
// src/plugin.ts
|
package/dist/index.js
CHANGED
|
@@ -2161,7 +2161,7 @@ function cloudEvents(options = {}) {
|
|
|
2161
2161
|
// package.json
|
|
2162
2162
|
var package_default = {
|
|
2163
2163
|
name: "@crossdelta/cloudevents",
|
|
2164
|
-
version: "0.7.
|
|
2164
|
+
version: "0.7.20",
|
|
2165
2165
|
description: "CloudEvents toolkit for TypeScript - Zod validation, handler discovery, NATS JetStream & Core"};
|
|
2166
2166
|
|
|
2167
2167
|
// src/plugin.ts
|
package/package.json
CHANGED