arvo-core 1.0.16 → 1.0.17

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -36,3 +36,7 @@
36
36
 
37
37
  - Added ArvoEvent spec-ed extension getter for a more ergonomic experience
38
38
 
39
+ ## [1.0.17] - 2024-09-07
40
+
41
+ - Fix a type bug in ArvoEvent creation
42
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arvo-core",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "This core package contains all the core classes and components of the Arvo Event Driven System",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {