@walkeros/transformer-validator 3.4.0-next-1776749829492 → 3.4.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/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.4.0
|
|
4
|
+
"version": "3.4.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.4.0
|
|
225
|
+
"source": "3.4.0",
|
|
226
226
|
"tagging": 1
|
|
227
227
|
},
|
|
228
228
|
"source": {
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"group": "gr0up",
|
|
319
319
|
"count": 1,
|
|
320
320
|
"version": {
|
|
321
|
-
"source": "3.4.0
|
|
321
|
+
"source": "3.4.0",
|
|
322
322
|
"tagging": 1
|
|
323
323
|
},
|
|
324
324
|
"source": {
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
"group": "gr0up",
|
|
381
381
|
"count": 1,
|
|
382
382
|
"version": {
|
|
383
|
-
"source": "3.4.0
|
|
383
|
+
"source": "3.4.0",
|
|
384
384
|
"tagging": 1
|
|
385
385
|
},
|
|
386
386
|
"source": {
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
"group": "gr0up",
|
|
430
430
|
"count": 1,
|
|
431
431
|
"version": {
|
|
432
|
-
"source": "3.4.0
|
|
432
|
+
"source": "3.4.0",
|
|
433
433
|
"tagging": 1
|
|
434
434
|
},
|
|
435
435
|
"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.4.0
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"ajv": "^8.17.1",
|
|
36
|
-
"@walkeros/core": "3.4.0
|
|
36
|
+
"@walkeros/core": "3.4.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@walkeros/core": "3.4.0
|
|
39
|
+
"@walkeros/core": "3.4.0"
|
|
40
40
|
},
|
|
41
41
|
"repository": {
|
|
42
42
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|