@wix/packages 1.0.7 → 1.0.8

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.7",
3
+ "version": "1.0.8",
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.7"
21
+ "@wix/packages_packages": "1.0.8"
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": "645c9565815e837aec8d048bcd8c1024cd51e18acca5eeef235f21d9"
45
+ "falconPackageHash": "81f85f01c415667fd834def0c7ecb2f486be452b156a8eaf0f9e1800"
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