зеркало из https://github.com/mozilla/fxa.git
task(all): Set package.json versions to 0.0.0
Because: - We now dynamically generate package versions on deployment. This Commit: - Sets all workspaces packages to 0.0.0
This commit is contained in:
Родитель
7fdfe18163
Коммит
15cdb39f27
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "123done",
|
||||
"description": "A simple tasklist app that demonstrates FxA Sign-In",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.0",
|
||||
"author": {
|
||||
"name": "Mozilla",
|
||||
"url": "https://mozilla.org/"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"license": "MPL-2.0",
|
||||
"name": "browserid-verifier",
|
||||
"description": "A node.js verification server for BrowserID assertions.",
|
||||
"version": "0.10.1",
|
||||
"version": "0.0.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mozilla/fxa.git"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "db-migrations",
|
||||
"private": true,
|
||||
"version": "1.214.1",
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"license": "MPL-2.0",
|
||||
"bin": "./bin/patcher.mjs",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-plugin-fxa",
|
||||
"version": "2.0.2",
|
||||
"version": "0.0.0",
|
||||
"description": "eslint plugin for Firefox Accounts",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "fortress",
|
||||
"description": "A simple tasklist app that demonstrates FxA Sign-In",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.0",
|
||||
"author": {
|
||||
"name": "Mozilla",
|
||||
"url": "https://mozilla.org/"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "functional-tests",
|
||||
"version": "1.218.5",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"record": "NODE_OPTIONS='--dns-result-order=ipv4first' playwright test --project=stub --debug",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-admin-panel",
|
||||
"version": "1.257.1",
|
||||
"version": "0.0.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.257.1",
|
||||
"version": "0.0.0",
|
||||
"description": "FxA GraphQL Admin Server",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-client",
|
||||
"version": "1.185.1",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"main": "dist/server/server.js",
|
||||
"exports": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-auth-server",
|
||||
"version": "1.257.1",
|
||||
"version": "0.0.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.257.1",
|
||||
"version": "0.0.0",
|
||||
"description": "Firefox Accounts Content Server",
|
||||
"scripts": {
|
||||
"build": "tsc --build ../fxa-react && yarn l10n-prime && npm run build-css && NODE_ENV=production grunt build",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-customs-server",
|
||||
"version": "1.257.1",
|
||||
"version": "0.0.0",
|
||||
"description": "Firefox Accounts Customs Server",
|
||||
"author": "Mozilla (https://mozilla.org/)",
|
||||
"license": "MPL-2.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-dev-launcher",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"lint": "eslint . --ext .mjs",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-event-broker",
|
||||
"version": "1.257.1",
|
||||
"version": "0.0.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.257.1",
|
||||
"version": "0.0.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.257.1",
|
||||
"version": "0.0.0",
|
||||
"description": "FxA GraphQL API",
|
||||
"scripts": {
|
||||
"prebuild": "rimraf dist",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-payments-server",
|
||||
"version": "1.257.1",
|
||||
"version": "0.0.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.257.1",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"description": "Firefox Accounts Profile service.",
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-react",
|
||||
"version": "1.257.1",
|
||||
"version": "0.0.0",
|
||||
"description": "Shared components for FxA React Apps",
|
||||
"exports": {
|
||||
"./components/": "./dist/components/",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-settings",
|
||||
"version": "1.257.1",
|
||||
"version": "0.0.0",
|
||||
"homepage": "https://accounts.firefox.com/settings",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fxa-shared",
|
||||
"version": "1.257.1",
|
||||
"version": "0.0.0",
|
||||
"description": "Shared module for FxA repositories",
|
||||
"main": "dist/index.js",
|
||||
"exports": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче