@firebase/util 1.10.2-canary.8a83d287b → 1.10.2-canary.c19a051ce
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 -29
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.esm2017.js +1 -29
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +0 -29
- 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 -29
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/dist/util-public.d.ts +0 -7
- package/dist/util.d.ts +0 -7
- package/package.json +1 -1
- package/dist/node-esm/src/uuid.d.ts +0 -22
- package/dist/src/uuid.d.ts +0 -22
package/dist/util-public.d.ts
CHANGED
|
@@ -927,13 +927,6 @@ export declare interface Subscribe<T> {
|
|
|
927
927
|
|
|
928
928
|
export declare type Unsubscribe = () => void;
|
|
929
929
|
|
|
930
|
-
/**
|
|
931
|
-
* Copied from https://stackoverflow.com/a/2117523
|
|
932
|
-
* Generates a new uuid.
|
|
933
|
-
* @public
|
|
934
|
-
*/
|
|
935
|
-
export declare const uuidv4: () => string;
|
|
936
|
-
|
|
937
930
|
/**
|
|
938
931
|
* Check to make sure the appropriate number of arguments are provided for a public function.
|
|
939
932
|
* Throws an error if it fails.
|
package/dist/util.d.ts
CHANGED
|
@@ -947,13 +947,6 @@ export declare interface Subscribe<T> {
|
|
|
947
947
|
|
|
948
948
|
export declare type Unsubscribe = () => void;
|
|
949
949
|
|
|
950
|
-
/**
|
|
951
|
-
* Copied from https://stackoverflow.com/a/2117523
|
|
952
|
-
* Generates a new uuid.
|
|
953
|
-
* @public
|
|
954
|
-
*/
|
|
955
|
-
export declare const uuidv4: () => string;
|
|
956
|
-
|
|
957
950
|
/**
|
|
958
951
|
* Check to make sure the appropriate number of arguments are provided for a public function.
|
|
959
952
|
* Throws an error if it fails.
|
package/package.json
CHANGED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2022 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
|
-
/**
|
|
18
|
-
* Copied from https://stackoverflow.com/a/2117523
|
|
19
|
-
* Generates a new uuid.
|
|
20
|
-
* @public
|
|
21
|
-
*/
|
|
22
|
-
export declare const uuidv4: () => string;
|
package/dist/src/uuid.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2022 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
|
-
/**
|
|
18
|
-
* Copied from https://stackoverflow.com/a/2117523
|
|
19
|
-
* Generates a new uuid.
|
|
20
|
-
* @public
|
|
21
|
-
*/
|
|
22
|
-
export declare const uuidv4: () => string;
|