@tinkoff/dippy
Advanced tools
Comparing version 0.7.39 to 0.7.40
@@ -38,3 +38,3 @@ const Scope = { | ||
const DI_TOKEN = createToken('di'); | ||
const DI_TOKEN = /* #__PURE__*/ createToken('di'); | ||
@@ -297,3 +297,3 @@ /** | ||
const IS_DI_CHILD_CONTAINER_TOKEN = createToken('isDiChildContainer'); | ||
const IS_DI_CHILD_CONTAINER_TOKEN = /* #__PURE__*/ createToken('isDiChildContainer'); | ||
class ChildContainer extends Container { | ||
@@ -300,0 +300,0 @@ constructor(root, fallback) { |
@@ -42,3 +42,3 @@ 'use strict'; | ||
const DI_TOKEN = createToken('di'); | ||
const DI_TOKEN = /* #__PURE__*/ createToken('di'); | ||
@@ -301,3 +301,3 @@ /** | ||
const IS_DI_CHILD_CONTAINER_TOKEN = createToken('isDiChildContainer'); | ||
const IS_DI_CHILD_CONTAINER_TOKEN = /* #__PURE__*/ createToken('isDiChildContainer'); | ||
class ChildContainer extends Container { | ||
@@ -304,0 +304,0 @@ constructor(root, fallback) { |
{ | ||
"name": "@tinkoff/dippy", | ||
"version": "0.7.39", | ||
"version": "0.7.40", | ||
"initialVersion": "0.7.27", | ||
@@ -5,0 +5,0 @@ "description": "", |
42582