@onflow/util-invariant
Advanced tools
Comparing version 1.1.0-alpha.2 to 1.1.0
# @onflow/util-invariant | ||
## 1.1.0 | ||
### Minor Changes | ||
- [#1577](https://github.com/onflow/fcl-js/pull/1577) [`d9a49531`](https://github.com/onflow/fcl-js/commit/d9a495316cd03ed0de99e0f01d1b8850a1f0eec4) Thanks [@chasefleming](https://github.com/chasefleming)! - Add npmignore file for build | ||
### Patch Changes | ||
- [#1663](https://github.com/onflow/fcl-js/pull/1663) [`62dfafa9`](https://github.com/onflow/fcl-js/commit/62dfafa9c7adc3933822b0d3171d6eb025f1719e) Thanks [@nialexsan](https://github.com/nialexsan)! - Upgrade jest to v29.5 and update tests accordingly. Change build to transpile with ESM modules. | ||
- [#1658](https://github.com/onflow/fcl-js/pull/1658) [`2512b5c5`](https://github.com/onflow/fcl-js/commit/2512b5c53dff708fca97cd8afdbb1f4a46b2f106) Thanks [@nialexsan](https://github.com/nialexsan)! - Align jest version | ||
## 1.1.0-alpha.2 | ||
@@ -4,0 +16,0 @@ |
@@ -16,7 +16,5 @@ 'use strict'; | ||
error.stack = error.stack.split("\n").filter(d => !/at invariant/.test(d)).join("\n"); | ||
for (var _len = arguments.length, rest = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) { | ||
rest[_key - 2] = arguments[_key]; | ||
} | ||
console.error("\n\n---\n\n", error, "\n\n", ...rest, "\n\n---\n\n"); | ||
@@ -23,0 +21,0 @@ throw error; |
@@ -12,7 +12,5 @@ /** | ||
error.stack = error.stack.split("\n").filter(d => !/at invariant/.test(d)).join("\n"); | ||
for (var _len = arguments.length, rest = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) { | ||
rest[_key - 2] = arguments[_key]; | ||
} | ||
console.error("\n\n---\n\n", error, "\n\n", ...rest, "\n\n---\n\n"); | ||
@@ -19,0 +17,0 @@ throw error; |
@@ -18,7 +18,5 @@ (function (global, factory) { | ||
error.stack = error.stack.split("\n").filter(d => !/at invariant/.test(d)).join("\n"); | ||
for (var _len = arguments.length, rest = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) { | ||
rest[_key - 2] = arguments[_key]; | ||
} | ||
console.error("\n\n---\n\n", error, "\n\n", ...rest, "\n\n---\n\n"); | ||
@@ -25,0 +23,0 @@ throw error; |
{ | ||
"name": "@onflow/util-invariant", | ||
"version": "1.1.0-alpha.2", | ||
"version": "1.1.0", | ||
"description": "Flow JS SDK Util -- Invariant", | ||
@@ -16,4 +16,4 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "^1.3.0-alpha.0", | ||
"@onflow/types": "^1.1.0-alpha.2", | ||
"@onflow/fcl-bundle": "^1.3.0", | ||
"@onflow/types": "^1.1.0", | ||
"jest": "^29.5.0" | ||
@@ -20,0 +20,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12778
0