feat: add snjs package

This commit is contained in:
Karol Sójko
2022-07-06 14:04:18 +02:00
parent 321a055bae
commit 0e40469e2f
296 changed files with 46109 additions and 187 deletions

View File

@@ -30,7 +30,8 @@ module.exports = (async () => {
'../services',
'../files',
'../utils',
'../sncrypto-common'
'../sncrypto-common',
'../snjs',
],
transformer: {
getTransformOptions: async () => ({

View File

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