зеркало из https://github.com/mozilla/fxa.git
Revert "Train 254.2"
This commit is contained in:
Родитель
da103724f6
Коммит
5eee424611
|
@ -213,8 +213,8 @@ commands:
|
|||
name: Base Install
|
||||
command: |
|
||||
./_scripts/l10n/clone.sh
|
||||
./.circleci/base-install.sh
|
||||
./.circleci/create-lists.sh
|
||||
./.circleci/base-install.sh
|
||||
./_scripts/create-version-json.sh
|
||||
- store_artifacts:
|
||||
path: ./packages/version.json
|
||||
|
|
22
AUTHORS
22
AUTHORS
|
@ -38,11 +38,11 @@ Claas Augner
|
|||
claubatista
|
||||
Cronus1007
|
||||
Dan Callahan
|
||||
Dan Schomburg
|
||||
Danny Amey
|
||||
Danny Coates
|
||||
Dave Justice
|
||||
Dan Schomburg
|
||||
dave justice
|
||||
Dave Justice
|
||||
Deeksha Tiwari
|
||||
Deepti
|
||||
dependabot[bot]
|
||||
|
@ -70,8 +70,8 @@ Glen Mailer
|
|||
Greg Guthe
|
||||
GuptaTanisha
|
||||
Gurjeet Singh
|
||||
Hannah Quay-de la Vallee
|
||||
hannahqd
|
||||
Hannah Quay-de la Vallee
|
||||
Heather Booker
|
||||
Hector Zhao
|
||||
hritvi
|
||||
|
@ -92,8 +92,8 @@ Jed Parsons
|
|||
Jody Heavener
|
||||
Johannes Faust
|
||||
John Gruen
|
||||
John Morrison
|
||||
johngruen
|
||||
John Morrison
|
||||
Jon Buckley
|
||||
Jon Petto
|
||||
Josef Weldemariam
|
||||
|
@ -114,15 +114,15 @@ Larissa Gaulia
|
|||
larissagaulia
|
||||
Lauren Zugai
|
||||
Leif Oines
|
||||
Les Orchard
|
||||
lesley
|
||||
Lesley Norton
|
||||
lesleyjanenorton
|
||||
Lesley Norton
|
||||
Les Orchard
|
||||
Lisa Chan
|
||||
Lloyd Hilaiel
|
||||
luke crouch
|
||||
Mark Striemer
|
||||
markh@babelzilla.org
|
||||
Mark Striemer
|
||||
marniepw
|
||||
Marty Ballard
|
||||
matjaz@mozilla.com
|
||||
|
@ -155,8 +155,8 @@ Nick Chapman
|
|||
Nkwuda Sunday Cletus
|
||||
Omkar Yadav
|
||||
Pdf Bot
|
||||
Peter deHaan
|
||||
petercpg@mail.moztw.org
|
||||
Peter deHaan
|
||||
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
|
||||
Se Yeon Kim
|
||||
Sean McArthur
|
||||
Se Yeon Kim
|
||||
Shane Tomlinson
|
||||
shikhar-scs
|
||||
Shivam Singhal
|
||||
|
@ -223,6 +223,6 @@ Yehuda B
|
|||
Yehuda Bar-Nir
|
||||
YFdyh000
|
||||
yogita
|
||||
Zach Carter
|
||||
Zachary Carter
|
||||
Zach Carter
|
||||
郭佳慧
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"firefox": "./packages/fxa-dev-launcher/bin/fxa-dev-launcher.mjs",
|
||||
"generate-lockfile": "docker build . -f _dev/docker/ci-lockfile-generator/Dockerfile -t generate-lockfile && docker run generate-lockfile > yarn.lock",
|
||||
"l10n:clone": "_scripts/l10n/clone.sh",
|
||||
"l10n:prime": "_scripts/l10n/prime.sh",
|
||||
"l10n:prime": "yarn l10n:clone && _scripts/l10n/prime.sh",
|
||||
"l10n:bundle": "_scripts/l10n/bundle.sh"
|
||||
},
|
||||
"homepage": "https://github.com/mozilla/fxa",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-admin-panel",
|
||||
"version": "1.254.1",
|
||||
"version": "1.253.4",
|
||||
"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.254.1",
|
||||
"version": "1.253.4",
|
||||
"description": "FxA GraphQL Admin Server",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.254.1",
|
||||
"version": "1.253.4",
|
||||
"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.254.1",
|
||||
"version": "1.253.4",
|
||||
"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.254.1",
|
||||
"version": "1.253.4",
|
||||
"description": "Firefox Accounts Customs Server",
|
||||
"author": "Mozilla (https://mozilla.org/)",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-event-broker",
|
||||
"version": "1.254.1",
|
||||
"version": "1.253.4",
|
||||
"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.254.1",
|
||||
"version": "1.253.4",
|
||||
"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.254.1",
|
||||
"version": "1.253.4",
|
||||
"description": "FxA GraphQL API",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-payments-server",
|
||||
"version": "1.254.1",
|
||||
"version": "1.253.4",
|
||||
"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.254.1",
|
||||
"version": "1.253.4",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts Profile service.",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-react",
|
||||
"version": "1.254.1",
|
||||
"version": "1.253.4",
|
||||
"description": "Shared components for FxA React Apps",
|
||||
"exports": {
|
||||
"./components/": "./dist/components/",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-settings",
|
||||
"version": "1.254.1",
|
||||
"version": "1.253.4",
|
||||
"homepage": "https://accounts.firefox.com/settings",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-shared",
|
||||
"version": "1.254.1",
|
||||
"version": "1.253.4",
|
||||
"description": "Shared module for FxA repositories",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче