arvo-core 2.2.11 → 2.2.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arvo-core",
3
- "version": "2.2.11",
3
+ "version": "2.2.12",
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": {
@@ -1,10 +0,0 @@
1
- {
2
- "editor.defaultFormatter": "biomejs.biome",
3
- "editor.formatOnSave": true,
4
- "editor.codeActionsOnSave": {
5
- "quickfix.biome": "explicit"
6
- },
7
- "typescript.tsdk": "node_modules/typescript/lib",
8
- "typescript.enablePromptUseWorkspaceTsdk": true,
9
- "typescript.preferences.importModuleSpecifier": "non-relative"
10
- }
package/CHANGELOG.md DELETED
@@ -1,102 +0,0 @@
1
- # Changelog
2
-
3
- ## [1.0.0] - 2024-08-31
4
-
5
- - Finalised the first release version of the core. This contains core class such as ArvoEvent, ArvoContract, and ArvoContractLibrary. Moreover, this release contains utility functions for string manipulation, validation and OpenTelemetry
6
-
7
- ## [1.0.2] - 2024-08-31
8
-
9
- - Update ArvoContract description
10
-
11
- ## [1.0.3] - 2024-08-31
12
-
13
- - Making type in ArvoEvent a generic string for better type control
14
-
15
- ## [0.0.4] - 2024-08-31
16
-
17
- - Created an event factory generator for creating contractually compliant events
18
-
19
- ## [0.0.5] - 2024-08-31
20
-
21
- - Updated README documentation
22
-
23
- ## [1.0.6] - 2024-09-01
24
-
25
- - Updated ArvoContract typing mechanism
26
-
27
- ## [1.0.7] - 2024-09-01
28
-
29
- - Updates to OpenTelemetry functions
30
-
31
- ## [1.0.8] - 2024-09-01
32
-
33
- - Added support for system error in ArvoContract
34
-
35
- ## [1.0.15] - 2024-09-07
36
-
37
- - Added ArvoEvent spec-ed extension getter for a more ergonomic experience
38
-
39
- ## [1.0.19] - 2024-09-07
40
-
41
- - Fix a type bug in ArvoEvent creation
42
-
43
- ## [1.0.25] - 2024-09-08
44
-
45
- - Updated OpenTelemetry propagation and fixed propagation in the event factory
46
-
47
- ## [1.0.26] - 2024-09-08
48
-
49
- - Added OpenTelemetry attributes for Arvo and OpenInference
50
-
51
- ## [1.0.28] - 2024-09-10
52
-
53
- - Added SonarCloud integration for code scanning
54
-
55
- ## [1.1.0] - 2024-09-20
56
-
57
- - Added support for Arvo orchestration subject management
58
-
59
- ## [1.1.1] - 2024-09-21
60
-
61
- - Added support for ArvoEvent http formats and made ArvoEvent extensions more specific
62
-
63
- ## [1.1.8] - 2024-09-26
64
-
65
- - Added Arvo Orchestrator Contract primitive
66
-
67
- ## [1.1.16] - 2024-10-21
68
-
69
- - Added mandatory parent chaining in orchestration events so the process chaining and orchestration chaining can be traced
70
-
71
- ## [2.0.0] - 2024-11-24
72
-
73
- - Added version support for contracts and simplified orchestrator contracts
74
-
75
- ## [2.0.3] - 2024-11-24
76
-
77
- - Remove potential security bug of reading the file system
78
-
79
- ## [2.0.4] - 2024-12-01
80
-
81
- - Refactored code implementation architecture for better maintainability
82
-
83
- ## [2.1.14] - 2024-12-19
84
-
85
- - Tested Snyk upgrade, added more test coverage and added support for redirectto in orchestrator subject generation in init factory function
86
-
87
- ## [2.2.0] - 2024-12-25
88
-
89
- - Finalised the version 2 for Arvo core.
90
-
91
- ## [2.2.7] - 2025-01-25
92
-
93
- - Added helper functions and added Biome for better linting
94
-
95
- ## [2.2.9] - 2025-01-29
96
-
97
- - Added better README.md docs and streamlined ArvoEventFactory subject field behaviour
98
-
99
- ## [2.2.10] - 2025-01-29
100
-
101
- - Updated dependency versions to latest
102
-
package/biome.json DELETED
@@ -1,58 +0,0 @@
1
- {
2
- "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3
- "vcs": {
4
- "enabled": false,
5
- "clientKind": "git",
6
- "useIgnoreFile": false
7
- },
8
- "files": {
9
- "ignoreUnknown": false,
10
- "ignore": [
11
- "**/dist/**",
12
- "**/node_modules/**",
13
- "**/.turbo/**",
14
- "**/coverage/**",
15
- "**/.github/**",
16
- "**/docs/**",
17
- "*.md"
18
- ]
19
- },
20
- "formatter": {
21
- "enabled": true,
22
- "formatWithErrors": false,
23
- "ignore": [],
24
- "attributePosition": "auto",
25
- "indentStyle": "space",
26
- "indentWidth": 2,
27
- "lineWidth": 120,
28
- "lineEnding": "lf"
29
- },
30
- "organizeImports": {
31
- "enabled": true
32
- },
33
- "linter": {
34
- "enabled": true,
35
- "rules": {
36
- "recommended": true,
37
- "correctness": {
38
- "noUnusedImports": "warn"
39
- },
40
- "suspicious": {
41
- "noExplicitAny": "off"
42
- }
43
- }
44
- },
45
- "javascript": {
46
- "jsxRuntime": "reactClassic",
47
- "formatter": {
48
- "quoteStyle": "single",
49
- "arrowParentheses": "always",
50
- "bracketSameLine": false,
51
- "bracketSpacing": true,
52
- "jsxQuoteStyle": "single",
53
- "quoteProperties": "asNeeded",
54
- "semicolons": "always",
55
- "trailingCommas": "all"
56
- }
57
- }
58
- }