@nmtjs/application
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -1,2 +0,2 @@ | ||
import type { ApiBlob, ApiBlobInterface } from '@nmtjs/common' | ||
import type { ApiBlobInterface } from '@nmtjs/common' | ||
@@ -163,3 +163,5 @@ import type { Api } from './api.ts' | ||
: { | ||
[P in keyof Instance as JsonPrimitiveMain<Instance[P]> extends never | ||
-readonly [P in keyof Instance as JsonPrimitiveMain< | ||
Instance[P] | ||
> extends never | ||
? never | ||
@@ -166,0 +168,0 @@ : P]: JsonPrimitiveMain<Instance[P]> |
@@ -17,10 +17,10 @@ { | ||
"@types/node": "^18", | ||
"@nmtjs/common": "0.3.6", | ||
"@nmtjs/contract": "0.3.6", | ||
"@nmtjs/type": "0.3.6" | ||
"@nmtjs/common": "0.3.7", | ||
"@nmtjs/contract": "0.3.7", | ||
"@nmtjs/type": "0.3.7" | ||
}, | ||
"peerDependencies": { | ||
"@nmtjs/common": "0.3.6", | ||
"@nmtjs/contract": "0.3.6", | ||
"@nmtjs/type": "0.3.6" | ||
"@nmtjs/common": "0.3.7", | ||
"@nmtjs/type": "0.3.7", | ||
"@nmtjs/contract": "0.3.7" | ||
}, | ||
@@ -35,3 +35,3 @@ "files": [ | ||
], | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"scripts": { | ||
@@ -38,0 +38,0 @@ "build": "neemata-build ./index.ts './lib/**/*.ts'", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
299795
4410