Skip to content

Commit 648dc37

Browse files
build(deps): update dependencies and adjust npm publish script
This commit updates several key dependencies including `@effect/platform` from 0.94.0 to 0.94.1, `@tauri-apps/plugin-dialog` from 2.4.2 to 2.6.0, `effect` from 3.19.13 to 3.19.14, and dev dependencies such as `@effect/language-service` from 0.62.5 to 0.69.1, OpenTelemetry packages to newer versions, `@playform/build` from 0.2.5 to 0.2.6, and `@types/node` from 25.0.3 to 25.0.9. Additionally, the GitHub Actions workflow for NPM publishing has been adjusted by removing the `--provenance` flag from the `npm publish` command due to potential compatibility issues or unnecessary overhead in the current setup. The homepage URL in `package.json` was also updated to point directly to the README overview tab for better accessibility.
1 parent ada8141 commit 648dc37

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/NPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
continue-on-error: true
7171
working-directory: .
7272
run: |
73-
npm publish --legacy-peer-deps --provenance --ignore-scripts
73+
npm publish --legacy-peer-deps --ignore-scripts
7474
env:
7575
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": false,
55
"description": "Wind 🍃",
6-
"homepage": "https://GitHub.Com/CodeEditorLand/Wind#readme",
6+
"homepage": "https://GitHub.Com/CodeEditorLand/Wind?tab=readme-ov-file",
77
"bugs": {
88
"url": "https://GitHub.Com/CodeEditorLand/Wind/issues"
99
},
@@ -24,22 +24,22 @@
2424
},
2525
"dependencies": {
2626
"@codeeditorland/output": "0.0.1",
27-
"@effect/platform": "0.94.0",
27+
"@effect/platform": "0.94.1",
2828
"@tauri-apps/api": "2.9.1",
29-
"@tauri-apps/plugin-dialog": "2.4.2",
30-
"effect": "3.19.13"
29+
"@tauri-apps/plugin-dialog": "2.6.0",
30+
"effect": "3.19.14"
3131
},
3232
"devDependencies": {
3333
"@effect/experimental": "0.58.0",
34-
"@effect/language-service": "0.62.5",
34+
"@effect/language-service": "0.69.1",
3535
"@effect/opentelemetry": "0.60.0",
36-
"@opentelemetry/exporter-trace-otlp-http": "0.208.0",
37-
"@opentelemetry/sdk-logs": "0.208.0",
38-
"@opentelemetry/sdk-metrics": "2.2.0",
39-
"@opentelemetry/sdk-trace-base": "2.2.0",
40-
"@opentelemetry/sdk-trace-web": "2.2.0",
41-
"@playform/build": "0.2.5",
42-
"@types/node": "25.0.3",
36+
"@opentelemetry/exporter-trace-otlp-http": "0.210.0",
37+
"@opentelemetry/sdk-logs": "0.210.0",
38+
"@opentelemetry/sdk-metrics": "2.4.0",
39+
"@opentelemetry/sdk-trace-base": "2.4.0",
40+
"@opentelemetry/sdk-trace-web": "2.4.0",
41+
"@playform/build": "0.2.6",
42+
"@types/node": "25.0.9",
4343
"cross-env": "10.1.0",
4444
"deepmerge-ts": "7.1.5",
4545
"ts-patch": "3.3.0",

0 commit comments

Comments
 (0)