Compare commits

..

No commits in common. "master" and "v2.0.18" have entirely different histories.

4 changed files with 3831 additions and 5046 deletions

View File

@ -1,20 +1,5 @@
# Changelog # Changelog
## 2024-10-02 - 2.0.19 - fix(dependencies)
Update dependencies to latest versions
- Updated @git.zone/tsbuild to version ^2.1.84
- Updated @git.zone/tsbundle to version ^2.0.15
- Updated @git.zone/tsrun to version ^1.2.49
- Updated @git.zone/tstest to version ^1.0.90
- Updated @push.rocks/tapbundle to version ^5.3.0
- Updated @types/node to version ^22.7.4
- Updated @push.rocks/lik to version ^6.0.15
- Updated @push.rocks/smartjson to version ^5.0.20
- Updated @push.rocks/smartpromise to version ^4.0.4
- Updated @push.rocks/smartrx to version ^3.0.7
- Updated @push.rocks/webstore to version ^2.0.20
## 2024-10-02 - 2.0.18 - fix(core) ## 2024-10-02 - 2.0.18 - fix(core)
Fix type errors and typos in Smartstate class Fix type errors and typos in Smartstate class

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartstate", "name": "@push.rocks/smartstate",
"version": "2.0.19", "version": "2.0.18",
"private": false, "private": false,
"description": "A package for handling and managing state in applications.", "description": "A package for handling and managing state in applications.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -14,20 +14,20 @@
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^2.1.84", "@git.zone/tsbuild": "^2.1.70",
"@git.zone/tsbundle": "^2.0.15", "@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.49", "@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.90", "@git.zone/tstest": "^1.0.81",
"@push.rocks/tapbundle": "^5.3.0", "@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^22.7.4" "@types/node": "^20.8.0"
}, },
"dependencies": { "dependencies": {
"@push.rocks/isohash": "^2.0.1", "@push.rocks/isohash": "^2.0.1",
"@push.rocks/lik": "^6.0.15", "@push.rocks/lik": "^6.0.5",
"@push.rocks/smartjson": "^5.0.20", "@push.rocks/smartjson": "^5.0.10",
"@push.rocks/smartpromise": "^4.0.4", "@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrx": "^3.0.7", "@push.rocks/smartrx": "^3.0.6",
"@push.rocks/webstore": "^2.0.20" "@push.rocks/webstore": "^2.0.13"
}, },
"files": [ "files": [
"ts/**/*", "ts/**/*",

8836
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartstate', name: '@push.rocks/smartstate',
version: '2.0.19', version: '2.0.18',
description: 'A package for handling and managing state in applications.' description: 'A package for handling and managing state in applications.'
} }