@exodus/simple-retry
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.2](https://github.com/ExodusMovement/hydra/compare/@exodus/simple-retry@1.0.1...@exodus/simple-retry@1.0.2) (2024-11-25) | ||
### License | ||
- license: re-license under MIT license (#10339) | ||
## [1.0.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/simple-retry@0.0.6...@exodus/simple-retry@1.0.1) (2024-10-10) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@exodus/simple-retry", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Simple Retry", | ||
@@ -12,4 +12,4 @@ "main": "src/index.js", | ||
"author": "Exodus Movement, Inc.", | ||
"license": "UNLICENSED", | ||
"homepage": "https://github.com/ExodusMovement/exodus-hydra/tree/master/libraries/simple-retry", | ||
"license": "MIT", | ||
"homepage": "https://github.com/ExodusMovement/hydra/tree/master/libraries/simple-retry", | ||
"scripts": { | ||
@@ -23,4 +23,3 @@ "format": "run -T prettier --write '**/*.js'", | ||
"publishConfig": { | ||
"access": "restricted", | ||
"registry": "https://registry.npmjs.org" | ||
"access": "public" | ||
}, | ||
@@ -32,9 +31,9 @@ "dependencies": { | ||
"bugs": { | ||
"url": "https://github.com/ExodusMovement/exodus-hydra/issues?q=is%3Aissue+is%3Aopen+label%3Asimple-retry" | ||
"url": "https://github.com/ExodusMovement/hydra/issues?q=is%3Aissue+is%3Aopen+label%3Asimple-retry" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ExodusMovement/exodus-hydra.git" | ||
"url": "git+https://github.com/ExodusMovement/hydra.git" | ||
}, | ||
"gitHead": "f433771d2e40916362f9b523a7c9c7c7856eedc7" | ||
"gitHead": "f4828ed28c5bb25f48dee4e194106df208033b4a" | ||
} |
@@ -1,7 +0,7 @@ | ||
# Simple Retry [![Build Status](https://travis-ci.com/ExodusMovement/simple-retry.svg?token=4LdsYhfLJBfrCJSUBSTg&branch=master)](https://travis-ci.com/ExodusMovement/simple-retry) | ||
# @exodus/simple-retry | ||
## Getting Started | ||
## Install | ||
```sh | ||
yarn | ||
yarn add @exodus/simple-retry | ||
``` | ||
@@ -33,21 +33,1 @@ | ||
``` | ||
## Tests | ||
```sh | ||
yarn test | ||
yarn test --watch | ||
``` | ||
## Publish | ||
To publish, first set the `private` flag to false and edit the version number in `package.json`. | ||
```sh | ||
yarn build | ||
NPM_CONFIG_OTP=123456 yarn release | ||
NPM_CONFIG_OTP=123456 yarn release from-package # if 2FA token timeout, re-publish with current version in package.json | ||
NPM_CONFIG_OTP=775106 npm publish --registry=https://registry.npmjs.org | ||
``` | ||
After sucessfully publishing, reset the `private` flag to true and commit the version change. |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4592
5
0
33