ddan-js 3.5.0 → 3.5.1

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.
@@ -5,6 +5,7 @@
5
5
  * @returns
6
6
  */
7
7
  declare const uuid: (len?: number, radix?: number) => string;
8
+ declare const uuid32: (radix?: number) => string;
8
9
  /**
9
10
  * uuid xxxxxxxx-xxxx-4xxx-xxxx-xxxxxxxxxxxx 格式
10
11
  * @param mode 'mixin' | 'lower' | 'upper'
@@ -20,4 +21,4 @@ declare const UUID: (mode?: 'lower' | 'upper', radix?: number) => string;
20
21
  * @returns
21
22
  */
22
23
  declare const randomID: (len?: number, mode?: 'mixin' | 'lower' | 'upper', radix?: number) => string;
23
- export { uuid, UUID, randomID };
24
+ export { uuid, UUID, randomID, uuid32 };
@@ -30,6 +30,7 @@ declare const _default: {
30
30
  pipe?: boolean | undefined;
31
31
  mutex?: string | undefined;
32
32
  }) => Promise<T | undefined>;
33
+ aliAuthA: (uri: string, exp?: number, key?: string) => string;
33
34
  anySuccess: (promises: Promise<any>[]) => Promise<boolean>;
34
35
  bezier1: (p0: Ddan.IPoint, p1: Ddan.IPoint, t: number) => Ddan.IPoint;
35
36
  bezier2: (p0: Ddan.IPoint, p1: Ddan.IPoint, p2: Ddan.IPoint, t: number) => Ddan.IPoint;
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ aliAuthA: (uri: string, exp?: number, key?: string) => string;
3
+ };
4
+ export default _default;
@@ -126,6 +126,7 @@ declare const dHook: {
126
126
  pipe?: boolean | undefined;
127
127
  mutex?: string | undefined;
128
128
  }) => Promise<T_4 | undefined>;
129
+ aliAuthA: (uri: string, exp?: number, key?: string) => string;
129
130
  anySuccess: (promises: Promise<any>[]) => Promise<boolean>;
130
131
  bezier1: (p0: import("..").Ddan.IPoint, p1: import("..").Ddan.IPoint, t: number) => import("..").Ddan.IPoint;
131
132
  bezier2: (p0: import("..").Ddan.IPoint, p1: import("..").Ddan.IPoint, p2: import("..").Ddan.IPoint, t: number) => import("..").Ddan.IPoint;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ddan-js",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "ddan-js",