@mxpicture/gcp-functions-common 0.1.102 → 0.2.0
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.
|
@@ -102,6 +102,8 @@ export type MetaNamesMap = Record<string, string>;
|
|
|
102
102
|
export type WithMap<R extends MetaNamesMap> = R;
|
|
103
103
|
export type MetaNamesNoTarget = WithMap<{
|
|
104
104
|
basename: string;
|
|
105
|
+
basenameLower: string;
|
|
106
|
+
basenameUpper: string;
|
|
105
107
|
template: string;
|
|
106
108
|
doc: string;
|
|
107
109
|
routes: string;
|
package/dist/types/types.meta.js
CHANGED