@onflow/rlp
Advanced tools
Comparing version 1.2.1 to 1.2.2-alpha.0
# @onflow/rlp | ||
## 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 | ||
## 1.2.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@onflow/rlp", | ||
"version": "1.2.1", | ||
"version": "1.2.2-alpha.0", | ||
"description": "Port of ethereumjs/rlp", | ||
@@ -17,3 +17,3 @@ "license": "MPL-2.0", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@onflow/fcl-bundle": "^1.4.1", | ||
"@onflow/fcl-bundle": "^1.4.2-alpha.0", | ||
"@types/jest": "^29.5.3", | ||
@@ -23,3 +23,3 @@ "@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"eslint": "^8.47.0", | ||
"eslint-plugin-jsdoc": "^46.4.6", | ||
"eslint-plugin-jsdoc": "^46.9.0", | ||
"jest": "^29.5.0" | ||
@@ -31,3 +31,3 @@ }, | ||
"unpkg": "dist/rlp.umd.js", | ||
"types": "dist/index.d.ts", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
@@ -34,0 +34,0 @@ "prepublishOnly": "npm test && npm run build", |
@@ -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" | ||
} | ||
} |
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
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
101624
13182
8
819
1