fix(core): update

This commit is contained in:
Philipp Kunz 2023-02-12 19:08:40 +01:00
parent eaf379b119
commit dca3cf1f08
3 changed files with 274 additions and 216 deletions

View File

@ -33,7 +33,7 @@
"@gitzone/tsrun": "^1.2.31",
"@gitzone/tstest": "^1.0.68",
"@pushrocks/tapbundle": "^5.0.2",
"@types/node": "^18.11.18",
"@types/node": "^18.13.0",
"@types/npm": "^7.19.0"
},
"private": false,
@ -52,4 +52,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartenv',
version: '5.0.5',
version: '5.0.6',
description: 'store things about your environment and let them travel across modules'
}