2 Commits

Author SHA1 Message Date
7c561b2a25 3.0.5 2023-07-13 09:49:50 +02:00
de4342aa18 fix(core): update 2023-07-13 09:49:50 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "@push.rocks/smartdelay", "name": "@push.rocks/smartdelay",
"private": false, "private": false,
"version": "3.0.4", "version": "3.0.5",
"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",

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartdelay', name: '@push.rocks/smartdelay',
version: '3.0.4', version: '3.0.5',
description: 'timeouts for the async/await era, written in TypeScript' description: 'timeouts for the async/await era, written in TypeScript'
} }