Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola R. Hristov <[email protected]>
  • Loading branch information
NikolaRHristov committed Apr 5, 2024
1 parent a0a2081 commit 3f8d1d2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.3

- Cleanup

## 0.0.2

- Cleanup
Expand Down
2 changes: 1 addition & 1 deletion Target/Class/Maintain.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Target/Function/Package.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*/
declare const _default: (Filter?: Type) => Promise<Set<string>>;
export default _default;
import type Type from "../Type/Package.js";
import type Type from "@Type/Package.js";
2 changes: 1 addition & 1 deletion Target/Function/Type.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*/
declare const _default: Type;
export default _default;
import type Type from "../Interface/Type.js";
import type Type from "@Interface/Type.js";
2 changes: 1 addition & 1 deletion Target/Function/WalkUntilGit.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*/
export declare const _Function: Type;
export default _Function;
import type Type from "../Interface/WalkUntilGit";
import type Type from "@Interface/WalkUntilGit";
2 changes: 1 addition & 1 deletion Target/Interface/Type.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
export default interface Interface {
(Filter?: Package): Promise<Map<string, Package>>;
}
import type Package from "../Type/Package.js";
import type Package from "@Type/Package.js";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playform/maintain",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"description": "🔧 Maintain.",
"keywords": [
Expand Down

0 comments on commit 3f8d1d2

Please sign in to comment.