@iebh/tera-fy 2.3.10 → 2.3.11
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/CHANGELOG.md +7 -0
- package/dist/plugin.vue2.es2019.js +21 -20
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.3.11](https://github.com/IEBH/TERA-fy/compare/v2.3.10...v2.3.11) (2026-05-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### fix
|
|
7
|
+
|
|
8
|
+
* Fix firebase peerDep ([319029e](https://github.com/IEBH/TERA-fy/commit/319029ef64798ece1fdc458270343477cc09ae54))
|
|
9
|
+
|
|
3
10
|
## [2.3.10](https://github.com/IEBH/TERA-fy/compare/v2.3.9...v2.3.10) (2026-05-12)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -75,6 +75,27 @@ lodash-es/lodash.js:
|
|
|
75
75
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
76
76
|
*)
|
|
77
77
|
|
|
78
|
+
@firebase/util/dist/postinstall.mjs:
|
|
79
|
+
@firebase/firestore/dist/common-edb5d170.esm.js:
|
|
80
|
+
@firebase/firestore/dist/common-edb5d170.esm.js:
|
|
81
|
+
@firebase/firestore/dist/common-edb5d170.esm.js:
|
|
82
|
+
(**
|
|
83
|
+
* @license
|
|
84
|
+
* Copyright 2025 Google LLC
|
|
85
|
+
*
|
|
86
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
87
|
+
* you may not use this file except in compliance with the License.
|
|
88
|
+
* You may obtain a copy of the License at
|
|
89
|
+
*
|
|
90
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
91
|
+
*
|
|
92
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
93
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
94
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
95
|
+
* See the License for the specific language governing permissions and
|
|
96
|
+
* limitations under the License.
|
|
97
|
+
*)
|
|
98
|
+
|
|
78
99
|
@firebase/util/dist/index.esm.js:
|
|
79
100
|
@firebase/util/dist/index.esm.js:
|
|
80
101
|
@firebase/util/dist/index.esm.js:
|
|
@@ -1060,26 +1081,6 @@ firebase/app/dist/esm/index.esm.js:
|
|
|
1060
1081
|
* limitations under the License.
|
|
1061
1082
|
*)
|
|
1062
1083
|
|
|
1063
|
-
@firebase/firestore/dist/common-edb5d170.esm.js:
|
|
1064
|
-
@firebase/firestore/dist/common-edb5d170.esm.js:
|
|
1065
|
-
@firebase/firestore/dist/common-edb5d170.esm.js:
|
|
1066
|
-
(**
|
|
1067
|
-
* @license
|
|
1068
|
-
* Copyright 2025 Google LLC
|
|
1069
|
-
*
|
|
1070
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
1071
|
-
* you may not use this file except in compliance with the License.
|
|
1072
|
-
* You may obtain a copy of the License at
|
|
1073
|
-
*
|
|
1074
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
1075
|
-
*
|
|
1076
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
1077
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
1078
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1079
|
-
* See the License for the specific language governing permissions and
|
|
1080
|
-
* limitations under the License.
|
|
1081
|
-
*)
|
|
1082
|
-
|
|
1083
1084
|
@firebase/firestore/dist/common-edb5d170.esm.js:
|
|
1084
1085
|
(**
|
|
1085
1086
|
* @license
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iebh/tera-fy",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.11",
|
|
4
4
|
"description": "TERA website worker",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "esbuild --platform=browser --format=esm --bundle lib/terafy.client.ts --outfile=dist/terafy.js --minify --serve --servedir=.",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"peerDependencies": {
|
|
142
142
|
"@iebh/reflib": "^2.5.4",
|
|
143
143
|
"@supabase/supabase-js": "^2.48.1",
|
|
144
|
-
"firebase": "
|
|
144
|
+
"firebase": ">=11.11.0",
|
|
145
145
|
"vue": "^3.0.0"
|
|
146
146
|
},
|
|
147
147
|
"optionalDependencies": {
|