Skip to content

Commit 52ceb74

Browse files
committed
wip: working on env egress schema
1 parent 006ff63 commit 52ceb74

File tree

4 files changed

+124
-23
lines changed

4 files changed

+124
-23
lines changed

npmDepsHash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-23Yx1RJcaNEL1YmNz/LRFYL+5g++B+aoT0CSSbreAx8=
1+
sha256-3qB4RdGCJikGv232pOD/8TFnHEdyDr684618gflItI8=

package-lock.json

Lines changed: 115 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,21 +126,21 @@
126126
},
127127
"optionalDependencies": {
128128
"@matrixai/db": "*",
129+
"@matrixai/exec-darwin-universal": "*",
130+
"@matrixai/exec-linux-x64": "*",
129131
"@matrixai/mdns-linux-x64": "*",
130132
"@matrixai/quic-darwin-universal": "*",
131133
"@matrixai/quic-linux-x64": "*",
132134
"@matrixai/quic-win32-x64": "*",
133-
"@matrixai/exec-darwin-universal": "*",
134-
"@matrixai/exec-linux-x64": "*",
135135
"fd-lock": "*",
136136
"sodium-native": "*"
137137
},
138138
"devDependencies": {
139-
"@matrixai/lint": "^0.2.11",
139+
"@fast-check/jest": "^2.1.1",
140140
"@matrixai/errors": "^2.1.3",
141-
"@matrixai/logger": "^4.0.3",
142141
"@matrixai/exec": "^1.0.3",
143-
"@fast-check/jest": "^2.1.1",
142+
"@matrixai/lint": "^0.2.11",
143+
"@matrixai/logger": "^4.0.3",
144144
"@swc/core": "1.3.82",
145145
"@swc/jest": "^0.2.29",
146146
"@types/jest": "^29.5.14",
@@ -149,6 +149,8 @@
149149
"@typescript-eslint/eslint-plugin": "^5.61.0",
150150
"@typescript-eslint/parser": "^5.61.0",
151151
"@yao-pkg/pkg": "^6.4.0",
152+
"ajv": "^8.17.1",
153+
"ajv-formats": "^3.0.1",
152154
"commander": "^8.3.0",
153155
"cross-env": "^7.0.3",
154156
"esbuild": "0.19.4",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"allowSyntheticDefaultImports": true,
1414
"resolveJsonModule": true,
1515
"moduleResolution": "NodeNext",
16-
"module": "ESNext",
16+
"module": "NodeNext",
1717
"target": "ES2022",
1818
"baseUrl": "./src",
1919
"paths": {

0 commit comments

Comments
 (0)