internal: incomplete vault systems behind feature flag (#2340)
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"tsc": "tsc --project tsconfig.json",
|
||||
"lint": "eslint src --ext .ts",
|
||||
"lint": "eslint src --ext .ts && yarn tsc",
|
||||
"lint:fix": "eslint src --ext .ts --fix",
|
||||
"test": "jest --coverage"
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@standardnotes/api": "workspace:^",
|
||||
"@standardnotes/common": "^1.46.4",
|
||||
"@standardnotes/common": "^1.48.3",
|
||||
"@standardnotes/domain-core": "^1.12.0",
|
||||
"@standardnotes/encryption": "workspace:^",
|
||||
"@standardnotes/features": "workspace:^",
|
||||
|
||||
Reference in New Issue
Block a user