c8osdkvuejs
Advanced tools
Comparing version 0.0.0-beta7 to 0.0.0-beta8
{ | ||
"name": "c8osdkvuejs", | ||
"version": "0.0.0-beta7", | ||
"version": "0.0.0-beta8", | ||
"description": "convertigo's MBaaS client API service", | ||
@@ -5,0 +5,0 @@ "main": "bundle/index.umd.js", |
@@ -6,6 +6,2 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
global["window"] = {}; | ||
global["navigator"] = { | ||
userAgent: "node", | ||
}; | ||
__export(require("./c8o/c8o.service")); | ||
@@ -12,0 +8,0 @@ __export(require("./c8o/c8oUtils.service")); |
import {C8oSettings} from "c8osdkjscore/src/c8o/c8oSettings"; | ||
global["window"] = {}; | ||
global["navigator"] = { | ||
userAgent: "node", | ||
} | ||
export * from "./c8o/c8o.service"; | ||
@@ -10,3 +7,2 @@ export * from "./c8o/c8oUtils.service"; | ||
export * from "c8osdkjscore"; | ||
// export * from "../node_modules/c8osdkjscore/src/c8o/c8oSettings"; | ||
@@ -13,0 +9,0 @@ /*export * from "./c8o/c8oBase"; |
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
78392
1068