Compare commits

...

2 Commits

Author SHA1 Message Date
7e0dad1c10 2.0.1 2023-03-15 17:04:29 +01:00
0fb50714b9 fix(core): update 2023-03-15 17:04:29 +01:00
4 changed files with 4419 additions and 17985 deletions

17979
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartstate",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"description": "a package that handles state in a good way",
"main": "dist_ts/index.js",
@ -14,17 +14,17 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.61",
"@gitzone/tsbundle": "^1.0.101",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tstest": "^1.0.70",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.23"
"@types/node": "^18.15.3"
},
"dependencies": {
"@pushrocks/isohash": "^2.0.0",
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/lik": "^6.0.2",
"@pushrocks/smartjson": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartrx": "^2.0.25"
"@pushrocks/smartrx": "^3.0.0"
},
"files": [
"ts/**/*",

4405
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartstate',
version: '2.0.1',
description: 'a package that handles state in a good way'
}