Skip to content

Commit

Permalink
chore(release): release 2.0.1 ## [2.0.1](https://github.com/atala-com…
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jun 15, 2024
1 parent 06ccdc3 commit b1fc4d7
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": "2.0.0",
"version": "2.0.1",
"description": "Secure Encrypted InMemory storage for Edge agent SDK",
"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": "2.0.0",
"@pluto-encrypted/shared": "2.0.0",
"@pluto-encrypted/encryption": "2.0.1",
"@pluto-encrypted/shared": "2.0.1",
"array-push-at-sort-position": "^4.0.1"
},
"devDependencies": {
"@pluto-encrypted/encryption": "2.0.0",
"@pluto-encrypted/shared": "2.0.0",
"@pluto-encrypted/test-suite": "2.0.0",
"@pluto-encrypted/encryption": "2.0.1",
"@pluto-encrypted/shared": "2.0.1",
"@pluto-encrypted/test-suite": "2.0.1",
"rxdb": "15.24.0",
"uuid": "^9.0.1"
},
Expand All @@ -50,4 +50,4 @@
"build/*"
],
"gitHead": "adf50b6a30f1ca6fe207aac5b5bb74ad1aba6c47"
}
}

0 comments on commit b1fc4d7

Please sign in to comment.