@firebase/storage 0.14.3 → 0.14.4-20260728185501

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/storage",
3
- "version": "0.14.3",
3
+ "version": "0.14.4-20260728185501",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -26,10 +26,10 @@
26
26
  ],
27
27
  "scripts": {
28
28
  "bundle": "rollup -c",
29
- "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
30
- "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
29
+ "lint": "eslint --cache --cache-location '../../node_modules/.cache/eslint/' -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
30
+ "lint:fix": "eslint --cache --cache-location '../../node_modules/.cache/eslint/' --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
31
31
  "build": "rollup -c rollup.config.js && yarn api-report",
32
- "build:deps": "lerna run --scope @firebase/storage --include-dependencies build",
32
+ "build:deps": "lerna run build --scope @firebase/storage --include-dependencies",
33
33
  "dev": "rollup -c -w",
34
34
  "test": "run-p --npm-path npm test:browser test:node lint",
35
35
  "test:all": "run-p --npm-path npm test:browser test:node",
@@ -40,23 +40,23 @@
40
40
  "test:node": "TS_NODE_FILES=true TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/index.node.ts --config ../../config/mocharc.node.js",
41
41
  "test:debug": "karma start --browser=Chrome",
42
42
  "trusted-type-check": "tsec -p tsconfig.json --noEmit",
43
- "prettier": "prettier --write 'src/**/*.ts' 'test/**/*.ts'",
43
+ "prettier": "prettier --cache --write 'src/**/*.ts' 'test/**/*.ts'",
44
44
  "api-report": "api-extractor run --local --verbose && ts-node-script ../../repo-scripts/prune-dts/prune-dts.ts --input dist/storage-public.d.ts --output dist/storage-public.d.ts",
45
45
  "typings:public": "node ../../scripts/build/use_typings.js ./dist/storage-public.d.ts"
46
46
  },
47
47
  "license": "Apache-2.0",
48
48
  "dependencies": {
49
- "@firebase/util": "1.15.1",
50
- "@firebase/component": "0.7.3",
49
+ "@firebase/util": "1.15.2-20260728185501",
50
+ "@firebase/component": "0.7.4-20260728185501",
51
51
  "tslib": "^2.1.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@firebase/app": "0.x"
54
+ "@firebase/app": "0.16.0-20260728185501"
55
55
  },
56
56
  "devDependencies": {
57
- "@firebase/app": "0.14.12",
58
- "@firebase/auth": "1.13.1",
59
- "rollup": "2.79.2",
57
+ "@firebase/app": "0.16.0-20260728185501",
58
+ "@firebase/auth": "1.13.4-20260728185501",
59
+ "rollup": "4.62.2",
60
60
  "@rollup/plugin-alias": "5.1.1",
61
61
  "@rollup/plugin-json": "6.1.0",
62
62
  "rollup-plugin-typescript2": "0.37.0",