@bjmrq/utils
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -1,3 +0,4 @@ | ||
export * from './backend-utils'; | ||
import "app-module-path/register"; | ||
export * from "./backend-utils"; | ||
export * from "./frontend-utils"; | ||
export * from "./general-utils"; |
@@ -13,2 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
require("app-module-path/register"); | ||
__exportStar(require("./backend-utils"), exports); | ||
@@ -15,0 +16,0 @@ __exportStar(require("./frontend-utils"), exports); |
{ | ||
"name": "@bjmrq/utils", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A toolkit of little utilities", | ||
@@ -25,2 +25,3 @@ "author": "Benjamin Marquis", | ||
"dependencies": { | ||
"app-module-path": "^2.2.0", | ||
"fp-ts": "^2.8.4", | ||
@@ -27,0 +28,0 @@ "ramda": "^0.27.1" |
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
10558
122
3
+ Addedapp-module-path@^2.2.0
+ Addedapp-module-path@2.2.0(transitive)