@onflow/config
Advanced tools
Comparing version 1.2.1 to 1.2.2-alpha.0
# @onflow/config | ||
## 1.2.2-alpha.0 | ||
### Patch Changes | ||
- [#1809](https://github.com/onflow/fcl-js/pull/1809) [`3af8a434`](https://github.com/onflow/fcl-js/commit/3af8a434b7b1238e44b6aa56f335c6d3d787cd21) Thanks [@nialexsan](https://github.com/nialexsan)! - split fcl to fcl-core, fcl-react-native, fcl(-web) | ||
- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated | ||
- Updated dependencies [[`3af8a434`](https://github.com/onflow/fcl-js/commit/3af8a434b7b1238e44b6aa56f335c6d3d787cd21), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]: | ||
- @onflow/util-invariant@1.2.2-alpha.0 | ||
- @onflow/util-logger@1.3.2-alpha.0 | ||
- @onflow/util-actor@1.3.2-alpha.0 | ||
## 1.2.1 | ||
@@ -4,0 +17,0 @@ |
{ | ||
"name": "@onflow/config", | ||
"version": "1.2.1", | ||
"version": "1.2.2-alpha.0", | ||
"description": "Config for FCL-JS", | ||
@@ -17,3 +17,3 @@ "license": "Apache-2.0", | ||
"@babel/preset-typescript": "^7.22.11", | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@onflow/fcl-bundle": "^1.4.2-alpha.0", | ||
"@types/estree": "^1.0.1", | ||
@@ -24,3 +24,3 @@ "@types/jest": "^29.5.4", | ||
"eslint": "^8.48.0", | ||
"eslint-plugin-jsdoc": "^46.5.1", | ||
"eslint-plugin-jsdoc": "^46.9.0", | ||
"jest": "^29.5.0", | ||
@@ -33,3 +33,3 @@ "typescript": "^4.9.5" | ||
"unpkg": "dist/config.umd.js", | ||
"types": "dist/config.d.ts", | ||
"types": "types/config.d.ts", | ||
"scripts": { | ||
@@ -45,8 +45,8 @@ "prepublishOnly": "npm test && npm run build", | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/util-actor": "^1.3.1", | ||
"@onflow/util-invariant": "^1.2.1", | ||
"@onflow/util-logger": "^1.3.1", | ||
"@onflow/util-actor": "^1.3.2-alpha.0", | ||
"@onflow/util-invariant": "^1.2.2-alpha.0", | ||
"@onflow/util-logger": "^1.3.2-alpha.0", | ||
"eslint": "^8.34.0", | ||
"eslint-plugin-jsdoc": "^40.0.0" | ||
"eslint-plugin-jsdoc": "^46.9.0" | ||
} | ||
} |
@@ -6,7 +6,5 @@ { | ||
"compilerOptions": { | ||
// Types should go into this directory. | ||
// Removing this would place the .d.ts files | ||
// next to the .js files | ||
"outDir": "types" | ||
"declarationDir": "types", | ||
"rootDir": "src" | ||
} | ||
} |
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
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
164140
14532
15
1751
1
+ Added@es-joy/jsdoccomment@0.41.0(transitive)
+ Addedare-docs-informative@0.0.2(transitive)
+ Addedbuiltin-modules@3.3.0(transitive)
+ Addedcomment-parser@1.4.1(transitive)
+ Addedeslint-plugin-jsdoc@46.10.1(transitive)
+ Addedis-builtin-module@3.2.1(transitive)
+ Addedspdx-expression-parse@4.0.0(transitive)
- Removed@es-joy/jsdoccomment@0.37.1(transitive)
- Removedcomment-parser@1.3.1(transitive)
- Removedeslint-plugin-jsdoc@40.3.0(transitive)
- Removedspdx-expression-parse@3.0.1(transitive)
Updatedeslint-plugin-jsdoc@^46.9.0