@walkeros/transformer-validator 3.1.0-next-1773969156384 → 3.1.1
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/dist/walkerOS.json +5 -5
- package/package.json +3 -3
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/transformer-validator",
|
|
4
|
-
"version": "3.0
|
|
4
|
+
"version": "3.1.0",
|
|
5
5
|
"type": "transformer",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"group": "gr0up",
|
|
223
223
|
"count": 1,
|
|
224
224
|
"version": {
|
|
225
|
-
"source": "3.0
|
|
225
|
+
"source": "3.1.0",
|
|
226
226
|
"tagging": 1
|
|
227
227
|
},
|
|
228
228
|
"source": {
|
|
@@ -316,7 +316,7 @@
|
|
|
316
316
|
"group": "gr0up",
|
|
317
317
|
"count": 1,
|
|
318
318
|
"version": {
|
|
319
|
-
"source": "3.0
|
|
319
|
+
"source": "3.1.0",
|
|
320
320
|
"tagging": 1
|
|
321
321
|
},
|
|
322
322
|
"source": {
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"group": "gr0up",
|
|
373
373
|
"count": 1,
|
|
374
374
|
"version": {
|
|
375
|
-
"source": "3.0
|
|
375
|
+
"source": "3.1.0",
|
|
376
376
|
"tagging": 1
|
|
377
377
|
},
|
|
378
378
|
"source": {
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"group": "gr0up",
|
|
420
420
|
"count": 1,
|
|
421
421
|
"version": {
|
|
422
|
-
"source": "3.0
|
|
422
|
+
"source": "3.1.0",
|
|
423
423
|
"tagging": 1
|
|
424
424
|
},
|
|
425
425
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/transformer-validator",
|
|
3
3
|
"description": "Event validation transformer for walkerOS using AJV and JSON Schema",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"ajv": "^8.17.1",
|
|
35
|
-
"@walkeros/core": "3.1.
|
|
35
|
+
"@walkeros/core": "^3.1.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@walkeros/core": "3.1.
|
|
38
|
+
"@walkeros/core": "^3.1.1"
|
|
39
39
|
},
|
|
40
40
|
"repository": {
|
|
41
41
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|