Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c561b2a25 | |||
| de4342aa18 | |||
| eeb05aa987 | |||
| 1cc575d2c8 | |||
| 3bcddff4ab | |||
| b7da538595 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/smartdelay",
|
||||
"private": false,
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.5",
|
||||
"description": "timeouts for the async/await era, written in TypeScript",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
@@ -21,14 +21,14 @@
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/smartdelay#README",
|
||||
"dependencies": {
|
||||
"@pushrocks/smartpromise": "^4.0.2"
|
||||
"@push.rocks/smartpromise": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.66",
|
||||
"@gitzone/tsbundle": "^2.0.8",
|
||||
"@gitzone/tsrun": "^1.2.42",
|
||||
"@gitzone/tstest": "^1.0.74",
|
||||
"@pushrocks/tapbundle": "^5.0.8",
|
||||
"@push.rocks/tapbundle": "^5.0.8",
|
||||
"@types/node": "^20.4.1"
|
||||
},
|
||||
"files": [
|
||||
|
||||
27
pnpm-lock.yaml
generated
27
pnpm-lock.yaml
generated
@@ -5,9 +5,9 @@ settings:
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
dependencies:
|
||||
'@pushrocks/smartpromise':
|
||||
'@push.rocks/smartpromise':
|
||||
specifier: ^4.0.2
|
||||
version: 4.0.2
|
||||
version: 4.0.3
|
||||
|
||||
devDependencies:
|
||||
'@gitzone/tsbuild':
|
||||
@@ -22,7 +22,7 @@ devDependencies:
|
||||
'@gitzone/tstest':
|
||||
specifier: ^1.0.74
|
||||
version: 1.0.74(@types/node@20.4.1)
|
||||
'@pushrocks/tapbundle':
|
||||
'@push.rocks/tapbundle':
|
||||
specifier: ^5.0.8
|
||||
version: 5.0.8
|
||||
'@types/node':
|
||||
@@ -516,6 +516,26 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/@push.rocks/smartpromise@4.0.3:
|
||||
resolution: {integrity: sha512-z3lIso4/6KK3c6NFTVGZ7AOBsGURf8ha3qQtX/OxjZFk5dqS//8PLd0XqghVdIaUlRGmJ7Sfds/efZERWn1tAg==}
|
||||
dev: false
|
||||
|
||||
/@push.rocks/tapbundle@5.0.8:
|
||||
resolution: {integrity: sha512-pH+9KtiDPBTfU7twfg+9V29lAogdJqfqdIfbB3Dlv2CKfd5hhusuGVqY0KFeR8C7Kuy4uBah9FbvgN0UYZs80A==}
|
||||
dependencies:
|
||||
'@open-wc/testing': 3.2.0
|
||||
'@open-wc/testing-helpers': 2.3.0
|
||||
'@pushrocks/smartdelay': 3.0.1
|
||||
'@pushrocks/smartenv': 5.0.5
|
||||
'@pushrocks/smartexpect': 1.0.15
|
||||
'@pushrocks/smartpromise': 4.0.2
|
||||
'@pushrocks/smarttime': 4.0.1
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- supports-color
|
||||
- utf-8-validate
|
||||
dev: true
|
||||
|
||||
/@pushrocks/consolecolor@2.0.1:
|
||||
resolution: {integrity: sha512-iOFCHVeFZ2OywbdwSxVI4/wokkcLrXVdHLgvMmkNhJ220eeLgjNZWx3EJo3vNW3zq5ybCSCUIq0878djBxrWpw==}
|
||||
dependencies:
|
||||
@@ -897,6 +917,7 @@ packages:
|
||||
|
||||
/@pushrocks/smartpromise@4.0.2:
|
||||
resolution: {integrity: sha512-bqorOaGXPOuiOSV81luTKrTghg4O4NBRD0zyv7TIqmrMGf4a0uoozaUMp1X8vQdZW+y0gTzUJP9wkzAE6Cci0g==}
|
||||
dev: true
|
||||
|
||||
/@pushrocks/smartpuppeteer@2.0.2:
|
||||
resolution: {integrity: sha512-l3tqnD6Evseofq1avHsMy2FXXEmCd4Z+nm3xmMWS7nWvP9qTbJIn0XguOBaUIAhR8zE53UKPXs5/qBqXVNZDDQ==}
|
||||
|
||||
12
readme.md
12
readme.md
@@ -1,8 +1,8 @@
|
||||
# @pushrocks/smartdelay
|
||||
# @push.rocks/smartdelay
|
||||
timeouts for the async/await era, written in TypeScript
|
||||
|
||||
## 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)
|
||||
* [github.com (source mirror)](https://github.com/pushrocks/smartdelay)
|
||||
* [docs (typedoc)](https://pushrocks.gitlab.io/smartdelay/)
|
||||
@@ -13,14 +13,14 @@ Status Category | Status Badge
|
||||
-- | --
|
||||
GitLab Pipelines | [](https://lossless.cloud)
|
||||
GitLab Pipline Test Coverage | [](https://lossless.cloud)
|
||||
npm | [](https://lossless.cloud)
|
||||
npm | [](https://lossless.cloud)
|
||||
Snyk | [](https://lossless.cloud)
|
||||
TypeScript Support | [](https://lossless.cloud)
|
||||
node Support | [](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
||||
Code Style | [](https://lossless.cloud)
|
||||
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
|
||||
PackagePhobia (package size on registry) | [](https://lossless.cloud)
|
||||
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
|
||||
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
|
||||
PackagePhobia (package size on registry) | [](https://lossless.cloud)
|
||||
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
|
||||
|
||||
## 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';
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartdelay',
|
||||
version: '3.0.2',
|
||||
version: '3.0.5',
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user