fix(core): update

This commit is contained in:
Philipp Kunz 2022-01-24 06:42:43 +01:00
parent 2da2a43a09
commit 5b64733d91
3 changed files with 4 additions and 22 deletions

22
package-lock.json generated
View File

@ -12,7 +12,6 @@
"@pushrocks/isohash": "^1.0.2",
"@pushrocks/lik": "^5.0.1",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartobject": "^1.0.6",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrx": "^2.0.20"
},
@ -2573,15 +2572,6 @@
"systeminformation": "^5.6.12"
}
},
"node_modules/@pushrocks/smartobject": {
"version": "1.0.6",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartobject/-/smartobject-1.0.6.tgz",
"integrity": "sha512-rWOy2JhFA/FFce6KJJfsLydY85AL24c8VSTjoHqlCMRQplrQyw3xIXypX+ZhdYLQtPC1Hjmbke92cLxAuSDImw==",
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3"
}
},
"node_modules/@pushrocks/smartparam": {
"version": "1.1.6",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparam/-/smartparam-1.1.6.tgz",
@ -7126,6 +7116,7 @@
"version": "3.1.3",
"resolved": "https://verdaccio.lossless.one/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
"dev": true,
"license": "MIT"
},
"node_modules/fast-glob": {
@ -17360,14 +17351,6 @@
"systeminformation": "^5.6.12"
}
},
"@pushrocks/smartobject": {
"version": "1.0.6",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartobject/-/smartobject-1.0.6.tgz",
"integrity": "sha512-rWOy2JhFA/FFce6KJJfsLydY85AL24c8VSTjoHqlCMRQplrQyw3xIXypX+ZhdYLQtPC1Hjmbke92cLxAuSDImw==",
"requires": {
"fast-deep-equal": "^3.1.3"
}
},
"@pushrocks/smartparam": {
"version": "1.1.6",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartparam/-/smartparam-1.1.6.tgz",
@ -20872,7 +20855,8 @@
"fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://verdaccio.lossless.one/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
"dev": true
},
"fast-glob": {
"version": "2.2.7",

View File

@ -24,7 +24,6 @@
"@pushrocks/isohash": "^1.0.2",
"@pushrocks/lik": "^5.0.1",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartobject": "^1.0.6",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrx": "^2.0.20"
},

View File

@ -1,7 +1,6 @@
import * as isohash from '@pushrocks/isohash';
import * as smartjson from '@pushrocks/smartjson';
import * as smartobject from '@pushrocks/smartobject';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartrx from '@pushrocks/smartrx';
export { isohash, smartjson, smartobject, smartpromise, smartrx };
export { isohash, smartjson, smartpromise, smartrx };