Compare commits

...

2 Commits

Author SHA1 Message Date
ae60053cff 5.0.6 2023-02-12 19:08:40 +01:00
dca3cf1f08 fix(core): update 2023-02-12 19:08:40 +01:00
3 changed files with 274 additions and 216 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartenv",
"version": "5.0.5",
"version": "5.0.6",
"description": "store things about your environment and let them travel across modules",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
@ -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,

484
pnpm-lock.yaml generated

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'
}