@tinkoff/dippy
Advanced tools
Comparing version 0.7.36 to 0.7.37
@@ -11,1 +11,2 @@ export { Container } from './Container'; | ||
export * from './tokens'; | ||
export * from './provide'; |
@@ -358,2 +358,7 @@ const Scope = { | ||
export { ChildContainer, Container, DI_TOKEN, IS_DI_CHILD_CONTAINER_TOKEN, Scope, createChildContainer, createContainer, createToken }; | ||
// Исключительно для тайпчека переданного описания провайдера | ||
function provide(descr) { | ||
return descr; | ||
} | ||
export { ChildContainer, Container, DI_TOKEN, IS_DI_CHILD_CONTAINER_TOKEN, Scope, createChildContainer, createContainer, createToken, provide }; |
@@ -362,2 +362,7 @@ 'use strict'; | ||
// Исключительно для тайпчека переданного описания провайдера | ||
function provide(descr) { | ||
return descr; | ||
} | ||
exports.ChildContainer = ChildContainer; | ||
@@ -371,1 +376,2 @@ exports.Container = Container; | ||
exports.createToken = createToken; | ||
exports.provide = provide; |
{ | ||
"name": "@tinkoff/dippy", | ||
"version": "0.7.36", | ||
"version": "0.7.37", | ||
"initialVersion": "0.7.27", | ||
@@ -15,3 +15,3 @@ "description": "", | ||
"type": "git", | ||
"url": "git@github.com:TinkoffCreditSystems/tramvai.git" | ||
"url": "git@github.com:Tinkoff/tramvai.git" | ||
}, | ||
@@ -18,0 +18,0 @@ "scripts": { |
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
36696
16
946