@1mill/cloudevents 4.6.0 → 4.6.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog for @1mill/cloudevents
2
2
 
3
+ ## 4.6.1
4
+
5
+ * Fix spelling in `README.md`
6
+
3
7
  ## 4.6.0
4
8
 
5
9
  * Add `cloudevent.originactor` attribute and support in `cloudevent.origin({...})` instance method.
package/README.md CHANGED
@@ -90,7 +90,7 @@ console.log(enrichedCloudevent)
90
90
  | originsource | | String | "source" property | |
91
91
  | origintime | | String | "time" property | "time" property is internally generated as part of the package |
92
92
  | origintype | | String | "type" property | |
93
- | originatorid | | String | | Depricated in favor of "originactor" |
93
+ | originatorid | | String | | Deprecated in favor of "originactor" |
94
94
  | wschannelid | | String | | |
95
95
 
96
96
  ### origin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1mill/cloudevents",
3
- "version": "4.6.0",
3
+ "version": "4.6.1",
4
4
  "description": "Node cloudevents specification and helper",
5
5
  "jsnext:main": "dist/index.module.js",
6
6
  "main": "dist/index.cjs",