This commit is contained in:
Wil Clouser 2023-03-15 15:31:36 -07:00
Родитель 31195cb818
Коммит 4601f2e539
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: DB61495C4A403229
14 изменённых файлов: 25 добавлений и 25 удалений

24
AUTHORS
Просмотреть файл

@ -38,11 +38,11 @@ Claas Augner
claubatista
Cronus1007
Dan Callahan
Dan Schomburg
Danny Amey
Danny Coates
Dan Schomburg
dave justice
Dave Justice
dave justice
Deeksha Tiwari
Deepti
dependabot[bot]
@ -70,8 +70,8 @@ Glen Mailer
Greg Guthe
GuptaTanisha
Gurjeet Singh
hannahqd
Hannah Quay-de la Vallee
hannahqd
Heather Booker
Hector Zhao
hritvi
@ -92,8 +92,8 @@ Jed Parsons
Jody Heavener
Johannes Faust
John Gruen
johngruen
John Morrison
johngruen
Jon Buckley
Jon Petto
Josef Weldemariam
@ -114,15 +114,15 @@ Larissa Gaulia
larissagaulia
Lauren Zugai
Leif Oines
lesley
lesleyjanenorton
Lesley Norton
Les Orchard
lesley
Lesley Norton
lesleyjanenorton
Lisa Chan
Lloyd Hilaiel
luke crouch
markh@babelzilla.org
Mark Striemer
markh@babelzilla.org
marniepw
Marty Ballard
matjaz@mozilla.com
@ -155,8 +155,8 @@ Nick Chapman
Nkwuda Sunday Cletus
Omkar Yadav
Pdf Bot
petercpg@mail.moztw.org
Peter deHaan
petercpg@mail.moztw.org
Phil Booth
Philip Jenvey
Princi Vershwal
@ -169,8 +169,8 @@ Renoir Boulanger
Renovate Bot
Riadh Chtara
riadhchtara
ricky rosario
Ricky Rosario
ricky rosario
Rishi Baldawa
Robert Kowalski
Robin Wilson
@ -186,8 +186,8 @@ Sai Prashanth Chandramouli
Sam Penrose
Sarah Bird
sdespacio
Sean McArthur
Se Yeon Kim
Sean McArthur
Shane Tomlinson
shikhar-scs
Shivam Singhal
@ -223,6 +223,6 @@ Yehuda B
Yehuda Bar-Nir
YFdyh000
yogita
Zachary Carter
Zach Carter
Zachary Carter
郭佳慧

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-admin-panel",
"version": "1.253.4",
"version": "1.254.0",
"description": "FxA Admin Panel",
"scripts": {
"build-css": "tailwindcss -i ./src/styles/tailwind.css -o ./src/styles/tailwind.out.css --postcss",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-admin-server",
"version": "1.253.4",
"version": "1.254.0",
"description": "FxA GraphQL Admin Server",
"scripts": {
"prebuild": "rimraf dist",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-auth-server",
"version": "1.253.4",
"version": "1.254.0",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": {
"fxa-auth": "./bin/key_server.js"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-content-server",
"version": "1.253.4",
"version": "1.254.0",
"description": "Firefox Accounts Content Server",
"scripts": {
"build": "tsc --build ../fxa-react && npm run build-css && NODE_ENV=production grunt build",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-customs-server",
"version": "1.253.4",
"version": "1.254.0",
"description": "Firefox Accounts Customs Server",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-event-broker",
"version": "1.253.4",
"version": "1.254.0",
"description": "Firefox Accounts Event Broker",
"scripts": {
"audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-geodb",
"version": "1.253.4",
"version": "1.254.0",
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
"main": "lib/fxa-geodb.js",
"directories": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-graphql-api",
"version": "1.253.4",
"version": "1.254.0",
"description": "FxA GraphQL API",
"scripts": {
"prebuild": "rimraf dist",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-payments-server",
"version": "1.253.4",
"version": "1.254.0",
"description": "Firefox Accounts Payments Service",
"scripts": {
"build-css": "tailwindcss --postcss -i ./src/styles/tailwind.css -o ./src/styles/tailwind.out.css",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-profile-server",
"version": "1.253.4",
"version": "1.254.0",
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-react",
"version": "1.253.4",
"version": "1.254.0",
"description": "Shared components for FxA React Apps",
"exports": {
"./components/": "./dist/components/",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-settings",
"version": "1.253.4",
"version": "1.254.0",
"homepage": "https://accounts.firefox.com/settings",
"private": true,
"scripts": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "fxa-shared",
"version": "1.253.4",
"version": "1.254.0",
"description": "Shared module for FxA repositories",
"main": "dist/index.js",
"exports": {