Skip to content

Commit 798ce2f

Browse files
Pipe/v0.1.4
1 parent 7bba696 commit 798ce2f

91 files changed

Lines changed: 1696 additions & 1603 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.github/workflows/NPM.ymlβ€Ž

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
Publish:
2020
runs-on: ubuntu-latest
21-
21+
environment: Release
2222
env:
2323
ADBLOCK: true
2424
ASTRO_TELEMETRY_DISABLED: 1
@@ -61,15 +61,13 @@ jobs:
6161

6262
- uses: actions/setup-node@v6.1.0
6363
with:
64-
node-version: "18"
65-
registry-url: "https://registry.npmjs.org"
64+
node-version: "24"
6665

67-
- run: npm install -g npm
66+
- run: npm install -g npm@latest
67+
continue-on-error: true
6868

6969
- name: Publish .
7070
continue-on-error: true
7171
working-directory: .
7272
run: |
73-
npm publish --legacy-peer-deps --provenance --ignore-scripts
74-
env:
75-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
73+
npm publish --legacy-peer-deps --ignore-scripts

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.1.4
2+
3+
### Change
4+
5+
- Updated `@types/node` from 22.13.14 to 25.0.3
6+
- Updated `@playform/build` from 0.2.1 to 0.2.6
7+
- Changed package author email from `Source/Open@PlayForm.LTD` to
8+
`Source/Open@PlayForm.Cloud`
9+
- Changed package author URL from `HTTPS://PlayForm.LTD` to
10+
`HTTPS://PlayForm.Cloud`
11+
- Replaced `Promise.all()` with `Promise.allSettled()` in pipeline execution for
12+
better error resilience
13+
114
## 0.1.3
215

316
### Change
@@ -41,7 +54,8 @@
4154
- Updated `package.json` author information:
4255
- Changed author email from `Source/Open@PlayForm.Cloud` to
4356
`Source/Open@PlayForm.Cloud`
44-
- Changed author URL from `HTTPS://PlayForm.Cloud` to `HTTPS://PlayForm.Cloud`
57+
- Changed author URL from `HTTPS://PlayForm.Cloud` to
58+
`HTTPS://PlayForm.Cloud`
4559

4660
### Removed
4761

β€ŽTarget/Function/Apply.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽTarget/Function/By.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
var n=async(...[r,f,t])=>{for(const[e,o]of f)for(const a of await(await import("fast-glob")).default(r,{cwd:e??(await import("process")).cwd(),onlyFiles:!0}))t.set(`${o}${a}`,`${e}${a}`);return t};export{n as default};
1+
var n=(async(...[r,f,t])=>{for(const[e,o]of f)for(const a of await(await import("fast-glob")).default(r,{cwd:e??(await import("process")).cwd(),onlyFiles:!0}))t.set(`${o}${a}`,`${e}${a}`);return t});export{n as default};

β€ŽTarget/Function/Bytes.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽTarget/Function/In.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽTarget/Function/Not.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽTarget/Function/Pipe.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždocs/assets/hierarchy.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždocs/assets/icons.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)