@dflex/core-instance
Advanced tools
Comparing version 2.6.1 to 2.7.0
@@ -0,1 +1,7 @@ | ||
/** | ||
* Copyright (c) Jalal Maskoun. | ||
* | ||
* This source code is licensed under the AGPL3.0 license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
import type { ElmInstance, AbstractCoreInterface } from "./types"; | ||
@@ -2,0 +8,0 @@ /** |
"use strict"; | ||
/** | ||
* Copyright (c) Jalal Maskoun. | ||
* | ||
* This source code is licensed under the AGPL3.0 license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +9,0 @@ /** |
@@ -0,1 +1,7 @@ | ||
/** | ||
* Copyright (c) Jalal Maskoun. | ||
* | ||
* This source code is licensed under the AGPL3.0 license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
import AbstractCoreInstance from "./AbstractCoreInstance"; | ||
@@ -2,0 +8,0 @@ import type { Keys, Order, ElmWIthPointer, CoreInstanceInterface, Offset, TransitionHistory } from "./types"; |
"use strict"; | ||
/* eslint-disable no-param-reassign */ | ||
/** | ||
* Copyright (c) Jalal Maskoun. | ||
* | ||
* This source code is licensed under the AGPL3.0 license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
var __extends = (this && this.__extends) || (function () { | ||
@@ -33,2 +38,3 @@ var extendStatics = function (d, b) { | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* eslint-disable no-param-reassign */ | ||
var AbstractCoreInstance_1 = __importDefault(require("./AbstractCoreInstance")); | ||
@@ -35,0 +41,0 @@ /** |
@@ -0,2 +1,8 @@ | ||
/** | ||
* Copyright (c) Jalal Maskoun. | ||
* | ||
* This source code is licensed under the AGPL3.0 license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
export type { AbstractCoreInterface, Offset, TransitionHistory, CoreInstanceInterface, } from "./types"; | ||
export { default } from "./CoreInstance"; |
@@ -0,1 +1,7 @@ | ||
/** | ||
* Copyright (c) Jalal Maskoun. | ||
* | ||
* This source code is licensed under the AGPL3.0 license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
export declare type ELmBranch = string | string[]; | ||
@@ -2,0 +8,0 @@ /** |
"use strict"; | ||
/** | ||
* Copyright (c) Jalal Maskoun. | ||
* | ||
* This source code is licensed under the AGPL3.0 license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@dflex/core-instance", | ||
"version": "2.6.1", | ||
"version": "2.7.0", | ||
"main": "dist/index.js", | ||
@@ -38,3 +38,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "ac6475f10de161b6c8cac4afff13bb9b3e281ddb" | ||
"gitHead": "410a53603f6a8a991bc8fe6bb86226ef832d784d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
58498
462