@onflow/rlp
Advanced tools
Comparing version 1.2.2 to 1.2.3-alpha.0
# @onflow/rlp | ||
## 1.2.3-alpha.0 | ||
### Patch Changes | ||
- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies | ||
## 1.2.2 | ||
@@ -4,0 +10,0 @@ |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var buffer = require('buffer'); | ||
@@ -248,3 +246,3 @@ | ||
Object.defineProperty(exports, 'Buffer', { | ||
Object.defineProperty(exports, "Buffer", { | ||
enumerable: true, | ||
@@ -251,0 +249,0 @@ get: function () { return buffer.Buffer; } |
@@ -248,3 +248,3 @@ (function (global, factory) { | ||
Object.defineProperty(exports, 'Buffer', { | ||
Object.defineProperty(exports, "Buffer", { | ||
enumerable: true, | ||
@@ -258,5 +258,3 @@ get: function () { return buffer.Buffer; } | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); | ||
//# sourceMappingURL=rlp.umd.js.map |
{ | ||
"name": "@onflow/rlp", | ||
"version": "1.2.2", | ||
"version": "1.2.3-alpha.0", | ||
"description": "Port of ethereumjs/rlp", | ||
@@ -16,10 +16,10 @@ "license": "MPL-2.0", | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@onflow/fcl-bundle": "1.4.2", | ||
"@types/jest": "^29.5.3", | ||
"@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"@typescript-eslint/parser": "^6.4.0", | ||
"eslint": "^8.47.0", | ||
"eslint-plugin-jsdoc": "^46.9.0", | ||
"jest": "^29.5.0" | ||
"@babel/preset-typescript": "^7.25.7", | ||
"@onflow/fcl-bundle": "1.5.1-alpha.0", | ||
"@types/jest": "^29.5.13", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"eslint": "^8.57.1", | ||
"eslint-plugin-jsdoc": "^46.10.1", | ||
"jest": "^29.7.0" | ||
}, | ||
@@ -39,5 +39,5 @@ "source": "src/index.ts", | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6", | ||
"@babel/runtime": "^7.25.7", | ||
"buffer": "^6.0.3" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Buffer } from "buffer"; | ||
@@ -3,0 +2,0 @@ export { Buffer }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
102572
816
1
Updated@babel/runtime@^7.25.7