fix(core): update

This commit is contained in:
2023-07-27 16:16:37 +02:00
parent 38d1d4ae0c
commit 8909652860
17 changed files with 4931 additions and 18520 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartsitemap",
"name": "@push.rocks/smartsitemap",
"version": "2.0.1",
"private": false,
"description": "a sitemap module",
@@ -10,23 +10,25 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)"
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsbundle": "^1.0.101",
"@gitzone/tstest": "^1.0.69",
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.23"
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@push.rocks/smartenv": "^5.0.5",
"@push.rocks/tapbundle": "^5.0.12",
"@types/node": "^20.4.5"
},
"dependencies": {
"@pushrocks/smartcache": "^1.0.13",
"@pushrocks/smartfeed": "^1.0.11",
"@pushrocks/smartxml": "^1.0.6",
"@pushrocks/smartyaml": "^2.0.5",
"@pushrocks/webrequest": "^3.0.3",
"@tsclass/tsclass": "^3.0.48"
"@push.rocks/smartcache": "^1.0.16",
"@push.rocks/smartfeed": "^1.0.11",
"@push.rocks/smartxml": "^1.0.6",
"@push.rocks/smartyaml": "^2.0.5",
"@push.rocks/webrequest": "^3.0.32",
"@tsclass/tsclass": "^4.0.42"
},
"browserslist": [
"last 1 chrome versions"
@@ -43,4 +45,4 @@
"npmextra.json",
"readme.md"
]
}
}