Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git a/lib/index.mjs b/lib/index.mjs
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the patch file.

index 35c18fc129e349205d3db64bfb7b9c589c726d35..7fe10a375d6e6d4d46bb1c4a776fdc75f062c3d3 100644
--- a/lib/index.mjs
+++ b/lib/index.mjs
@@ -1,4 +1,4 @@
-import * as module from './module.mjs';
+import * as _module from './module.mjs';
export { assert, assertEquals, assertGuard, assertGuardEquals, createAssert, createAssertEquals, createAssertGuard, createAssertGuardEquals, createEquals, createIs, createRandom, createValidate, createValidateEquals, equals, is, random, validate, validateEquals } from './module.mjs';
import * as functional from './functional.mjs';
export { functional };
@@ -22,5 +22,5 @@ export { TypeGuardError } from './TypeGuardError.mjs';



-export { module as default };
+export { _module as default };
//# sourceMappingURL=index.mjs.map
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"resolutions": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"typia": "patch:typia@npm%3A9.7.2#./.yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch"
Comment thread
Spiral-Memory marked this conversation as resolved.
}
}
3 changes: 2 additions & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
},
"dependencies": {
"@embeddedchat/auth": "workspace:^",
"@rocket.chat/sdk": "^1.0.0-alpha.42"
"@rocket.chat/ddp-client": "1.0.9-rc.2",
"@rocket.chat/emitter": "^0.31.25"
}
}
Loading