@stardust-collective/dag4-core
Advanced tools
Comparing version 0.0.3 to 0.0.4
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DagDi = void 0; | ||
exports.dagDi = exports.DagDi = void 0; | ||
const rest_api_1 = require("./cross-platform/api/rest.api"); | ||
@@ -21,2 +21,3 @@ const cross_platform_di_1 = require("./cross-platform/cross-platform-di"); | ||
exports.DagDi = DagDi; | ||
exports.dagDi = new DagDi(); | ||
//# sourceMappingURL=dag-di.js.map |
@@ -17,2 +17,3 @@ import { RestApi } from './cross-platform/api/rest.api'; | ||
} | ||
export const dagDi = new DagDi(); | ||
//# sourceMappingURL=dag-di.js.map |
{ | ||
"name": "@stardust-collective/dag4-core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Constellation HyperGraph JavaScript API", | ||
@@ -5,0 +5,0 @@ "author": "Frank Fox", |
@@ -10,1 +10,2 @@ import { RestApi } from './cross-platform/api/rest.api'; | ||
} | ||
export declare const dagDi: DagDi; |
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
39340
655