@graffy/core
Advanced tools
Comparing version 0.16.12-alpha.1 to 0.16.13-NaN.2
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.16.12-alpha.1", | ||
"version": "0.16.13-NaN.2", | ||
"main": "./index.cjs", | ||
@@ -20,6 +20,6 @@ "exports": { | ||
"dependencies": { | ||
"@graffy/common": "0.16.12-alpha.1", | ||
"@graffy/stream": "0.16.12-alpha.1", | ||
"@graffy/common": "0.16.13-NaN.2", | ||
"@graffy/stream": "0.16.13-NaN.2", | ||
"debug": "^4.3.3" | ||
} | ||
} |
export { unchanged } from "./shift.js"; | ||
export default class Graffy { | ||
declare class Graffy { | ||
constructor(path?: any[], core?: Core); | ||
@@ -16,2 +16,7 @@ core: Core; | ||
} | ||
declare namespace Graffy { | ||
export { unchanged }; | ||
} | ||
export default Graffy; | ||
import Core from "./Core.js"; | ||
import { unchanged } from "./shift.js"; |
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
20608
540
+ Added@graffy/common@0.16.13-NaN.2(transitive)
+ Added@graffy/stream@0.16.13-NaN.2(transitive)
- Removed@graffy/common@0.16.12-alpha.1(transitive)
- Removed@graffy/stream@0.16.12-alpha.1(transitive)
Updated@graffy/common@0.16.13-NaN.2
Updated@graffy/stream@0.16.13-NaN.2