File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 exit 1
4343 fi
4444
45- - run : pnpm -r publish --no-git-checks --access public
45+ - run : pnpm -r publish --no-git-checks --access public --provenance
4646 env :
4747 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
4848
Original file line number Diff line number Diff line change 1+ # Code of Conduct
2+
3+ ## Our Pledge
4+
5+ We are committed to making participation in this project a welcoming experience for everyone,
6+ regardless of background or identity.
7+
8+ ## Our Standards
9+
10+ Examples of positive behavior:
11+
12+ - Using welcoming and inclusive language
13+ - Being respectful of differing viewpoints and experiences
14+ - Gracefully accepting constructive feedback
15+ - Focusing on what is best for the community
16+
17+ Examples of unacceptable behavior:
18+
19+ - Trolling, insulting or derogatory comments, and personal attacks
20+ - Publishing others' private information without explicit permission
21+ - Other conduct which could reasonably be considered inappropriate in a professional setting
22+
23+ ## Enforcement
24+
25+ Project maintainers are responsible for clarifying standards of acceptable behavior and will take
26+ appropriate action in response to unacceptable behavior. Instances of unacceptable behavior may be
27+ reported via the contact information on the [ GitHub profile] ( https://github.com/SimplyLiz ) .
28+
29+ ## Attribution
30+
31+ This Code of Conduct is adapted from the [ Contributor Covenant] ( https://www.contributor-covenant.org ) ,
32+ version 2.1.
Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ ## Supported Versions
4+
5+ | Version | Supported |
6+ | ------- | --------- |
7+ | 0.3.x | Yes |
8+ | < 0.3 | No |
9+
10+ ## Reporting a Vulnerability
11+
12+ If you discover a security issue, please report it responsibly.
13+
14+ ** Do not open a public GitHub issue for security vulnerabilities.**
15+
16+ Instead, please email security concerns to the maintainers via the contact information on the
17+ [ GitHub profile] ( https://github.com/SimplyLiz ) . Include:
18+
19+ - A description of the vulnerability
20+ - Steps to reproduce
21+ - Potential impact
22+ - Suggested fix (if any)
23+
24+ You can expect an initial response within 72 hours. We will work with you to understand the issue
25+ and coordinate a fix before any public disclosure.
26+
27+ ## Scope
28+
29+ This policy applies to all packages in the ` @device-router/* ` scope published to npm, as well as
30+ the source code in this repository.
Original file line number Diff line number Diff line change 2222 ],
2323 "main" : " ./dist/index.js" ,
2424 "types" : " ./dist/index.d.ts" ,
25+ "sideEffects" : false ,
2526 "exports" : {
2627 "." : {
2728 "types" : " ./dist/index.d.ts" ,
28- "import" : " ./dist/index.js"
29+ "import" : " ./dist/index.js" ,
30+ "default" : " ./dist/index.js"
2931 }
3032 },
3133 "files" : [
3234 " dist"
3335 ],
36+ "funding" : " https://github.com/sponsors/SimplyLiz" ,
3437 "publishConfig" : {
35- "access" : " public"
38+ "access" : " public" ,
39+ "provenance" : true
3640 },
3741 "engines" : {
3842 "node" : " >=20"
Original file line number Diff line number Diff line change 2222 ],
2323 "main" : " ./dist/index.js" ,
2424 "types" : " ./dist/index.d.ts" ,
25+ "sideEffects" : false ,
2526 "exports" : {
2627 "." : {
2728 "types" : " ./dist/index.d.ts" ,
28- "import" : " ./dist/index.js"
29+ "import" : " ./dist/index.js" ,
30+ "default" : " ./dist/index.js"
2931 }
3032 },
3133 "files" : [
3234 " dist"
3335 ],
36+ "funding" : " https://github.com/sponsors/SimplyLiz" ,
3437 "publishConfig" : {
35- "access" : " public"
38+ "access" : " public" ,
39+ "provenance" : true
3640 },
3741 "engines" : {
3842 "node" : " >=20"
Original file line number Diff line number Diff line change 2222 ],
2323 "main" : " ./dist/index.js" ,
2424 "types" : " ./dist/index.d.ts" ,
25+ "sideEffects" : false ,
2526 "exports" : {
2627 "." : {
2728 "types" : " ./dist/index.d.ts" ,
28- "import" : " ./dist/index.js"
29+ "import" : " ./dist/index.js" ,
30+ "default" : " ./dist/index.js"
2931 }
3032 },
3133 "files" : [
3234 " dist"
3335 ],
36+ "funding" : " https://github.com/sponsors/SimplyLiz" ,
3437 "publishConfig" : {
35- "access" : " public"
38+ "access" : " public" ,
39+ "provenance" : true
3640 },
3741 "engines" : {
3842 "node" : " >=20"
Original file line number Diff line number Diff line change 2222 ],
2323 "main" : " ./dist/index.js" ,
2424 "types" : " ./dist/index.d.ts" ,
25+ "sideEffects" : false ,
2526 "exports" : {
2627 "." : {
2728 "types" : " ./dist/index.d.ts" ,
28- "import" : " ./dist/index.js"
29+ "import" : " ./dist/index.js" ,
30+ "default" : " ./dist/index.js"
2931 }
3032 },
3133 "files" : [
3234 " dist"
3335 ],
36+ "funding" : " https://github.com/sponsors/SimplyLiz" ,
3437 "publishConfig" : {
35- "access" : " public"
38+ "access" : " public" ,
39+ "provenance" : true
3640 },
3741 "engines" : {
3842 "node" : " >=20"
Original file line number Diff line number Diff line change 2222 ],
2323 "main" : " ./dist/index.js" ,
2424 "types" : " ./dist/index.d.ts" ,
25+ "browser" : " ./dist/device-router-probe.min.js" ,
26+ "sideEffects" : false ,
2527 "exports" : {
2628 "." : {
2729 "types" : " ./dist/index.d.ts" ,
28- "import" : " ./dist/index.js"
30+ "import" : " ./dist/index.js" ,
31+ "default" : " ./dist/index.js"
2932 },
33+ "./browser" : " ./dist/device-router-probe.min.js" ,
3034 "./dist/device-router-probe.min.js" : " ./dist/device-router-probe.min.js"
3135 },
3236 "files" : [
3337 " dist"
3438 ],
39+ "funding" : " https://github.com/sponsors/SimplyLiz" ,
3540 "publishConfig" : {
36- "access" : " public"
41+ "access" : " public" ,
42+ "provenance" : true
3743 },
3844 "engines" : {
3945 "node" : " >=20"
Original file line number Diff line number Diff line change 2222 ],
2323 "main" : " ./dist/index.js" ,
2424 "types" : " ./dist/index.d.ts" ,
25+ "sideEffects" : false ,
2526 "exports" : {
2627 "." : {
2728 "types" : " ./dist/index.d.ts" ,
28- "import" : " ./dist/index.js"
29+ "import" : " ./dist/index.js" ,
30+ "default" : " ./dist/index.js"
2931 }
3032 },
3133 "files" : [
3234 " dist"
3335 ],
36+ "funding" : " https://github.com/sponsors/SimplyLiz" ,
3437 "publishConfig" : {
35- "access" : " public"
38+ "access" : " public" ,
39+ "provenance" : true
3640 },
3741 "engines" : {
3842 "node" : " >=20"
Original file line number Diff line number Diff line change 2222 ],
2323 "main" : " ./dist/index.js" ,
2424 "types" : " ./dist/index.d.ts" ,
25+ "sideEffects" : false ,
2526 "exports" : {
2627 "." : {
2728 "types" : " ./dist/index.d.ts" ,
28- "import" : " ./dist/index.js"
29+ "import" : " ./dist/index.js" ,
30+ "default" : " ./dist/index.js"
2931 }
3032 },
3133 "files" : [
3234 " dist" ,
3335 " schemas"
3436 ],
37+ "funding" : " https://github.com/sponsors/SimplyLiz" ,
3538 "publishConfig" : {
36- "access" : " public"
39+ "access" : " public" ,
40+ "provenance" : true
3741 },
3842 "engines" : {
3943 "node" : " >=20"
You can’t perform that action at this time.
0 commit comments