aaguids 0.0.10 → 0.0.12

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.
Files changed (2) hide show
  1. package/aaguids.json +3 -1
  2. package/package.json +1 -1
package/aaguids.json CHANGED
@@ -193,5 +193,7 @@
193
193
  "fdb141b2-5d84-443e-8a35-4698c205a502": "KeePassXC",
194
194
  "cc45f64e-52a2-451b-831a-4edd8022a202": "ToothPic Passkey Provider",
195
195
  "bfc748bb-3429-4faa-b9f9-7cfa9f3b76d0": "iPasswords",
196
- "b35a26b2-8f6e-4697-ab1d-d44db4da28c6": "Zoho Vault"
196
+ "b35a26b2-8f6e-4697-ab1d-d44db4da28c6": "Zoho Vault",
197
+ "b78a0a55-6ef8-d246-a042-ba0f6d55050c": "LastPass",
198
+ "de503f9c-21a4-4f76-b4b7-558eb55c6f89": "Devolutions"
197
199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aaguids",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "Maps AAGUIDs to display names.",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",