@fluyappgo/commons
Advanced tools
Comparing version 1.0.8 to 1.0.10
export * from './interfaces'; | ||
export * from './dtos'; |
@@ -14,1 +14,2 @@ "use strict"; | ||
__exportStar(require("./interfaces"), exports); | ||
__exportStar(require("./dtos"), exports); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.sortTrackingBy = void 0; | ||
var sortTrackingBy; | ||
(function (sortTrackingBy) { | ||
sortTrackingBy["Total"] = "Total"; | ||
sortTrackingBy["Max"] = "Max"; | ||
sortTrackingBy["Min"] = "Min"; | ||
sortTrackingBy["Average"] = "Average"; | ||
})(sortTrackingBy = exports.sortTrackingBy || (exports.sortTrackingBy = {})); |
{ | ||
"name": "@fluyappgo/commons", | ||
"version": "1.0.8", | ||
"version": "1.0.10", | ||
"description": "", | ||
"main": "./build/index.js", | ||
"tyoes": "./build/index.d.ts", | ||
"types": "./build/index.d.ts", | ||
"files": [ | ||
"/build/**/*" | ||
], | ||
"private": false, | ||
"scripts": { | ||
@@ -17,3 +16,3 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
}, | ||
"author": "juanxog", | ||
"author": "", | ||
"license": "ISC", | ||
@@ -20,0 +19,0 @@ "devDependencies": { |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
13284
445
2