@walkeros/transformer-validator 3.4.1-next-1776790594143 → 3.4.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/transformer-validator",
4
- "version": "3.4.1-next-1776790594143",
4
+ "version": "3.4.2",
5
5
  "type": "transformer",
6
6
  "platform": [
7
7
  "web",
@@ -223,7 +223,7 @@
223
223
  "group": "gr0up",
224
224
  "count": 1,
225
225
  "version": {
226
- "source": "3.4.1-next-1776790594143",
226
+ "source": "3.4.2",
227
227
  "tagging": 1
228
228
  },
229
229
  "source": {
@@ -319,7 +319,7 @@
319
319
  "group": "gr0up",
320
320
  "count": 1,
321
321
  "version": {
322
- "source": "3.4.1-next-1776790594143",
322
+ "source": "3.4.2",
323
323
  "tagging": 1
324
324
  },
325
325
  "source": {
@@ -384,7 +384,7 @@
384
384
  "group": "gr0up",
385
385
  "count": 1,
386
386
  "version": {
387
- "source": "3.4.1-next-1776790594143",
387
+ "source": "3.4.2",
388
388
  "tagging": 1
389
389
  },
390
390
  "source": {
@@ -433,7 +433,7 @@
433
433
  "group": "gr0up",
434
434
  "count": 1,
435
435
  "version": {
436
- "source": "3.4.1-next-1776790594143",
436
+ "source": "3.4.2",
437
437
  "tagging": 1
438
438
  },
439
439
  "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.1-next-1776790594143",
4
+ "version": "3.4.2",
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.1-next-1776790594143"
36
+ "@walkeros/core": "3.4.2"
37
37
  },
38
38
  "devDependencies": {
39
- "@walkeros/core": "3.4.1-next-1776790594143"
39
+ "@walkeros/core": "3.4.2"
40
40
  },
41
41
  "repository": {
42
42
  "url": "git+https://github.com/elbwalker/walkerOS.git",