@onflow/util-semver
Advanced tools
Comparing version
# @onflow/util-semver | ||
## 1.0.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.0.2 | ||
@@ -4,0 +10,0 @@ |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
/* | ||
@@ -6,0 +4,0 @@ compareIdentifiers was taken from semver package, which is licensed under ISC |
{ | ||
"name": "@onflow/util-semver", | ||
"version": "1.0.2", | ||
"version": "1.0.3-alpha.0", | ||
"description": "A lightweight semver implementation for use in FCL", | ||
"main": "dist/index.js", | ||
"module": "dist/index.module.js", | ||
"source": "src/index.js", | ||
"source": "src/index.ts", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
@@ -16,7 +17,7 @@ "prepublishOnly": "npm test && npm run build", | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "1.4.2", | ||
"jest": "^29.5.0" | ||
"@onflow/fcl-bundle": "1.5.1-alpha.0", | ||
"jest": "^29.7.0" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6" | ||
"@babel/runtime": "^7.25.7" | ||
}, | ||
@@ -23,0 +24,0 @@ "repository": { |
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
23665
2.54%15
36.36%233
4.95%1
Infinity%Updated