arvo-event-handler 0.0.5 → 1.0.0
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 +4 -0
- package/README.md +18 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
2
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
3
|
+
|
|
1
4
|
# Arvo
|
|
2
5
|
|
|
3
6
|
## What is Arvo
|
|
@@ -41,3 +44,18 @@ This package is available under the MIT License. For more details, refer to the
|
|
|
41
44
|
## Change Logs
|
|
42
45
|
|
|
43
46
|
For a detailed list of changes and updates, please refer to the [document](CHANGELOG.md) file.
|
|
47
|
+
|
|
48
|
+
### SonarCloud Metrics
|
|
49
|
+
|
|
50
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
51
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
52
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
53
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
54
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
55
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
56
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
57
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
58
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
59
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
60
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
|
61
|
+
[](https://sonarcloud.io/summary/new_code?id=SaadAhmad123_arvo-event-handler)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "arvo-event-handler",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "This package contains class and function for event handlers in an Arvo Event Driven system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"ts-jest": "^29.2.5",
|
|
43
43
|
"ts-node": "^10.9.2",
|
|
44
44
|
"typedoc": "^0.26.6",
|
|
45
|
+
"typedoc-plugin-mermaid": "^1.12.0",
|
|
45
46
|
"typedoc-plugin-zod": "^1.2.1",
|
|
46
|
-
"typescript": "^5.5.4"
|
|
47
|
-
"typedoc-plugin-mermaid": "^1.12.0"
|
|
47
|
+
"typescript": "^5.5.4"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@opentelemetry/api": "^1.9.0",
|
|
51
|
-
"arvo-core": "^1.0.
|
|
51
|
+
"arvo-core": "^1.0.29",
|
|
52
52
|
"uuid": "^10.0.0",
|
|
53
53
|
"zod": "^3.23.8"
|
|
54
54
|
}
|