5etools-utils 0.12.73 → 0.12.74
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|
package/schema/ua/util-copy.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.6",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -501,7 +501,6 @@
|
|
|
501
501
|
},
|
|
502
502
|
"required": [
|
|
503
503
|
"mode",
|
|
504
|
-
"prop",
|
|
505
504
|
"value"
|
|
506
505
|
],
|
|
507
506
|
"additionalProperties": false
|
|
@@ -872,6 +871,25 @@
|
|
|
872
871
|
],
|
|
873
872
|
"minProperties": 3,
|
|
874
873
|
"additionalProperties": false
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "object",
|
|
877
|
+
"properties": {
|
|
878
|
+
"mode": {
|
|
879
|
+
"const": "prefixSuffixStringProp"
|
|
880
|
+
},
|
|
881
|
+
"prefix": {
|
|
882
|
+
"type": "string"
|
|
883
|
+
},
|
|
884
|
+
"suffix": {
|
|
885
|
+
"type": "string"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"required": [
|
|
889
|
+
"mode"
|
|
890
|
+
],
|
|
891
|
+
"minProperties": 2,
|
|
892
|
+
"additionalProperties": false
|
|
875
893
|
}
|
|
876
894
|
]
|
|
877
895
|
},
|