checksumai 4.3.2-beta.5 → 4.3.2-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/tsconfig.json +0 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "checksumai",
|
|
3
|
-
"version": "4.3.2-beta.
|
|
3
|
+
"version": "4.3.2-beta.7",
|
|
4
4
|
"description": "Checksum.ai runtime base package",
|
|
5
5
|
"main": "./run.js",
|
|
6
6
|
"type": "module",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"checksumai": "run.js"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@checksum-ai/runtime": "4.3.2-beta.
|
|
14
|
+
"@checksum-ai/runtime": "4.3.2-beta.7",
|
|
15
15
|
"ts-node": "^10.9.1"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
package/tsconfig.json
CHANGED
|
@@ -1,13 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
// The wrapper runs customer test code under ts-node (run.js shebang). It must
|
|
3
|
-
// TRANSPILE customer code, never type-check it: a customer's
|
|
4
|
-
// checksum.config.ts is their code and must not be held to our internal
|
|
5
|
-
// strictest compilerOptions (e.g. noPropertyAccessFromIndexSignature
|
|
6
|
-
// rejecting process.env.X). transpileOnly strips types and runs, so customer
|
|
7
|
-
// configs work out of the box.
|
|
8
|
-
"ts-node": {
|
|
9
|
-
"transpileOnly": true
|
|
10
|
-
},
|
|
11
2
|
"compilerOptions": {
|
|
12
3
|
"target": "ESNext",
|
|
13
4
|
"useDefineForClassFields": true,
|