@walkeros/transformer-validator 2.1.1 → 2.2.0-next-1773136823705
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 +3 -3
- package/package.json +4 -3
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/transformer-validator",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.1",
|
|
5
5
|
"type": "transformer"
|
|
6
6
|
},
|
|
7
7
|
"schemas": {
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"group": "gr0up",
|
|
176
176
|
"count": 1,
|
|
177
177
|
"version": {
|
|
178
|
-
"source": "2.1.
|
|
178
|
+
"source": "2.1.1",
|
|
179
179
|
"tagging": 1
|
|
180
180
|
},
|
|
181
181
|
"source": {
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"group": "gr0up",
|
|
223
223
|
"count": 1,
|
|
224
224
|
"version": {
|
|
225
|
-
"source": "2.1.
|
|
225
|
+
"source": "2.1.1",
|
|
226
226
|
"tagging": 1
|
|
227
227
|
},
|
|
228
228
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/transformer-validator",
|
|
3
3
|
"description": "Event validation transformer for walkerOS using AJV and JSON Schema",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.2.0-next-1773136823705",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"sideEffects": false,
|
|
6
7
|
"main": "./dist/index.js",
|
|
7
8
|
"module": "./dist/index.mjs",
|
|
8
9
|
"types": "./dist/index.d.ts",
|
|
@@ -32,10 +33,10 @@
|
|
|
32
33
|
},
|
|
33
34
|
"dependencies": {
|
|
34
35
|
"ajv": "^8.17.1",
|
|
35
|
-
"@walkeros/core": "
|
|
36
|
+
"@walkeros/core": "2.2.0-next-1773136823705"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
|
-
"@walkeros/core": "
|
|
39
|
+
"@walkeros/core": "2.2.0-next-1773136823705"
|
|
39
40
|
},
|
|
40
41
|
"repository": {
|
|
41
42
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|