Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ae60053cff | |||
dca3cf1f08 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartenv",
|
"name": "@pushrocks/smartenv",
|
||||||
"version": "5.0.5",
|
"version": "5.0.6",
|
||||||
"description": "store things about your environment and let them travel across modules",
|
"description": "store things about your environment and let them travel across modules",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"@gitzone/tsrun": "^1.2.31",
|
"@gitzone/tsrun": "^1.2.31",
|
||||||
"@gitzone/tstest": "^1.0.68",
|
"@gitzone/tstest": "^1.0.68",
|
||||||
"@pushrocks/tapbundle": "^5.0.2",
|
"@pushrocks/tapbundle": "^5.0.2",
|
||||||
"@types/node": "^18.11.18",
|
"@types/node": "^18.13.0",
|
||||||
"@types/npm": "^7.19.0"
|
"@types/npm": "^7.19.0"
|
||||||
},
|
},
|
||||||
"private": false,
|
"private": false,
|
||||||
|
484
pnpm-lock.yaml
generated
484
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartenv',
|
name: '@pushrocks/smartenv',
|
||||||
version: '5.0.5',
|
version: '5.0.6',
|
||||||
description: 'store things about your environment and let them travel across modules'
|
description: 'store things about your environment and let them travel across modules'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user