RubyGems
npm
Organizations
Log in
Sign up
npm
arvo-core
Versions diffs
1.0.16 → 1.0.17
arvo-core 1.0.16 → 1.0.17
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/CHANGELOG.md
+4
-0
package/package.json
+1
-1
package/CHANGELOG.md
CHANGED
Viewed
@@ -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
Viewed
@@ -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": {