@onflow/util-uid
Advanced tools
Comparing version 1.2.2 to 1.2.3-alpha.0
# @onflow/util-uid | ||
## 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 }); | ||
const HEX = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; | ||
@@ -6,0 +4,0 @@ const T = HEX.length; |
@@ -23,5 +23,3 @@ (function (global, factory) { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); | ||
//# sourceMappingURL=util-uid.umd.js.map |
{ | ||
"name": "@onflow/util-uid", | ||
"version": "1.2.2", | ||
"version": "1.2.3-alpha.0", | ||
"description": "Utilities to generate Unique Identifiers", | ||
@@ -16,10 +16,10 @@ "license": "Apache-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,4 +39,4 @@ "source": "src/util-uid.ts", | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6" | ||
"@babel/runtime": "^7.25.7" | ||
} | ||
} |
@@ -1,10 +0,10 @@ | ||
# @onflow/util-uid | ||
# @onflow/util-rpc | ||
Utility for creating Unique Identifiers. | ||
Lightweight utility for transport-agnostic, bidirectional RPC communication. | ||
# Status | ||
- **Last Updated:** July 17 2020 | ||
- **Stable:** Yes | ||
- **Risk of Breaking Change:** No | ||
- **Last Updated:** Aug 6th, 2024 | ||
- **Stable:** No | ||
- **Risk of Breaking Change:** Yes | ||
@@ -14,3 +14,3 @@ # Install | ||
```bash | ||
npm install --save @onflow/util-uid | ||
npm install --save @onflow/util-rpc | ||
``` | ||
@@ -21,5 +21,5 @@ | ||
```javascript | ||
import {uid} from "@onflow/util-uid" | ||
import {RpcClient} from "@onflow/util-rpc" | ||
const uniqueIdentifier = uid() | ||
const uniqueIdentifier = new RpcClient(...) | ||
``` |
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
13110
83
1
Updated@babel/runtime@^7.25.7