@protocol-launcher/shared 1.2.2 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -83,8 +83,8 @@ This project exists thanks to all the people who contribute.
83
83
 
84
84
  [npm-release-link]: https://www.npmjs.com/package/protocol-launcher
85
85
  [npm-release-shield]: https://img.shields.io/npm/v/protocol-launcher?color=1677FF&labelColor=black&logo=npm&logoColor=white&style=flat-square
86
- [codecov-link]: https://coveralls.io/github/zhensherlock/protocol-launcher?branch=main
87
- [codecov-shield]: https://img.shields.io/coverallsCoverage/github/zhensherlock/protocol-launcher?color=1677FF&labelColor=black&style=flat-square&logo=codecov&logoColor=white
86
+ [codecov-link]: http://app.codecov.io/gh/zhensherlock/protocol-launcher
87
+ [codecov-shield]: https://img.shields.io/codecov/c/github/zhensherlock/protocol-launcher?color=1677FF&labelColor=black&style=flat-square&logo=codecov&logoColor=white
88
88
  [github-release-date-link]: https://github.com/zhensherlock/protocol-launcher/releases
89
89
  [github-release-date-shield]: https://img.shields.io/github/release-date/zhensherlock/protocol-launcher?color=1677FF&labelColor=black&style=flat-square
90
90
  [github-action-build-link]: https://github.com/zhensherlock/protocol-launcher/actions/workflows/build.yml
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@protocol-launcher/shared",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "description": "One-click launch URL generator for protocol-based apps.",
5
5
  "type": "module",
6
6
  "author": "zhensherlock",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {},
50
50
  "scripts": {
51
51
  "clean:dist": "rimraf dist",
52
- "dev": "rolldown -c rolldown.config.ts --watch --no-clear-screen",
52
+ "dev": "rolldown -c rolldown.config.ts --watch",
53
53
  "build:types": "tsc",
54
54
  "build": "npm run clean:dist && npm run build:types && rolldown -c rolldown.config.ts"
55
55
  }