@wix/data 1.0.177 → 1.0.178
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/data",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.178",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"service-plugins"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@wix/data_collections": "1.0.
|
|
25
|
+
"@wix/data_collections": "1.0.64",
|
|
26
26
|
"@wix/data_external-database": "1.0.28",
|
|
27
27
|
"@wix/data_external-database-connections": "1.0.49",
|
|
28
28
|
"@wix/data_indexes": "1.0.44",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"fqdn": ""
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"falconPackageHash": "
|
|
54
|
+
"falconPackageHash": "7888cd2cee79211c266276a6529abbe19d341ea187dfaeb153e50e58"
|
|
55
55
|
}
|
|
@@ -1200,6 +1200,7 @@ interface Field$1 extends FieldRangeValidationsOneOf {
|
|
|
1200
1200
|
encrypted?: boolean;
|
|
1201
1201
|
/** Field description. */
|
|
1202
1202
|
description?: string | null;
|
|
1203
|
+
plugin?: string | null;
|
|
1203
1204
|
/**
|
|
1204
1205
|
* Whether the field is read-only. A read-only field can't be changed.
|
|
1205
1206
|
*
|
|
@@ -1200,6 +1200,7 @@ interface Field$1 extends FieldRangeValidationsOneOf {
|
|
|
1200
1200
|
encrypted?: boolean;
|
|
1201
1201
|
/** Field description. */
|
|
1202
1202
|
description?: string | null;
|
|
1203
|
+
plugin?: string | null;
|
|
1203
1204
|
/**
|
|
1204
1205
|
* Whether the field is read-only. A read-only field can't be changed.
|
|
1205
1206
|
*
|
|
@@ -643,6 +643,7 @@ interface Field$3 extends FieldRangeValidationsOneOf$1 {
|
|
|
643
643
|
encrypted?: boolean;
|
|
644
644
|
/** Field description. */
|
|
645
645
|
description?: string | null;
|
|
646
|
+
plugin?: string | null;
|
|
646
647
|
/**
|
|
647
648
|
* Whether the field is read-only. A read-only field can't be changed.
|
|
648
649
|
*
|
|
@@ -1463,6 +1464,7 @@ interface Field$2 extends FieldRangeValidationsOneOf {
|
|
|
1463
1464
|
encrypted?: boolean;
|
|
1464
1465
|
/** Field description. */
|
|
1465
1466
|
description?: string | null;
|
|
1467
|
+
plugin?: string | null;
|
|
1466
1468
|
/**
|
|
1467
1469
|
* Whether the field is read-only. A read-only field can't be changed.
|
|
1468
1470
|
*
|