diff --git a/package-lock.json b/package-lock.json index be2fa4e..18a61eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e45f562..54489bd 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/ts/smartstate.plugins.ts b/ts/smartstate.plugins.ts index b79616b..e5bdc4a 100644 --- a/ts/smartstate.plugins.ts +++ b/ts/smartstate.plugins.ts @@ -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 };