@onflow/config
Advanced tools
Comparing version 1.2.0 to 1.2.1
# @onflow/config | ||
## 1.2.1 | ||
### Patch Changes | ||
- [#1807](https://github.com/onflow/fcl-js/pull/1807) [`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9) Thanks [@jribbink](https://github.com/jribbink)! - Fix versioning & actor bug | ||
- Updated dependencies [[`9430d723`](https://github.com/onflow/fcl-js/commit/9430d7232c272f4acb55f5bcff7be82cef9704d9)]: | ||
- @onflow/util-actor@1.3.1 | ||
- @onflow/util-invariant@1.2.1 | ||
- @onflow/util-logger@1.3.1 | ||
## 1.2.0 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@onflow/config", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Config for FCL-JS", | ||
@@ -17,3 +17,3 @@ "license": "Apache-2.0", | ||
"@babel/preset-typescript": "^7.22.11", | ||
"@onflow/fcl-bundle": "^1.4.0", | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@types/estree": "^1.0.1", | ||
@@ -43,5 +43,5 @@ "@types/jest": "^29.5.4", | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/util-actor": "^1.3.0", | ||
"@onflow/util-invariant": "^1.2.0", | ||
"@onflow/util-logger": "^1.3.0", | ||
"@onflow/util-actor": "^1.3.1", | ||
"@onflow/util-invariant": "^1.2.1", | ||
"@onflow/util-logger": "^1.3.1", | ||
"eslint": "^8.34.0", | ||
@@ -48,0 +48,0 @@ "eslint-plugin-jsdoc": "^40.0.0" |
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
160172
Updated@onflow/util-actor@^1.3.1
Updated@onflow/util-logger@^1.3.1