2 Commits

Author SHA1 Message Date
499ae24297 3.0.1 2023-04-05 16:31:35 +02:00
820c6ccb74 fix(core): update 2023-04-05 16:31:34 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
{ {
"name": "@pushrocks/smartdelay", "name": "@pushrocks/smartdelay",
"private": false, "private": false,
"version": "3.0.0", "version": "3.0.1",
"description": "timeouts for the async/await era, written in TypeScript", "description": "timeouts for the async/await era, written in TypeScript",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(tsbuild --web && tsbundle npm)", "build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"repository": { "repository": {

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartdelay', name: '@pushrocks/smartdelay',
version: '3.0.0', version: '3.0.1',
description: 'timeouts for the async/await era, written in TypeScript' description: 'timeouts for the async/await era, written in TypeScript'
} }