feat: add sncrypto client side packages

This commit is contained in:
Karol Sójko
2022-07-06 12:21:21 +02:00
parent 9d1f7043e5
commit 6ec66795d2
71 changed files with 9786 additions and 34 deletions

View File

@@ -19,7 +19,19 @@ module.exports = (async () => {
} = await getDefaultConfig()
return {
watchFolders: [__dirname, '../icons', '../styles', '../components', '../features', '../encryption', '../filepicker', '../services', '../files', '../utils'],
watchFolders: [
__dirname,
'../icons',
'../styles',
'../components',
'../features',
'../encryption',
'../filepicker',
'../services',
'../files',
'../utils',
'../sncrypto-common'
],
transformer: {
getTransformOptions: async () => ({
transform: {

View File

@@ -44,7 +44,7 @@
"@standardnotes/react-native-aes": "^1.4.3",
"@standardnotes/react-native-textview": "1.1.0",
"@standardnotes/react-native-utils": "1.0.1",
"@standardnotes/sncrypto-common": "1.9.0",
"@standardnotes/sncrypto-common": "workspace:*",
"@standardnotes/snjs": "^2.118.3",
"@standardnotes/stylekit": "5.29.3",
"@standardnotes/utils": "workspace:*",