Skip to content

Commit

Permalink
fix: db fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 5, 2024
1 parent 3dadaeb commit cfccdc0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
branches:
- name: '@pluto-encrypted/.*/v+([0-9])?(.{+([0-9]),x}).x'
- name: '@pluto-encrypted/database/v+([0-9])?(.*([0-9])|X).X'
type: maintenance
- name: '@pluto-encrypted/test-suite/v+([0-9])?(.*([0-9])|X).X'
type: maintenance
- name: '@pluto-encrypted/shared/v+([0-9])?(.*([0-9])|X).X'
type: maintenance
- name: '@pluto-encrypted/leveldb/v+([0-9])?(.*([0-9])|X).X'
type: maintenance
- name: '@pluto-encrypted/inmemory/v+([0-9])?(.*([0-9])|X).X'
type: maintenance
- name: '@pluto-encrypted/indexdb/v+([0-9])?(.*([0-9])|X).X'
type: maintenance
- name: '@pluto-encrypted/encryption/v+([0-9])?(.*([0-9])|X).X'
type: maintenance
- name: 'master'
- name: 'release/*'
prerelease: 'rc'
Expand Down
2 changes: 2 additions & 0 deletions packages/database/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* @packageDocumentation
* @module database
* Database package
*
* fix for 1.9.x
*/
import SDK from '@atala/prism-wallet-sdk'
import {
Expand Down

0 comments on commit cfccdc0

Please sign in to comment.