mirror of
https://github.com/aliasvault/aliasvault.git
synced 2025-12-23 22:28:22 -05:00
Update shared package names (#771)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
This folder contains shared (Typescript) modules that are used by multiple applications in the AliasVault monorepo.
|
||||
|
||||
## av-identity-generator
|
||||
## identity-generator
|
||||
This is the identity generator that is used by:
|
||||
- Browser extension (React and custom Typescript)
|
||||
- Mobile apps (React Native)
|
||||
|
||||
## av-password-generator
|
||||
## password-generator
|
||||
This is the password generator that is used by:
|
||||
- Browser extension (React and custom Typescript)
|
||||
- Mobile apps (React Native)
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@aliasvault/av-identity-generator",
|
||||
"name": "@aliasvault/identity-generator",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@aliasvault/av-password-generator",
|
||||
"name": "@aliasvault/password-generator",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user