5etools-utils 0.8.1 → 0.8.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.
package/package.json
CHANGED
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.13",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1251,7 +1251,8 @@
|
|
|
1251
1251
|
"cha"
|
|
1252
1252
|
]
|
|
1253
1253
|
},
|
|
1254
|
-
"uniqueItems": true
|
|
1254
|
+
"uniqueItems": true,
|
|
1255
|
+
"minItems": 1
|
|
1255
1256
|
},
|
|
1256
1257
|
"count": {
|
|
1257
1258
|
"type": "integer"
|
|
@@ -1274,13 +1275,15 @@
|
|
|
1274
1275
|
"cha"
|
|
1275
1276
|
]
|
|
1276
1277
|
},
|
|
1277
|
-
"uniqueItems": true
|
|
1278
|
+
"uniqueItems": true,
|
|
1279
|
+
"minItems": 1
|
|
1278
1280
|
},
|
|
1279
1281
|
"weights": {
|
|
1280
1282
|
"type": "array",
|
|
1281
1283
|
"items": {
|
|
1282
1284
|
"type": "integer"
|
|
1283
|
-
}
|
|
1285
|
+
},
|
|
1286
|
+
"minItems": 1
|
|
1284
1287
|
}
|
|
1285
1288
|
}
|
|
1286
1289
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.13",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1251,7 +1251,8 @@
|
|
|
1251
1251
|
"cha"
|
|
1252
1252
|
]
|
|
1253
1253
|
},
|
|
1254
|
-
"uniqueItems": true
|
|
1254
|
+
"uniqueItems": true,
|
|
1255
|
+
"minItems": 1
|
|
1255
1256
|
},
|
|
1256
1257
|
"count": {
|
|
1257
1258
|
"type": "integer"
|
|
@@ -1274,13 +1275,15 @@
|
|
|
1274
1275
|
"cha"
|
|
1275
1276
|
]
|
|
1276
1277
|
},
|
|
1277
|
-
"uniqueItems": true
|
|
1278
|
+
"uniqueItems": true,
|
|
1279
|
+
"minItems": 1
|
|
1278
1280
|
},
|
|
1279
1281
|
"weights": {
|
|
1280
1282
|
"type": "array",
|
|
1281
1283
|
"items": {
|
|
1282
1284
|
"type": "integer"
|
|
1283
|
-
}
|
|
1285
|
+
},
|
|
1286
|
+
"minItems": 1
|
|
1284
1287
|
}
|
|
1285
1288
|
}
|
|
1286
1289
|
},
|
package/schema/site/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.13",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1234,7 +1234,8 @@
|
|
|
1234
1234
|
"cha"
|
|
1235
1235
|
]
|
|
1236
1236
|
},
|
|
1237
|
-
"uniqueItems": true
|
|
1237
|
+
"uniqueItems": true,
|
|
1238
|
+
"minItems": 1
|
|
1238
1239
|
},
|
|
1239
1240
|
"count": {
|
|
1240
1241
|
"type": "integer"
|
|
@@ -1257,13 +1258,15 @@
|
|
|
1257
1258
|
"cha"
|
|
1258
1259
|
]
|
|
1259
1260
|
},
|
|
1260
|
-
"uniqueItems": true
|
|
1261
|
+
"uniqueItems": true,
|
|
1262
|
+
"minItems": 1
|
|
1261
1263
|
},
|
|
1262
1264
|
"weights": {
|
|
1263
1265
|
"type": "array",
|
|
1264
1266
|
"items": {
|
|
1265
1267
|
"type": "integer"
|
|
1266
|
-
}
|
|
1268
|
+
},
|
|
1269
|
+
"minItems": 1
|
|
1267
1270
|
}
|
|
1268
1271
|
}
|
|
1269
1272
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.13",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1234,7 +1234,8 @@
|
|
|
1234
1234
|
"cha"
|
|
1235
1235
|
]
|
|
1236
1236
|
},
|
|
1237
|
-
"uniqueItems": true
|
|
1237
|
+
"uniqueItems": true,
|
|
1238
|
+
"minItems": 1
|
|
1238
1239
|
},
|
|
1239
1240
|
"count": {
|
|
1240
1241
|
"type": "integer"
|
|
@@ -1257,13 +1258,15 @@
|
|
|
1257
1258
|
"cha"
|
|
1258
1259
|
]
|
|
1259
1260
|
},
|
|
1260
|
-
"uniqueItems": true
|
|
1261
|
+
"uniqueItems": true,
|
|
1262
|
+
"minItems": 1
|
|
1261
1263
|
},
|
|
1262
1264
|
"weights": {
|
|
1263
1265
|
"type": "array",
|
|
1264
1266
|
"items": {
|
|
1265
1267
|
"type": "integer"
|
|
1266
|
-
}
|
|
1268
|
+
},
|
|
1269
|
+
"minItems": 1
|
|
1267
1270
|
}
|
|
1268
1271
|
}
|
|
1269
1272
|
},
|