fix(core): update
This commit is contained in:
parent
3bcddff4ab
commit
1cc575d2c8
12
readme.md
12
readme.md
@ -1,8 +1,8 @@
|
|||||||
# @pushrocks/smartdelay
|
# @push.rocks/smartdelay
|
||||||
timeouts for the async/await era, written in TypeScript
|
timeouts for the async/await era, written in TypeScript
|
||||||
|
|
||||||
## Availabililty and Links
|
## Availabililty and Links
|
||||||
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartdelay)
|
* [npmjs.org (npm package)](https://www.npmjs.com/package/@push.rocks/smartdelay)
|
||||||
* [gitlab.com (source)](https://gitlab.com/pushrocks/smartdelay)
|
* [gitlab.com (source)](https://gitlab.com/pushrocks/smartdelay)
|
||||||
* [github.com (source mirror)](https://github.com/pushrocks/smartdelay)
|
* [github.com (source mirror)](https://github.com/pushrocks/smartdelay)
|
||||||
* [docs (typedoc)](https://pushrocks.gitlab.io/smartdelay/)
|
* [docs (typedoc)](https://pushrocks.gitlab.io/smartdelay/)
|
||||||
@ -13,14 +13,14 @@ Status Category | Status Badge
|
|||||||
-- | --
|
-- | --
|
||||||
GitLab Pipelines | [](https://lossless.cloud)
|
GitLab Pipelines | [](https://lossless.cloud)
|
||||||
GitLab Pipline Test Coverage | [](https://lossless.cloud)
|
GitLab Pipline Test Coverage | [](https://lossless.cloud)
|
||||||
npm | [](https://lossless.cloud)
|
npm | [](https://lossless.cloud)
|
||||||
Snyk | [](https://lossless.cloud)
|
Snyk | [](https://lossless.cloud)
|
||||||
TypeScript Support | [](https://lossless.cloud)
|
TypeScript Support | [](https://lossless.cloud)
|
||||||
node Support | [](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
node Support | [](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
||||||
Code Style | [](https://lossless.cloud)
|
Code Style | [](https://lossless.cloud)
|
||||||
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
|
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
|
||||||
PackagePhobia (package size on registry) | [](https://lossless.cloud)
|
PackagePhobia (package size on registry) | [](https://lossless.cloud)
|
||||||
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
|
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { expect, tap } from '@pushrocks/tapbundle';
|
import { expect, tap } from '@push.rocks/tapbundle';
|
||||||
|
|
||||||
import * as smartdelay from '../ts/index.js';
|
import * as smartdelay from '../ts/index.js';
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartdelay',
|
name: '@push.rocks/smartdelay',
|
||||||
version: '3.0.3',
|
version: '3.0.4',
|
||||||
description: 'timeouts for the async/await era, written in TypeScript'
|
description: 'timeouts for the async/await era, written in TypeScript'
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import * as smartpromise from '@pushrocks/smartpromise';
|
import * as smartpromise from '@push.rocks/smartpromise';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* delay something, works like setTimeout
|
* delay something, works like setTimeout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user