cheap-di-react
Advanced tools
Comparing version 4.1.0-rc-3 to 4.1.0-rc-30
@@ -17,4 +17,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./useDiContext"), exports); | ||
__exportStar(require("./use"), exports); | ||
__exportStar(require("./useDiContext.js"), exports); | ||
__exportStar(require("./use.js"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -17,6 +17,6 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./DiContext"), exports); | ||
__exportStar(require("./Providers"), exports); | ||
__exportStar(require("./ReactContainer"), exports); | ||
__exportStar(require("./hooks"), exports); | ||
__exportStar(require("./DiContext.js"), exports); | ||
__exportStar(require("./Providers/index.js"), exports); | ||
__exportStar(require("./ReactContainer.js"), exports); | ||
__exportStar(require("./hooks/index.js"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -17,4 +17,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./DIOneTimeProvider"), exports); | ||
__exportStar(require("./DIProvider"), exports); | ||
__exportStar(require("./DIOneTimeProvider.js"), exports); | ||
__exportStar(require("./DIProvider.js"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,3 @@ | ||
export * from './useDiContext'; | ||
export * from './use'; | ||
export * from './useDiContext.js'; | ||
export * from './use.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,5 +0,5 @@ | ||
export * from './DiContext'; | ||
export * from './Providers'; | ||
export * from './ReactContainer'; | ||
export * from './hooks'; | ||
export * from './DiContext.js'; | ||
export * from './Providers/index.js'; | ||
export * from './ReactContainer.js'; | ||
export * from './hooks/index.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,3 @@ | ||
export * from './DIOneTimeProvider'; | ||
export * from './DIProvider'; | ||
export * from './DIOneTimeProvider.js'; | ||
export * from './DIProvider.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export * from './useDiContext'; | ||
export * from './use'; | ||
export * from './useDiContext.js'; | ||
export * from './use.js'; |
@@ -1,4 +0,4 @@ | ||
export * from './DiContext'; | ||
export * from './Providers'; | ||
export * from './ReactContainer'; | ||
export * from './hooks'; | ||
export * from './DiContext.js'; | ||
export * from './Providers/index.js'; | ||
export * from './ReactContainer.js'; | ||
export * from './hooks/index.js'; |
@@ -1,2 +0,2 @@ | ||
export * from './DIOneTimeProvider'; | ||
export * from './DIProvider'; | ||
export * from './DIOneTimeProvider.js'; | ||
export * from './DIProvider.js'; |
{ | ||
"name": "cheap-di-react", | ||
"version": "4.1.0-rc-3", | ||
"version": "4.1.0-rc-30", | ||
"description": "Dependency injection based on cheap-di for using in React components with React Context", | ||
@@ -12,13 +12,13 @@ "scripts": { | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "6.1.4", | ||
"@testing-library/react": "14.1.2", | ||
"@types/jest": "29.5.10", | ||
"@types/react": "18.2.38", | ||
"cheap-di": "4.0.0-rc-6", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"typescript": "5.2.2" | ||
"@testing-library/jest-dom": "^6.1.5", | ||
"@testing-library/react": "^14.1.2", | ||
"@types/jest": "^29.5.11", | ||
"@types/react": "^18.2.38", | ||
"cheap-di": "^4.0.0-rc-30", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"typescript": "^5.2.2" | ||
}, | ||
"peerDependencies": { | ||
"cheap-di": ">= 4.0.0-rc-6", | ||
"cheap-di": ">= 4.0.0-rc-30", | ||
"react": ">= 18.2.0", | ||
@@ -25,0 +25,0 @@ "react-dom": ">= 18.2.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
63113