Skip to content

Commit

Permalink
chore(release): release 1.10.0 # [1.10.0](https://github.com/atala-co…
Browse files Browse the repository at this point in the history
…mmunity-projects/pluto-encrypted/compare/@pluto-encrypted/inmemory@1.9.4...@pluto-encrypted/inmemory@1.10.0) (2024-01-10)

### Bug Fixes

* ci [skip ci] ([4165407](4165407))
* disable ci in dev automatically ([99eeea7](99eeea7))
* fix ([#74](#74)) ([5af5a4c](5af5a4c))
* port changes ([#73](#73)) ([d225f3b](d225f3b))
* update pipeline. ([f4fe0b5](f4fe0b5))

### Features

* database docs update. ([cdd1b8e](cdd1b8e))
* make models extendable ([#76](#76)) ([49918a5](49918a5)), closes [#75](#75)

 [skip ci]
  • Loading branch information
elribonazo committed Jan 10, 2024
1 parent 37ff27d commit 8f2787b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/inmemory",
"version": "2.0.0-rc.3",
"version": "1.10.0",
"description": "Secure Encrypted InMemory storage for @pluto-encrypted/database",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -31,16 +31,16 @@
"author": "elribonazo@gmail.com",
"license": "Apache-2.0",
"dependencies": {
"@pluto-encrypted/encryption": "1.10.0-rc.1",
"@pluto-encrypted/shared": "2.0.0-rc.3",
"@pluto-encrypted/encryption": "1.10.0",
"@pluto-encrypted/shared": "1.10.0",
"array-push-at-sort-position": "^4.0.1",
"rxdb": "^14.17.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@pluto-encrypted/encryption": "1.10.0-rc.1",
"@pluto-encrypted/shared": "2.0.0-rc.3",
"@pluto-encrypted/test-suite": "1.10.0-rc.1"
"@pluto-encrypted/encryption": "1.10.0",
"@pluto-encrypted/shared": "1.10.0",
"@pluto-encrypted/test-suite": "1.10.0"
},
"files": [
"build/*"
Expand Down

0 comments on commit 8f2787b

Please sign in to comment.