Skip to content

Commit fb3d124

Browse files
Compress/v0.2.3
1 parent ac0a696 commit fb3d124

5 files changed

Lines changed: 19 additions & 9 deletions

File tree

.github/workflows/Dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.actor == 'dependabot[bot]' }}
2121

2222
steps:
23-
- uses: dependabot/fetch-metadata@v3.0.0
23+
- uses: dependabot/fetch-metadata@v2.5.0
2424
with:
2525
github-token: "${{ secrets.GITHUB_TOKEN }}"
2626

@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ github.actor == 'dependabot[bot]' }}
3636

3737
steps:
38-
- uses: dependabot/fetch-metadata@v3.0.0
38+
- uses: dependabot/fetch-metadata@v2.5.0
3939
with:
4040
github-token: "${{ secrets.GITHUB_TOKEN }}"
4141

.github/workflows/NPM.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
id-token: write
5858

5959
steps:
60-
- uses: actions/checkout@v6.0.2
60+
- uses: actions/checkout@v6.0.1
6161

62-
- uses: actions/setup-node@v6.3.0
62+
- uses: actions/setup-node@v6.1.0
6363
with:
6464
node-version: "24"
6565

.github/workflows/Node.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
node-version: [18, 19, 20]
6060

6161
steps:
62-
- uses: actions/checkout@v6.0.2
62+
- uses: actions/checkout@v6.0.1
6363

64-
- uses: pnpm/action-setup@v5.0.0
64+
- uses: pnpm/action-setup@v4.2.0
6565
with:
6666
version: 9.3.0
6767
run_install: |
@@ -76,7 +76,7 @@ jobs:
7676
--unsafe-perm=true
7777
]
7878
79-
- uses: actions/setup-node@v6.3.0
79+
- uses: actions/setup-node@v6.1.0
8080
with:
8181
node-version: ${{ matrix.node-version }}
8282
cache: "pnpm"
@@ -88,7 +88,7 @@ jobs:
8888
- run: pnpm run prepublishOnly
8989
working-directory: .
9090

91-
- uses: actions/upload-artifact@v7.0.0
91+
- uses: actions/upload-artifact@v6.0.0
9292
with:
9393
name: .-Node-${{ matrix.node-version }}-Target
9494
path: ./Target

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 0.2.3
22

3+
### Change
4+
5+
- Removed `Configuration/` from `.npmignore` to include type definitions in the
6+
package.
7+
- Updated dependencies to latest versions:
8+
- `@playform/pipe` (0.1.4 → 0.1.5)
9+
- `terser` (5.46.0 → 5.46.1)
10+
- `@playform/build` (0.3.0 → 0.3.1)
11+
- `browserslist` (4.28.1 → 4.28.2)
12+
313
## 0.2.2
414

515
- Fix `astro` version to \* in dependencies

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": "./",
44
"outDir": "Target",
5-
"rootDir": "Source"
5+
"rootDir": "./Source"
66
},
77
"extends": "@playform/build/tsconfig",
88
"include": ["Source"]

0 commit comments

Comments
 (0)