@wix/packages 1.0.7 → 1.0.9
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.9",
|
|
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.9"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"glob": "^10.4.1",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
|
|
31
|
-
"build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
31
|
+
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
32
32
|
"test": ":"
|
|
33
33
|
},
|
|
34
34
|
"wix": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"fqdn": ""
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
|
-
"falconPackageHash": "
|
|
45
|
+
"falconPackageHash": "475e79d89e9089c555dea84a806cb2b3b4808865042f47aff8680f65"
|
|
46
46
|
}
|
|
@@ -39,13 +39,6 @@ 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;
|
|
49
42
|
}
|
|
50
43
|
/**
|
|
51
44
|
* A product instance is a specific instance of a Wix service that a reseller
|
|
@@ -39,13 +39,6 @@ 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;
|
|
49
42
|
}
|
|
50
43
|
/**
|
|
51
44
|
* A product instance is a specific instance of a Wix service that a reseller
|
|
@@ -39,13 +39,6 @@ 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;
|
|
49
42
|
}
|
|
50
43
|
/**
|
|
51
44
|
* A product instance is a specific instance of a Wix service that a reseller
|
|
@@ -500,13 +493,6 @@ interface Package {
|
|
|
500
493
|
* @readonly
|
|
501
494
|
*/
|
|
502
495
|
_updatedDate?: Date;
|
|
503
|
-
/**
|
|
504
|
-
* Revision number of the `Package` object .
|
|
505
|
-
* The `Package` object is only modified when the specified number
|
|
506
|
-
* matches the latest revision.
|
|
507
|
-
* @readonly
|
|
508
|
-
*/
|
|
509
|
-
revision?: string | null;
|
|
510
496
|
}
|
|
511
497
|
/**
|
|
512
498
|
* A product instance is a specific instance of a Wix service that a reseller
|