@firebase/util 1.9.6-dataconnect-preview.877f8b7d0 → 1.9.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/dist/index.cjs.js +0 -56
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.esm2017.js +1 -56
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +1 -59
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +0 -59
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.d.ts +0 -1
- package/dist/node-esm/index.d.ts +0 -1
- package/dist/node-esm/index.node.d.ts +0 -1
- package/dist/node-esm/index.node.esm.js +1 -56
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/dist/util-public.d.ts +0 -26
- package/dist/util.d.ts +0 -26
- package/package.json +1 -1
- package/dist/node-esm/src/fetch_provider.d.ts +0 -25
- package/dist/src/fetch_provider.d.ts +0 -25
package/dist/util-public.d.ts
CHANGED
|
@@ -401,32 +401,6 @@ export declare type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge';
|
|
|
401
401
|
*/
|
|
402
402
|
export declare function extractQuerystring(url: string): string;
|
|
403
403
|
|
|
404
|
-
/**
|
|
405
|
-
* @license
|
|
406
|
-
* Copyright 2023 Google LLC
|
|
407
|
-
*
|
|
408
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
409
|
-
* you may not use this file except in compliance with the License.
|
|
410
|
-
* You may obtain a copy of the License at
|
|
411
|
-
*
|
|
412
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
413
|
-
*
|
|
414
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
415
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
416
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
417
|
-
* See the License for the specific language governing permissions and
|
|
418
|
-
* limitations under the License.
|
|
419
|
-
*/
|
|
420
|
-
export declare class FetchProvider {
|
|
421
|
-
private static fetchImpl;
|
|
422
|
-
private static headersImpl;
|
|
423
|
-
private static responseImpl;
|
|
424
|
-
static initialize(fetchImpl: typeof fetch, headersImpl?: typeof Headers, responseImpl?: typeof Response): void;
|
|
425
|
-
static fetch(): typeof fetch;
|
|
426
|
-
static headers(): typeof Headers;
|
|
427
|
-
static response(): typeof Response;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
404
|
/**
|
|
431
405
|
* An object that can be injected into the environment as __FIREBASE_DEFAULTS__,
|
|
432
406
|
* either as a property of globalThis, a shell environment variable, or a
|
package/dist/util.d.ts
CHANGED
|
@@ -401,32 +401,6 @@ export declare type ExperimentalKey = 'authTokenSyncURL' | 'authIdTokenMaxAge';
|
|
|
401
401
|
*/
|
|
402
402
|
export declare function extractQuerystring(url: string): string;
|
|
403
403
|
|
|
404
|
-
/**
|
|
405
|
-
* @license
|
|
406
|
-
* Copyright 2023 Google LLC
|
|
407
|
-
*
|
|
408
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
409
|
-
* you may not use this file except in compliance with the License.
|
|
410
|
-
* You may obtain a copy of the License at
|
|
411
|
-
*
|
|
412
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
413
|
-
*
|
|
414
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
415
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
416
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
417
|
-
* See the License for the specific language governing permissions and
|
|
418
|
-
* limitations under the License.
|
|
419
|
-
*/
|
|
420
|
-
export declare class FetchProvider {
|
|
421
|
-
private static fetchImpl;
|
|
422
|
-
private static headersImpl;
|
|
423
|
-
private static responseImpl;
|
|
424
|
-
static initialize(fetchImpl: typeof fetch, headersImpl?: typeof Headers, responseImpl?: typeof Response): void;
|
|
425
|
-
static fetch(): typeof fetch;
|
|
426
|
-
static headers(): typeof Headers;
|
|
427
|
-
static response(): typeof Response;
|
|
428
|
-
}
|
|
429
|
-
|
|
430
404
|
/**
|
|
431
405
|
* An object that can be injected into the environment as __FIREBASE_DEFAULTS__,
|
|
432
406
|
* either as a property of globalThis, a shell environment variable, or a
|
package/package.json
CHANGED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Google LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
export declare class FetchProvider {
|
|
18
|
-
private static fetchImpl;
|
|
19
|
-
private static headersImpl;
|
|
20
|
-
private static responseImpl;
|
|
21
|
-
static initialize(fetchImpl: typeof fetch, headersImpl?: typeof Headers, responseImpl?: typeof Response): void;
|
|
22
|
-
static fetch(): typeof fetch;
|
|
23
|
-
static headers(): typeof Headers;
|
|
24
|
-
static response(): typeof Response;
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Google LLC
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
* See the License for the specific language governing permissions and
|
|
15
|
-
* limitations under the License.
|
|
16
|
-
*/
|
|
17
|
-
export declare class FetchProvider {
|
|
18
|
-
private static fetchImpl;
|
|
19
|
-
private static headersImpl;
|
|
20
|
-
private static responseImpl;
|
|
21
|
-
static initialize(fetchImpl: typeof fetch, headersImpl?: typeof Headers, responseImpl?: typeof Response): void;
|
|
22
|
-
static fetch(): typeof fetch;
|
|
23
|
-
static headers(): typeof Headers;
|
|
24
|
-
static response(): typeof Response;
|
|
25
|
-
}
|