Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
chore(release): release 2.0.0 # [2.0.0](https://github.com/atala-comm…
Browse files Browse the repository at this point in the history
…unity-projects/pluto-encrypted/compare/@pluto-encrypted/inmemory@1.12.3...@pluto-encrypted/inmemory@2.0.0) (2024-06-15)

### Bug Fixes

* eslint fix ([af68a78](af68a78))
* eslint ignore examples ([beb7e92](beb7e92))

### Features

* upgrading to rxdb 15.X ([#100](#100)) ([dc0c731](dc0c731))

### BREAKING CHANGES

* Upgrading to RXDB 15.X, migrations from older version has not been tested.
Potentially old databases created in 14.X need to be recreated, but may not!!

 [skip ci]
  • Loading branch information
elribonazo committed Jun 15, 2024
1 parent 126e9f9 commit 95ce3eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/inmemory",
"version": "1.12.3",
"version": "2.0.0",
"description": "Secure Encrypted InMemory storage for Edge agent SDK",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -31,19 +31,19 @@
"author": "elribonazo@gmail.com",
"license": "Apache-2.0",
"dependencies": {
"@pluto-encrypted/encryption": "1.11.0",
"@pluto-encrypted/shared": "1.11.3",
"@pluto-encrypted/encryption": "2.0.0",
"@pluto-encrypted/shared": "2.0.0",
"array-push-at-sort-position": "^4.0.1",
"rxdb": "15.24.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@pluto-encrypted/encryption": "1.11.0",
"@pluto-encrypted/shared": "1.11.3",
"@pluto-encrypted/test-suite": "1.12.1"
"@pluto-encrypted/encryption": "2.0.0",
"@pluto-encrypted/shared": "2.0.0",
"@pluto-encrypted/test-suite": "2.0.0"
},
"files": [
"build/*"
],
"gitHead": "adf50b6a30f1ca6fe207aac5b5bb74ad1aba6c47"
}
}

0 comments on commit 95ce3eb

Please sign in to comment.