зеркало из https://github.com/mozilla/fxa.git
Release 1.169.2
This commit is contained in:
Родитель
0751c9b03a
Коммит
3a3072c376
18
AUTHORS
18
AUTHORS
|
@ -28,12 +28,12 @@ ckarlof
|
|||
Dan Callahan
|
||||
Danny Amey
|
||||
Danny Coates
|
||||
dave justice
|
||||
Dave Justice
|
||||
dave justice
|
||||
Deepti
|
||||
dependabot[bot]
|
||||
divyabiyani
|
||||
Divya Biyani
|
||||
divyabiyani
|
||||
Edouard Oger
|
||||
Edwin Wong
|
||||
Emin Mastizada
|
||||
|
@ -46,8 +46,8 @@ Francois Marier
|
|||
Glen Mailer
|
||||
Greg Guthe
|
||||
Gurjeet Singh
|
||||
hannahqd
|
||||
Hannah Quay-de la Vallee
|
||||
hannahqd
|
||||
Heather Booker
|
||||
Hector Zhao
|
||||
hritvi
|
||||
|
@ -62,9 +62,9 @@ Jason Strutz
|
|||
jbonacci
|
||||
Jed Parsons
|
||||
Jody Heavener
|
||||
johngruen
|
||||
John Gruen
|
||||
John Morrison
|
||||
johngruen
|
||||
Jon Buckley
|
||||
Jon Petto
|
||||
jotes
|
||||
|
@ -76,15 +76,15 @@ Karan Sapolia
|
|||
Kit Cambridge
|
||||
Kohei Yoshino
|
||||
Kurt Bauer
|
||||
larissagaulia
|
||||
Larissa Gaulia
|
||||
larissagaulia
|
||||
Lauren Zugai
|
||||
Leif Oines
|
||||
Les Orchard
|
||||
Lloyd Hilaiel
|
||||
luke crouch
|
||||
markh@babelzilla.org
|
||||
Mark Striemer
|
||||
markh@babelzilla.org
|
||||
Marty Ballard
|
||||
matjaz@mozilla.com
|
||||
Matt Stavola
|
||||
|
@ -107,8 +107,8 @@ Nicholas Mandel
|
|||
Nick Alexander
|
||||
Nick Chapman
|
||||
Omkar Yadav
|
||||
petercpg@mail.moztw.org
|
||||
Peter deHaan
|
||||
petercpg@mail.moztw.org
|
||||
Phil Booth
|
||||
Philip Jenvey
|
||||
Princi Vershwal
|
||||
|
@ -117,8 +117,8 @@ Ramya Praneetha
|
|||
Ramyashree DG
|
||||
Renoir Boulanger
|
||||
Renovate Bot
|
||||
riadhchtara
|
||||
Riadh Chtara
|
||||
riadhchtara
|
||||
Rishi Baldawa
|
||||
Robert Kowalski
|
||||
Roger Meier
|
||||
|
@ -155,5 +155,5 @@ vladikoff
|
|||
Wil Clouser
|
||||
Xavier RENE-CORAIL
|
||||
YFdyh000
|
||||
Zachary Carter
|
||||
Zach Carter
|
||||
Zachary Carter
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.169.2
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.169.1
|
||||
|
||||
No changes.
|
||||
|
@ -6,7 +10,7 @@ No changes.
|
|||
|
||||
### New features
|
||||
|
||||
* build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
- build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
|
||||
## 1.168.3
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-db-mysql",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"description": "MySQL backend for Firefox Accounts",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
|
|
@ -1,34 +1,38 @@
|
|||
## 1.169.2
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.169.1
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* payments: use period end from first invoice line for reactivation billing date ([212f4049d](https://github.com/mozilla/fxa/commit/212f4049d))
|
||||
- payments: use period end from first invoice line for reactivation billing date ([212f4049d](https://github.com/mozilla/fxa/commit/212f4049d))
|
||||
|
||||
## 1.169.0
|
||||
|
||||
### New features
|
||||
|
||||
* auth-server: add oauthdb firestore sync ([f40ed729b](https://github.com/mozilla/fxa/commit/f40ed729b))
|
||||
* auth-server: emit login notif on oauth login ([cdca46d01](https://github.com/mozilla/fxa/commit/cdca46d01))
|
||||
* access-tokens: prune access tokens form redis more frequently ([56cddad1a](https://github.com/mozilla/fxa/commit/56cddad1a))
|
||||
* build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
- auth-server: add oauthdb firestore sync ([f40ed729b](https://github.com/mozilla/fxa/commit/f40ed729b))
|
||||
- auth-server: emit login notif on oauth login ([cdca46d01](https://github.com/mozilla/fxa/commit/cdca46d01))
|
||||
- access-tokens: prune access tokens form redis more frequently ([56cddad1a](https://github.com/mozilla/fxa/commit/56cddad1a))
|
||||
- build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* auth server: reference fxa-shared types in tsconfig ([6093452eb](https://github.com/mozilla/fxa/commit/6093452eb))
|
||||
* geodb: make geodb accuracy logging optional ([a002393e3](https://github.com/mozilla/fxa/commit/a002393e3))
|
||||
* payments: use period end from first invoice line for next billing date ([a4c16c282](https://github.com/mozilla/fxa/commit/a4c16c282))
|
||||
* payments: switch to reactivate link in footer for subscription cancellation emails ([7acb7d776](https://github.com/mozilla/fxa/commit/7acb7d776))
|
||||
* payments: avoid sending redundant subscription cancellation email after account deletion ([048ad3014](https://github.com/mozilla/fxa/commit/048ad3014))
|
||||
* npm: fixed npm install in content-server etc ([11ddc0b60](https://github.com/mozilla/fxa/commit/11ddc0b60))
|
||||
- auth server: reference fxa-shared types in tsconfig ([6093452eb](https://github.com/mozilla/fxa/commit/6093452eb))
|
||||
- geodb: make geodb accuracy logging optional ([a002393e3](https://github.com/mozilla/fxa/commit/a002393e3))
|
||||
- payments: use period end from first invoice line for next billing date ([a4c16c282](https://github.com/mozilla/fxa/commit/a4c16c282))
|
||||
- payments: switch to reactivate link in footer for subscription cancellation emails ([7acb7d776](https://github.com/mozilla/fxa/commit/7acb7d776))
|
||||
- payments: avoid sending redundant subscription cancellation email after account deletion ([048ad3014](https://github.com/mozilla/fxa/commit/048ad3014))
|
||||
- npm: fixed npm install in content-server etc ([11ddc0b60](https://github.com/mozilla/fxa/commit/11ddc0b60))
|
||||
|
||||
### Refactorings
|
||||
|
||||
* auth server: compile fxa-auth-server typescript for production, typescript lib/oauth/logging ([4b9b26241](https://github.com/mozilla/fxa/commit/4b9b26241))
|
||||
- auth server: compile fxa-auth-server typescript for production, typescript lib/oauth/logging ([4b9b26241](https://github.com/mozilla/fxa/commit/4b9b26241))
|
||||
|
||||
### Other changes
|
||||
|
||||
* 40ec36790 Update link to OAuth JWT access tokens spec. ([40ec36790](https://github.com/mozilla/fxa/commit/40ec36790))
|
||||
- 40ec36790 Update link to OAuth JWT access tokens spec. ([40ec36790](https://github.com/mozilla/fxa/commit/40ec36790))
|
||||
|
||||
## 1.168.3
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
|
||||
"bin": {
|
||||
"fxa-auth": "./bin/key_server.js"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
## 1.169.2
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- sms: Enable sms for only US/CAD at 10%, reduce default max sms to 3 ([5f750ee08](https://github.com/mozilla/fxa/commit/5f750ee08))
|
||||
|
||||
## 1.169.1
|
||||
|
||||
No changes.
|
||||
|
@ -6,25 +12,25 @@ No changes.
|
|||
|
||||
### New features
|
||||
|
||||
* totp: integrate TOTP setup into login flow ([5b333ac2a](https://github.com/mozilla/fxa/commit/5b333ac2a))
|
||||
* build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
- totp: integrate TOTP setup into login flow ([5b333ac2a](https://github.com/mozilla/fxa/commit/5b333ac2a))
|
||||
- build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* experiments: Enabled variation B 100% for sms header experiment ([af5a92162](https://github.com/mozilla/fxa/commit/af5a92162))
|
||||
* chrome: fixed webcrypto check on Chrome ([df7aaf155](https://github.com/mozilla/fxa/commit/df7aaf155))
|
||||
* client: Use correct support ticket url ([616b61717](https://github.com/mozilla/fxa/commit/616b61717))
|
||||
* tests: updated hawk tests with proper key length ([7218b3a7d](https://github.com/mozilla/fxa/commit/7218b3a7d))
|
||||
* npm: fixed npm install in content-server etc ([11ddc0b60](https://github.com/mozilla/fxa/commit/11ddc0b60))
|
||||
- experiments: Enabled variation B 100% for sms header experiment ([af5a92162](https://github.com/mozilla/fxa/commit/af5a92162))
|
||||
- chrome: fixed webcrypto check on Chrome ([df7aaf155](https://github.com/mozilla/fxa/commit/df7aaf155))
|
||||
- client: Use correct support ticket url ([616b61717](https://github.com/mozilla/fxa/commit/616b61717))
|
||||
- tests: updated hawk tests with proper key length ([7218b3a7d](https://github.com/mozilla/fxa/commit/7218b3a7d))
|
||||
- npm: fixed npm install in content-server etc ([11ddc0b60](https://github.com/mozilla/fxa/commit/11ddc0b60))
|
||||
|
||||
### Refactorings
|
||||
|
||||
* auth server: compile fxa-auth-server typescript for production, typescript lib/oauth/logging ([4b9b26241](https://github.com/mozilla/fxa/commit/4b9b26241))
|
||||
- auth server: compile fxa-auth-server typescript for production, typescript lib/oauth/logging ([4b9b26241](https://github.com/mozilla/fxa/commit/4b9b26241))
|
||||
|
||||
### Other changes
|
||||
|
||||
* content-server: add fbw logo to device list ([92c682dc0](https://github.com/mozilla/fxa/commit/92c682dc0))
|
||||
* fxa-content-server: fix lint errors ([5ae7bc922](https://github.com/mozilla/fxa/commit/5ae7bc922))
|
||||
- content-server: add fbw logo to device list ([92c682dc0](https://github.com/mozilla/fxa/commit/92c682dc0))
|
||||
- fxa-content-server: fix lint errors ([5ae7bc922](https://github.com/mozilla/fxa/commit/5ae7bc922))
|
||||
|
||||
## 1.168.3
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-content-server",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-content-server",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"description": "Firefox Accounts Content Server",
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production grunt build",
|
||||
|
|
|
@ -1,18 +1,24 @@
|
|||
## 1.169.2
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- sms: Enable sms for only US/CAD at 10%, reduce default max sms to 3 ([5f750ee08](https://github.com/mozilla/fxa/commit/5f750ee08))
|
||||
|
||||
## 1.169.1
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* customs: Update the route timeout level for customs server ([c273cb6c6](https://github.com/mozilla/fxa/commit/c273cb6c6))
|
||||
- customs: Update the route timeout level for customs server ([c273cb6c6](https://github.com/mozilla/fxa/commit/c273cb6c6))
|
||||
|
||||
## 1.169.0
|
||||
|
||||
### New features
|
||||
|
||||
* build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
- build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* sentry: Fix sentry reporting in customs server ([6352a99e6](https://github.com/mozilla/fxa/commit/6352a99e6))
|
||||
- sentry: Fix sentry reporting in customs server ([6352a99e6](https://github.com/mozilla/fxa/commit/6352a99e6))
|
||||
|
||||
## 1.168.3
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-customs-server",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-customs-server",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"description": "Firefox Accounts Customs Server",
|
||||
"author": "Mozilla (https://mozilla.org/)",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-email-event-proxy",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-email-event-proxy",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"description": "Proxies events from Sendgrid to FxA SQS queues",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.169.2
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.169.1
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -689,7 +689,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "fxa_email_service"
|
||||
version = "1.169.1"
|
||||
version = "1.169.2"
|
||||
dependencies = [
|
||||
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "fxa_email_service"
|
||||
version = "1.169.1"
|
||||
version = "1.169.2"
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.169.2
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.169.1
|
||||
|
||||
No changes.
|
||||
|
@ -8,7 +12,7 @@ No changes.
|
|||
|
||||
### New features
|
||||
|
||||
* build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
- build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
|
||||
## 1.168.3
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-event-broker",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-event-broker",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"description": "Firefox Accounts Event Broker",
|
||||
"scripts": {
|
||||
"build": "./node_modules/typescript/bin/tsc",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.169.2
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.169.1
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-geodb",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-geodb",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"private": false,
|
||||
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
|
||||
"main": "lib/fxa-geodb.js",
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.169.2
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.169.1
|
||||
|
||||
No changes.
|
||||
|
@ -8,12 +12,12 @@ No changes.
|
|||
|
||||
### New features
|
||||
|
||||
* payments: start using rescripts so we can import external components ([79cd1c121](https://github.com/mozilla/fxa/commit/79cd1c121))
|
||||
* build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
- payments: start using rescripts so we can import external components ([79cd1c121](https://github.com/mozilla/fxa/commit/79cd1c121))
|
||||
- build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* npm: fixed npm install in content-server etc ([11ddc0b60](https://github.com/mozilla/fxa/commit/11ddc0b60))
|
||||
- npm: fixed npm install in content-server etc ([11ddc0b60](https://github.com/mozilla/fxa/commit/11ddc0b60))
|
||||
|
||||
## 1.168.3
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-payments-server",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-payments-server",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"description": "Firefox Accounts Payments Service",
|
||||
"scripts": {
|
||||
"lint": "npm-run-all --parallel lint:*",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## 1.169.2
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.169.1
|
||||
|
||||
No changes.
|
||||
|
@ -6,11 +10,11 @@ No changes.
|
|||
|
||||
### New features
|
||||
|
||||
* build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
- build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
|
||||
### Bug fixes
|
||||
|
||||
* npm: fixed npm install in content-server etc ([11ddc0b60](https://github.com/mozilla/fxa/commit/11ddc0b60))
|
||||
- npm: fixed npm install in content-server etc ([11ddc0b60](https://github.com/mozilla/fxa/commit/11ddc0b60))
|
||||
|
||||
## 1.168.3
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-profile-server",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-profile-server",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts Profile service.",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.169.2
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.169.1
|
||||
|
||||
No changes.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-shared",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-shared",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"description": "Shared module for FxA repositories",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change history
|
||||
|
||||
## 1.169.2
|
||||
|
||||
No changes.
|
||||
|
||||
## 1.169.1
|
||||
|
||||
No changes.
|
||||
|
@ -8,7 +12,7 @@ No changes.
|
|||
|
||||
### New features
|
||||
|
||||
* build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
- build: add a default dockerfile template to build.sh ([4dd0b0007](https://github.com/mozilla/fxa/commit/4dd0b0007))
|
||||
|
||||
## 1.168.3
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-support-panel",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-support-panel",
|
||||
"version": "1.169.1",
|
||||
"version": "1.169.2",
|
||||
"description": "Small app to help customer support access FxA details",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
|
|
Загрузка…
Ссылка в новой задаче