@wix/packages 1.0.0 → 1.0.1
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/packages",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/packages_packages": "1.0.
|
|
21
|
+
"@wix/packages_packages": "1.0.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"fqdn": ""
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "fee002c7a51e5b0c8c5f6530efe3c5c5753ec69e68baade44d66e1f5"
|
|
47
47
|
}
|
|
@@ -39,6 +39,13 @@ interface Package {
|
|
|
39
39
|
* @readonly
|
|
40
40
|
*/
|
|
41
41
|
_updatedDate?: Date;
|
|
42
|
+
/**
|
|
43
|
+
* Revision number of the `Package` object .
|
|
44
|
+
* The `Package` object is only modified when the specified number
|
|
45
|
+
* matches the latest revision.
|
|
46
|
+
* @readonly
|
|
47
|
+
*/
|
|
48
|
+
revision?: string | null;
|
|
42
49
|
}
|
|
43
50
|
/**
|
|
44
51
|
* A product instance is a specific instance of a Wix service that a reseller
|
|
@@ -39,6 +39,13 @@ interface Package {
|
|
|
39
39
|
* @readonly
|
|
40
40
|
*/
|
|
41
41
|
_updatedDate?: Date;
|
|
42
|
+
/**
|
|
43
|
+
* Revision number of the `Package` object .
|
|
44
|
+
* The `Package` object is only modified when the specified number
|
|
45
|
+
* matches the latest revision.
|
|
46
|
+
* @readonly
|
|
47
|
+
*/
|
|
48
|
+
revision?: string | null;
|
|
42
49
|
}
|
|
43
50
|
/**
|
|
44
51
|
* A product instance is a specific instance of a Wix service that a reseller
|
|
@@ -39,6 +39,13 @@ interface Package$1 {
|
|
|
39
39
|
* @readonly
|
|
40
40
|
*/
|
|
41
41
|
updatedDate?: Date;
|
|
42
|
+
/**
|
|
43
|
+
* Revision number of the `Package` object .
|
|
44
|
+
* The `Package` object is only modified when the specified number
|
|
45
|
+
* matches the latest revision.
|
|
46
|
+
* @readonly
|
|
47
|
+
*/
|
|
48
|
+
revision?: string | null;
|
|
42
49
|
}
|
|
43
50
|
/**
|
|
44
51
|
* A product instance is a specific instance of a Wix service that a reseller
|
|
@@ -608,6 +615,13 @@ interface Package {
|
|
|
608
615
|
* @readonly
|
|
609
616
|
*/
|
|
610
617
|
_updatedDate?: Date;
|
|
618
|
+
/**
|
|
619
|
+
* Revision number of the `Package` object .
|
|
620
|
+
* The `Package` object is only modified when the specified number
|
|
621
|
+
* matches the latest revision.
|
|
622
|
+
* @readonly
|
|
623
|
+
*/
|
|
624
|
+
revision?: string | null;
|
|
611
625
|
}
|
|
612
626
|
/**
|
|
613
627
|
* A product instance is a specific instance of a Wix service that a reseller
|