@wix/packages 1.0.17 → 1.0.19

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.17",
3
+ "version": "1.0.19",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "type-bundles"
22
22
  ],
23
23
  "dependencies": {
24
- "@wix/packages_packages": "1.0.16"
24
+ "@wix/packages_packages": "1.0.18"
25
25
  },
26
26
  "devDependencies": {
27
27
  "glob": "^10.4.1",
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "a371544ca623f55bb3ba8fdff394363c68b3f018a177cb9feb5ee51c"
49
+ "falconPackageHash": "1695933ea43858b31e898880c14f1936adde6f4b6b709d610fe22d9e"
50
50
  }
@@ -1877,7 +1877,7 @@ declare function cancelPackage$1(httpClient: HttpClient): CancelPackageSignature
1877
1877
  interface CancelPackageSignature {
1878
1878
  /**
1879
1879
  * Cancels all product instances included in the package and the customer
1880
- * immediately looses access to the canceled functionality.
1880
+ * immediately loses access to the canceled functionality.
1881
1881
  *
1882
1882
  *
1883
1883
  * You must pass the ID of the Wix account that the package belongs to in the
@@ -2008,7 +2008,7 @@ interface CancelProductInstanceSignature {
2008
2008
  * to in the header of the call. The call fails, if the product instance and
2009
2009
  * Wix account don't match.
2010
2010
  *
2011
- * The customer immediately looses access to features included in the
2011
+ * The customer immediately loses access to features included in the
2012
2012
  * canceled service. It's up to the reseller to decide whether the adjustment
2013
2013
  * affects the customer’s payment.
2014
2014
  *
@@ -2036,7 +2036,7 @@ interface AdjustProductInstanceSpecificationsSignature {
2036
2036
  * to in the header of the call. The call fails, if the product instance and
2037
2037
  * Wix account don't match.
2038
2038
  *
2039
- * The customer has immediate access to new features, while loosing access to
2039
+ * The customer has immediate access to new features, while losing access to
2040
2040
  * features not included in the new service. It's up to the reseller to
2041
2041
  * decide whether the adjustment affects the customer’s payment.
2042
2042
  *
@@ -1877,7 +1877,7 @@ declare function cancelPackage$1(httpClient: HttpClient): CancelPackageSignature
1877
1877
  interface CancelPackageSignature {
1878
1878
  /**
1879
1879
  * Cancels all product instances included in the package and the customer
1880
- * immediately looses access to the canceled functionality.
1880
+ * immediately loses access to the canceled functionality.
1881
1881
  *
1882
1882
  *
1883
1883
  * You must pass the ID of the Wix account that the package belongs to in the
@@ -2008,7 +2008,7 @@ interface CancelProductInstanceSignature {
2008
2008
  * to in the header of the call. The call fails, if the product instance and
2009
2009
  * Wix account don't match.
2010
2010
  *
2011
- * The customer immediately looses access to features included in the
2011
+ * The customer immediately loses access to features included in the
2012
2012
  * canceled service. It's up to the reseller to decide whether the adjustment
2013
2013
  * affects the customer’s payment.
2014
2014
  *
@@ -2036,7 +2036,7 @@ interface AdjustProductInstanceSpecificationsSignature {
2036
2036
  * to in the header of the call. The call fails, if the product instance and
2037
2037
  * Wix account don't match.
2038
2038
  *
2039
- * The customer has immediate access to new features, while loosing access to
2039
+ * The customer has immediate access to new features, while losing access to
2040
2040
  * features not included in the new service. It's up to the reseller to
2041
2041
  * decide whether the adjustment affects the customer’s payment.
2042
2042
  *