@odatano/core 0.3.27 → 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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,7 +48,7 @@ A demonstration-mode video of the Wallet Viewer Fiori App illustrating audit, co
48
48
  - **Lazy On-Demand Indexing**: TTL-based refresh for changing blockchain data for performance optimization
49
49
  - **Enterprise-Grade Validation**: Strict input validation and error handling
50
50
  - **HSM Signing**: Optional server-side transaction signing via PKCS#11 Hardware Security Modules (YubiHSM, AWS CloudHSM, Thales Luna)
51
- - **Comprehensive Testing**: 1122 tests across 29 test suites, 99% statement coverage
51
+ - **Comprehensive Testing**: 1285 tests across 31 test suites, 99% statement coverage
52
52
 
53
53
  ## Architecture Overview
54
54
 
@@ -165,7 +165,7 @@ See [User Guide](docs/guides/USER_GUIDE.md) for complete API reference.
165
165
  ## Testing
166
166
 
167
167
  ```bash
168
- npm test # Run all 1122 tests
168
+ npm test # Run all 1285 tests
169
169
  npm run test:coverage # With coverage report
170
170
  npm run test:integration # Integration tests only
171
171
  npm run test:unit # Unit tests only
@@ -185,12 +185,12 @@ See [Test Documentation](test/README.md) for details.
185
185
  | [Docker Deployment](docs/guides/DOCKER_DEPLOYMENT.md) | Container deployment |
186
186
  | [Data Model](docs/concepts%20&%20architecture/MM_DATAMODEL.md) | Entity relationships |
187
187
  | [Error Handling](docs/concepts%20&%20architecture/ERROR_HANDLING.md) | Error codes and handling |
188
- | [Test Documentation](test/README.md) | Test suite overview (1122 tests) |
188
+ | [Test Documentation](test/README.md) | Test suite overview (1285 tests) |
189
189
 
190
190
  **Postman Collections:**
191
191
  - [M1 - Read Operations](scripts/ODATANO%20M1%20-%20Full%20Service%20Catalog.postman_collection.json)
192
192
  - [M2 - Transaction Operations](scripts/ODATANO%20M2%20-%20Full%20Service%20Catalog.postman_collection.json)
193
- - [M3 - Transaction Operations](scripts/ODATANO%20M3%20-%20Full%20Service%20Catalog.postman_collection.json)
193
+ - [M3 - Signing Operations](scripts/ODATANO%20M3%20-%20Full%20Service%20Catalog.postman_collection.json)
194
194
 
195
195
  ## API Overview
196
196
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odatano/core",
3
- "version": "0.3.27",
3
+ "version": "1.0.0",
4
4
  "description": "SAP CAP plugin for Cardano blockchain OData V4 integration",
5
5
  "imports": {
6
6
  "#cds-models/*": "./@cds-models/*/index.js"