@charzing/vehicle-utils 0.2.5 → 0.2.6
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 +7 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@charzing/vehicle-utils",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Shared utilities for Charzing vehicle data management across all platforms (with dynamic Firestore mapping)",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.mjs",
|
|
@@ -60,6 +60,12 @@
|
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"firebase": ">=10.0.0"
|
|
62
62
|
},
|
|
63
|
+
"_comment_peerDependenciesMeta": "firebase는 ./report 서브패스에선 쓰이지 않는다. optional로 두지 않으면 npm이 peer를 자동 설치해 functions에 클라 SDK 217MB가 딸려 들어온다.",
|
|
64
|
+
"peerDependenciesMeta": {
|
|
65
|
+
"firebase": {
|
|
66
|
+
"optional": true
|
|
67
|
+
}
|
|
68
|
+
},
|
|
63
69
|
"typesVersions": {
|
|
64
70
|
"*": {
|
|
65
71
|
"report": [
|