@composer-js/core
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var ClassLoader_1 = require("./ClassLoader"); | ||
exports.ClassLoader = ClassLoader_1.default; | ||
var FileUtils_1 = require("./FileUtils"); | ||
@@ -8,0 +10,0 @@ exports.FileUtils = FileUtils_1.default; |
@@ -0,1 +1,2 @@ | ||
export { default as ClassLoader } from "./ClassLoader"; | ||
export { default as FileUtils } from "./FileUtils"; | ||
@@ -2,0 +3,0 @@ export * from "./JWTUtils"; |
{ | ||
"name": "@composer-js/core", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A collection of common utilities and core functionality for composerjs applications.", | ||
@@ -5,0 +5,0 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>", |
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
95848
1531