diff --git a/package-lock.json b/package-lock.json index 1bcf374..1e6c0bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,19 @@ { "name": "cbl-reactnative", - "version": "0.6.3", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cbl-reactnative", - "version": "0.6.3", + "version": "1.0.0", "license": "Apache-2.0", "workspaces": [ "example" ], "dependencies": { - "react-native-uuid": "^2.0.2" + "react-native-uuid": "^2.0.2", + "reo-census": "^1.2.8" }, "devDependencies": { "@commitlint/config-conventional": "^17.8.1", @@ -14697,6 +14698,16 @@ "node": ">=12" } }, + "node_modules/reo-census": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/reo-census/-/reo-census-1.2.8.tgz", + "integrity": "sha512-UMwpNwOieUTeymIITWCbo0In0FHGWZwnXIIYphpCPO/Bjl5z/385DWLnTxBcfFFCH/r/fEq/TZ0ivlPb6Smi9Q==", + "hasInstallScript": true, + "license": "MIT", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/require-directory": { "version": "2.1.1", "dev": true, diff --git a/package.json b/package.json index 7670acc..699e4b1 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,8 @@ "!src/cblite-js/cblite-tests" ], "dependencies": { - "react-native-uuid": "^2.0.2" + "react-native-uuid": "^2.0.2", + "reo-census": "^1.2.8" }, "devDependencies": { "@commitlint/config-conventional": "^17.8.1",