2 Commits

Author SHA1 Message Date
5c2e3fea6c 3.0.2 2022-07-28 23:14:25 +02:00
7e5178d825 fix(core): update 2022-07-28 23:14:25 +02:00
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartspawn",
"version": "3.0.1",
"version": "3.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartspawn",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"dependencies": {
"@pushrocks/smartpromise": "^3.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartspawn",
"version": "3.0.1",
"version": "3.0.2",
"private": false,
"description": "smart subprocess handling",
"main": "dist_ts/index.js",
@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"repository": {

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartspawn',
version: '3.0.1',
version: '3.0.2',
description: 'smart subprocess handling'
}