Skip to content

Commit 1ca6991

Browse files
committed
fix: fix package name
1 parent 0eee58b commit 1ca6991

23 files changed

+4057
-1447
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "junwen-k/use-ask" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "junwen-k/ui-call" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "use-ask",
2+
"name": "ui-call",
33
"private": true,
44
"type": "module",
55
"license": "MIT",

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ Use the `call.pending` boolean to apply your enter/exit animation classes.
151151

152152
## Acknowledgments
153153

154-
This library is the successor to my original [use-ask](https://github.com/junwen-k/use-ask) library, heavily inspired by the elegant design of [react-call](https://github.com/desko27/react-call) by [@desko27](https://github.com/desko27).
154+
This library is the successor to my original [ui-call](https://github.com/junwen-k/ui-call) library, heavily inspired by the elegant design of [react-call](https://github.com/desko27/react-call) by [@desko27](https://github.com/desko27).

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/node": "catalog:",
2727
"@ungap/with-resolvers": "catalog:",
28-
"@use-ask/typescript-config": "workspace:*",
28+
"@ui-call/typescript-config": "workspace:*",
2929
"@vitest/coverage-v8": "catalog:",
3030
"tsup": "catalog:",
3131
"vitest": "catalog:"

packages/core/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@use-ask/typescript-config/node.json",
2+
"extends": "@ui-call/typescript-config/node.json",
33
"compilerOptions": {
44
"baseUrl": ".",
55
"paths": {

packages/core/tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@use-ask/typescript-config/test.json",
2+
"extends": "@ui-call/typescript-config/test.json",
33
"compilerOptions": {
44
"baseUrl": ".",
55
"paths": {

packages/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@testing-library/preact": "^3.2.4",
3737
"@types/node": "catalog:",
3838
"@ungap/with-resolvers": "catalog:",
39-
"@use-ask/typescript-config": "workspace:*",
39+
"@ui-call/typescript-config": "workspace:*",
4040
"@vitest/coverage-v8": "catalog:",
4141
"happy-dom": "^18.0.1",
4242
"tsup": "catalog:",

packages/preact/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@use-ask/typescript-config/node.json",
2+
"extends": "@ui-call/typescript-config/node.json",
33
"compilerOptions": {
44
"baseUrl": ".",
55
"paths": {

packages/preact/tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@use-ask/typescript-config/test.json",
2+
"extends": "@ui-call/typescript-config/test.json",
33
"compilerOptions": {
44
"baseUrl": ".",
55
"paths": {

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/node": "catalog:",
3232
"@types/react": "^19.0.0",
3333
"@types/react-dom": "^19.0.0",
34-
"@use-ask/typescript-config": "workspace:*",
34+
"@ui-call/typescript-config": "workspace:*",
3535
"@vitejs/plugin-react": "^4.6.0",
3636
"@vitest/coverage-v8": "catalog:",
3737
"happy-dom": "^18.0.1",

0 commit comments

Comments
 (0)