pub-test-kaku
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -49,4 +49,4 @@ import { useLayoutEffect, RefObject, Ref } from 'react'; | ||
declare const VERSION = "0.0.31"; | ||
declare const VERSION = "0.0.32"; | ||
export { VERSION, applyRef, isPromise, useAsyncEffect, useAwaited, useForceUpdate, useForwardRef, useIsUnmounted, useIsomorphicLayoutEffect, useSafePromise }; |
@@ -160,3 +160,3 @@ 'use strict'; | ||
new AgoraRTCReact(); | ||
var VERSION = "0.0.31"; | ||
var VERSION = "0.0.32"; | ||
@@ -163,0 +163,0 @@ exports.VERSION = VERSION; |
{ | ||
"name": "pub-test-kaku", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"private": false, | ||
@@ -103,3 +103,19 @@ "description": "pub-test-kaku sdk", | ||
"header": "# agora-rtc-react", | ||
"preset": "angular", | ||
"preset": { | ||
"name": "angular", | ||
"types": [ | ||
{ | ||
"type": "feat", | ||
"section": "Features" | ||
}, | ||
{ | ||
"type": "fix", | ||
"section": "Bug Fixes" | ||
}, | ||
{ | ||
"type": "docs", | ||
"section": "Documentation" | ||
} | ||
] | ||
}, | ||
"infile": "" | ||
@@ -106,0 +122,0 @@ } |
Sorry, the diff of this file is not supported yet
13183