pub-test-kaku
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -49,8 +49,4 @@ import { useLayoutEffect, RefObject, Ref } from 'react'; | ||
declare class AgoraRTCReact { | ||
readonly appType = 1001; | ||
constructor(); | ||
} | ||
declare const instance: AgoraRTCReact; | ||
declare const VERSION = "0.0.13"; | ||
export { instance as AgoraRTCReact, applyRef, isPromise, useAsyncEffect, useAwaited, useForceUpdate, useForwardRef, useIsUnmounted, useIsomorphicLayoutEffect, useSafePromise }; | ||
export { VERSION, applyRef, isPromise, useAsyncEffect, useAwaited, useForceUpdate, useForwardRef, useIsUnmounted, useIsomorphicLayoutEffect, useSafePromise }; |
'use strict'; | ||
var react = require('react'); | ||
var AgoraRTC = require('agora-rtc-sdk-ng'); | ||
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; } | ||
var AgoraRTC__default = /*#__PURE__*/_interopDefault(AgoraRTC); | ||
// src/hooks/tools.ts | ||
@@ -148,13 +153,12 @@ | ||
} | ||
// src/rtc.ts | ||
var AgoraRTCReact = class { | ||
appType = 1001; | ||
constructor() { | ||
console.log(1); | ||
AgoraRTC__default.default.setAppType(this.appType); | ||
} | ||
}; | ||
var instance = new AgoraRTCReact(); | ||
new AgoraRTCReact(); | ||
var VERSION = "0.0.13"; | ||
exports.AgoraRTCReact = instance; | ||
exports.VERSION = VERSION; | ||
exports.applyRef = applyRef; | ||
@@ -161,0 +165,0 @@ exports.isPromise = isPromise; |
{ | ||
"name": "pub-test-kaku", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"private": false, | ||
@@ -89,2 +89,3 @@ "description": "pub-test-kaku sdk", | ||
"commitMessage": "chore: release ${version}", | ||
"requireCleanWorkingDir": false, | ||
"tagName": "v${version}" | ||
@@ -91,0 +92,0 @@ }, |
Sorry, the diff of this file is not supported yet
12588