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 1.3.12 ## [1.3.12](https://github.com/atala-c…
Browse files Browse the repository at this point in the history
…ommunity-projects/pluto-encrypted/compare/@pluto-encrypted/inmemory@1.3.11...@pluto-encrypted/inmemory@1.3.12) (2024-01-04)

### Bug Fixes

* enable Release candidate versioning for npm packages [skip ci] ([3293fdc](3293fdc))
* encrypted change in docs ([#69](#69)) ([eebfacd](eebfacd))

 [skip ci]
  • Loading branch information
elribonazo committed Jan 4, 2024
1 parent c56987c commit 8e396e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.12-rc.1",
"version": "1.3.12",
"description": "Secure Encrypted InMemory storage for @pluto-encrypted/database database package.",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -31,14 +31,14 @@
"author": "elribonazo@gmail.com",
"license": "Apache-2.0",
"dependencies": {
"@pluto-encrypted/encryption": "1.2.9-rc.1",
"@pluto-encrypted/encryption": "1.2.9",
"@pluto-encrypted/shared": "1.2.8",
"array-push-at-sort-position": "^4.0.1",
"rxdb": "^14.17.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@pluto-encrypted/encryption": "1.2.9-rc.1",
"@pluto-encrypted/encryption": "1.2.9",
"@pluto-encrypted/shared": "1.2.8",
"@pluto-encrypted/test-suite": "1.2.8"
},
Expand Down

0 comments on commit 8e396e3

Please sign in to comment.