@metamask-previews/profile-sync-controller 26.0.0-preview-a345102 → 26.0.0-preview-317c0a9f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-sync-controller",
|
|
3
|
-
"version": "26.0.0-preview-
|
|
3
|
+
"version": "26.0.0-preview-317c0a9f",
|
|
4
4
|
"description": "The profile sync helps developers synchronize data across multiple clients and devices in a privacy-preserving way. All data saved in the user storage database is encrypted client-side to preserve privacy. The user storage provides a modular design, giving developers the flexibility to construct and manage their storage spaces in a way that best suits their needs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -89,7 +89,6 @@
|
|
|
89
89
|
],
|
|
90
90
|
"scripts": {
|
|
91
91
|
"build": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
|
|
92
|
-
"build:all": "ts-bridge --project tsconfig.build.json --verbose --clean",
|
|
93
92
|
"build:docs": "typedoc",
|
|
94
93
|
"changelog:update": "../../scripts/update-changelog.sh @metamask/profile-sync-controller",
|
|
95
94
|
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/profile-sync-controller",
|
|
@@ -122,7 +121,6 @@
|
|
|
122
121
|
"@metamask/keyring-internal-api": "^9.0.0",
|
|
123
122
|
"@metamask/providers": "^22.1.0",
|
|
124
123
|
"@metamask/snaps-controllers": "^14.0.1",
|
|
125
|
-
"@ts-bridge/cli": "^0.6.4",
|
|
126
124
|
"@types/jest": "^27.4.1",
|
|
127
125
|
"deepmerge": "^4.2.2",
|
|
128
126
|
"ethers": "^6.12.0",
|