mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-10-22 09:19:21 +00:00
.github
apps
data analysis
website
functions
node_modules
.bin
@types
accepts
array-flatten
body-parser
buffer-equal-constant-time
bytes
content-disposition
content-type
cookie
cookie-signature
cors
debug
depd
destroy
ecdsa-sig-formatter
ee-first
encodeurl
escape-html
etag
express
finalhandler
firebase-functions
lib
.npmignore
.prettierrc
LICENSE
README.md
changelog.txt
package.json
upgrade-warning
forwarded
fresh
http-errors
iconv-lite
inherits
ipaddr.js
jsonwebtoken
jwa
jws
lodash
lodash.includes
lodash.isboolean
lodash.isinteger
lodash.isnumber
lodash.isplainobject
lodash.isstring
lodash.once
media-typer
merge-descriptors
methods
mime
mime-db
mime-types
ms
negotiator
npm
object-assign
on-finished
parseurl
path-to-regexp
proxy-addr
qs
range-parser
raw-body
safe-buffer
safer-buffer
send
serve-static
setprototypeof
statuses
type-is
unpipe
utils-merge
vary
public
.firebaserc
.gitignore
.runtimeconfig.json
firebase.json
firestore.indexes.json
firestore.rules
package-lock.json
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE
README.md
16 lines
341 B
JavaScript
16 lines
341 B
JavaScript
#!/usr/bin/env node
|
|
|
|
'use strict';
|
|
|
|
const message = `
|
|
======== WARNING! ========
|
|
|
|
This upgrade of firebase-functions contains breaking changes if you are upgrading from a version below v1.0.0.
|
|
|
|
To see a complete list of these breaking changes, please go to:
|
|
|
|
https://firebase.google.com/docs/functions/beta-v1-diff
|
|
`;
|
|
|
|
console.log(message);
|