@onlineapps/service-validator-core 1.0.6 → 1.0.7
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/jest.config.js
CHANGED
package/package.json
CHANGED
|
@@ -35,7 +35,7 @@ class ValidationProofSchema {
|
|
|
35
35
|
type: 'string',
|
|
36
36
|
required: true,
|
|
37
37
|
description: 'Name of the validator that generated the proof',
|
|
38
|
-
example: '@onlineapps/conn-
|
|
38
|
+
example: '@onlineapps/conn-orch-validator'
|
|
39
39
|
},
|
|
40
40
|
validatorVersion: {
|
|
41
41
|
type: 'string',
|
|
@@ -2,7 +2,7 @@ const ValidationCore = require('../../src/index');
|
|
|
2
2
|
const fs = require('fs').promises;
|
|
3
3
|
const path = require('path');
|
|
4
4
|
|
|
5
|
-
describe('ValidationCore Integration Tests', () => {
|
|
5
|
+
describe('ValidationCore Integration Tests @integration', () => {
|
|
6
6
|
let validationCore;
|
|
7
7
|
|
|
8
8
|
beforeEach(() => {
|