pub-test-kaku
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -49,4 +49,4 @@ import { useLayoutEffect, RefObject, Ref } from 'react'; | ||
declare const VERSION = "0.0.14"; | ||
declare const VERSION = "0.0.15"; | ||
export { VERSION, applyRef, isPromise, useAsyncEffect, useAwaited, useForceUpdate, useForwardRef, useIsUnmounted, useIsomorphicLayoutEffect, useSafePromise }; |
@@ -160,3 +160,3 @@ 'use strict'; | ||
new AgoraRTCReact(); | ||
var VERSION = "0.0.14"; | ||
var VERSION = "0.0.15"; | ||
@@ -163,0 +163,0 @@ exports.VERSION = VERSION; |
{ | ||
"name": "pub-test-kaku", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"private": false, | ||
@@ -57,2 +57,3 @@ "description": "pub-test-kaku sdk", | ||
"@ngneat/falso": "^6.4.0", | ||
"@release-it/conventional-changelog": "^5.1.1", | ||
"@storybook/addon-actions": "7.0.0-beta.43", | ||
@@ -69,11 +70,11 @@ "@storybook/addon-essentials": "^7.0.0-rc.3", | ||
"@types/jest": "^29.4.0", | ||
"@types/testing-library__jest-dom": "^5.14.5", | ||
"@types/react": "^18.0.28", | ||
"@types/react-dom": "^18.0.11", | ||
"@types/testing-library__jest-dom": "^5.14.5", | ||
"@vitejs/plugin-react": "^3.0.0", | ||
"@vitest/coverage-c8": "^0.29.2", | ||
"@vitest/ui": "^0.30.1", | ||
"pub-test-kaku-ui": "workspace:*", | ||
"agora-rtc-sdk-ng": "^4.16.1", | ||
"jsdom": "^21.1.0", | ||
"pub-test-kaku-ui": "workspace:*", | ||
"react": "^18.2.0", | ||
@@ -89,2 +90,8 @@ "react-dom": "^18.2.0", | ||
"release-it": { | ||
"plugins": { | ||
"@release-it/conventional-changelog": { | ||
"preset": "angular", | ||
"infile": "" | ||
} | ||
}, | ||
"git": { | ||
@@ -91,0 +98,0 @@ "commitMessage": "chore: release ${version}", |
Sorry, the diff of this file is not supported yet
12714
30