Skip to content

Commit

Permalink
Pipe/v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 9, 2024
1 parent 839b63f commit 922f14a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.5

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v3.0.0
with:
version: 8.15.5
run_install: |
Expand Down
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
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playform/pipe",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"description": "🧪 Pipe —",
"keywords": [
Expand Down Expand Up @@ -28,7 +28,6 @@
"main": "./Target/Class/Pipe.js",
"types": "./Target/Class/Pipe.d.ts",
"scripts": {
"Document": "Document 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"dependencies": {
Expand All @@ -37,8 +36,7 @@
"fast-glob": "3.3.2"
},
"devDependencies": {
"@playform/build": "0.0.7",
"@playform/document": "0.0.6"
"@playform/build": "0.0.8"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 922f14a

Please sign in to comment.