Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 8, 2024
1 parent 1360e9d commit 3b76e28
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
continue-on-error: true
working-directory: .
run: |
npm publish --legacy-peer-deps --provenance --ignore-scripts --dry-run
npm publish --legacy-peer-deps --provenance --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.4

### Fixed

- Fixes missing `Pipe.js`

## 0.1.2

### Added
Expand Down
23 changes: 0 additions & 23 deletions Source/Interface/Pipe.ts

This file was deleted.

105 changes: 0 additions & 105 deletions Target/Function/CLI.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion Target/Function/CLI.js

This file was deleted.

4 changes: 2 additions & 2 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export declare let System: string;
declare const _default: Interface;
export default _default;
export declare const Default: {
Path: string;
Cache: {
Search: string;
Folder: string;
};
Logger: 2;
Exclude: false;
Action: {
Failed: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Passed: ({ Before, Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<boolean>;
Expand All @@ -23,8 +23,8 @@ export declare const Default: {
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<import("@playform/pipe/Target/Type/Buffer.js").Type>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
};
Path: string;
File: string;
Exclude: false;
CSS: {
csso: import("../Interface/CSS/csso.js").default;
lightningcss: import("../Interface/CSS/lightningcss.js").default;
Expand Down
2 changes: 1 addition & 1 deletion Target/Function/Integration.js

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

4 changes: 2 additions & 2 deletions Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
*
*/
declare const _default: {
Path: string;
Cache: {
Search: string;
Folder: string;
};
Logger: 2;
Exclude: false;
Action: {
Failed: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Passed: ({ Before, Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<boolean>;
Expand All @@ -18,8 +18,8 @@ declare const _default: {
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<import("@playform/pipe/Target/Type/Buffer.js").Type>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
};
Path: string;
File: string;
Exclude: false;
CSS: {
csso: import("../Interface/CSS/csso.js").default;
lightningcss: import("../Interface/CSS/lightningcss.js").default;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playform/compress",
"version": "0.1.3",
"version": "0.1.4",
"private": false,
"description": "🗜️ Compress —",
"keywords": [
Expand Down

0 comments on commit 3b76e28

Please sign in to comment.