Skip to content
Draft
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
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
10 changes: 1 addition & 9 deletions apps/meteor/.babelrc
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react",
["@babel/preset-react", { "runtime": "automatic" }],
[
"@babel/preset-typescript",
{
"allowDeclareFields": true
}
]
],
"plugins": [
[
"@babel/plugin-transform-react-jsx",
{
"runtime": "automatic"
}
]
],
"env": {
"coverage": {
"plugins": [
Expand Down
3 changes: 2 additions & 1 deletion apps/meteor/.meteor/platforms
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
browser
server
browser
modern
10 changes: 10 additions & 0 deletions apps/meteor/.swcrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"jsc": {
"target": "es2022",
"transform": {
"react": {
"runtime": "automatic"
}
}
}
}
11 changes: 8 additions & 3 deletions apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"tweetnacl": "^1.0.3",
"twilio": "^5.4.2",
"twit": "^2.2.11",
"typia": "~9.7.2",
"typia": "patch:typia@npm%3A9.7.2#~/.yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch",
"ua-parser-js": "~1.0.41",
"underscore": "^1.13.7",
"universal-perf-hooks": "^1.0.1",
Expand Down Expand Up @@ -471,12 +471,17 @@
"installConfig": {
"hoistingLimits": "workspaces"
},
"meteor": {
"meteor": {
"disableLegacyBuild": true,
"mainModule": {
"client": "client/main.ts",
"server": "server/main.ts"
}
},
"modern": true
},
"browserslist": [
"defaults"
],
"rocketchat": {
"minimumClientVersions": {
"desktop": "3.9.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@rocket.chat/icons": "~0.46.0",
"@rocket.chat/message-parser": "workspace:^",
"@rocket.chat/ui-kit": "workspace:~",
"typia": "~9.7.2"
"typia": "patch:typia@npm%3A9.7.2#~/.yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch"
},
"devDependencies": {
"@rocket.chat/apps-engine": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"typia": "~9.7.2"
"typia": "patch:typia@npm%3A9.7.2#~/.yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch"
},
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:~",
Expand Down
27 changes: 23 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8303,7 +8303,7 @@ __metadata:
rimraf: "npm:^6.0.1"
ts-patch: "npm:^3.3.0"
typescript: "npm:~5.9.3"
typia: "npm:~9.7.2"
typia: "patch:typia@npm%3A9.7.2#~/.yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9480,7 +9480,7 @@ __metadata:
twilio: "npm:^5.4.2"
twit: "npm:^2.2.11"
typescript: "npm:~5.9.3"
typia: "npm:~9.7.2"
typia: "patch:typia@npm%3A9.7.2#~/.yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch"
ua-parser-js: "npm:~1.0.41"
underscore: "npm:^1.13.7"
universal-perf-hooks: "npm:^1.0.1"
Expand Down Expand Up @@ -10324,7 +10324,7 @@ __metadata:
ts-jest: "npm:~29.4.5"
ts-patch: "npm:^3.3.0"
typescript: "npm:~5.9.3"
typia: "npm:~9.7.2"
typia: "patch:typia@npm%3A9.7.2#~/.yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch"
peerDependencies:
"@rocket.chat/icons": "*"
languageName: unknown
Expand Down Expand Up @@ -36006,7 +36006,7 @@ __metadata:
languageName: node
linkType: hard

"typia@npm:~9.7.2":
"typia@npm:9.7.2":
version: 9.7.2
resolution: "typia@npm:9.7.2"
dependencies:
Expand All @@ -36025,6 +36025,25 @@ __metadata:
languageName: node
linkType: hard

"typia@patch:typia@npm%3A9.7.2#~/.yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch":
version: 9.7.2
resolution: "typia@patch:typia@npm%3A9.7.2#~/.yarn/patches/typia-npm-9.7.2-5c5d9c80b4.patch::version=9.7.2&hash=cc0415"
dependencies:
"@samchon/openapi": "npm:^4.7.1"
"@standard-schema/spec": "npm:^1.0.0"
commander: "npm:^10.0.0"
comment-json: "npm:^4.2.3"
inquirer: "npm:^8.2.5"
package-manager-detector: "npm:^0.2.0"
randexp: "npm:^0.5.3"
peerDependencies:
typescript: ">=4.8.0 <5.10.0"
bin:
typia: lib/executable/typia.js
checksum: 10/db5a671719afedcafff4f48b684d7afb76803d32ccb98df64071fd02e32bd932496d5b1c348112a4deab97d65f53be554ae9fd391ce6f6a90a92a33a6e1086d8
languageName: node
linkType: hard

"ua-parser-js@npm:~1.0.41":
version: 1.0.41
resolution: "ua-parser-js@npm:1.0.41"
Expand Down
Loading