@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.
@@ -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,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/util",
3
- "version": "1.10.2-canary.8a83d287b",
3
+ "version": "1.10.2-canary.c19a051ce",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -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;
@@ -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;