@nmtjs/application
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -8,2 +8,4 @@ import { createFactoryInjectable, createLazyInjectable, createValueInjectable } from "./lib/container.js"; | ||
export * from "./lib/container.js"; | ||
export * from "./lib/procedure.js"; | ||
export * from "./lib/provider.js"; | ||
export * from "./lib/events.js"; | ||
@@ -32,6 +34,7 @@ export * from "./lib/plugin.js"; | ||
n.service = createContractService; | ||
n.contractless = { | ||
procedure: createProcedure, | ||
service: createContractService | ||
}; | ||
let contractless; | ||
(function(contractless) { | ||
contractless.procedure = createProcedure; | ||
contractless.service = createContractService; | ||
})(contractless = n.contractless || (n.contractless = {})); | ||
})(n || (n = {})); |
@@ -13,2 +13,4 @@ import { | ||
export * from './lib/container.ts' | ||
export * from './lib/procedure.ts' | ||
export * from './lib/provider.ts' | ||
export * from './lib/events.ts' | ||
@@ -37,6 +39,6 @@ export * from './lib/plugin.ts' | ||
export const service = createContractService | ||
export const contractless = { | ||
procedure: createProcedure, | ||
service: createContractService, | ||
export namespace contractless { | ||
export const procedure = createProcedure | ||
export const service = createContractService | ||
} | ||
} |
@@ -17,10 +17,10 @@ { | ||
"@types/node": "^18", | ||
"@nmtjs/common": "0.2.0", | ||
"@nmtjs/type": "0.2.0", | ||
"@nmtjs/contract": "0.2.0" | ||
"@nmtjs/type": "0.2.1", | ||
"@nmtjs/common": "0.2.1", | ||
"@nmtjs/contract": "0.2.1" | ||
}, | ||
"peerDependencies": { | ||
"@nmtjs/contract": "0.2.0", | ||
"@nmtjs/common": "0.2.0", | ||
"@nmtjs/type": "0.2.0" | ||
"@nmtjs/common": "0.2.1", | ||
"@nmtjs/type": "0.2.1", | ||
"@nmtjs/contract": "0.2.1" | ||
}, | ||
@@ -35,3 +35,3 @@ "files": [ | ||
], | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"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
284209
4176