Skip to content

Commit

Permalink
🎉 Feat(@betternpm/semver): Publishing 1.0.0-prerelease!
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork committed Oct 25, 2024
1 parent 191cb7b commit 77c280c
Show file tree
Hide file tree
Showing 55 changed files with 4,492 additions and 305 deletions.
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"mode": "pre",
"tag": "1.0.0",
"initialVersions": {
"@betternpm/semver": "1.0.0-prerelease",
"@betternpm/validate-npm-package-name": "1.0.0"
},
"changesets": []
}
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Examples of behavior that contributes to creating a positive environment
include:

- Using welcoming and inclusive language
- Being respectful of differing viewpoints and experiences
- Being respectful of differenceering viewpoints and experiences
- Gracefully accepting constructive criticism
- Focusing on what is best for the community
- Showing empathy towards other community members
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ About packages:
| 📦 Package Management | 🔧 Normalize package metadata | [normalize-package-data](https://www.npmjs.com/package/normalize-package-data) | [@betternpm/normalize-package-data](https://www.npmjs.com/package/@betternpm/normalize-package-data) | 💤 |
| 📦 Package Management | 🔍 Validates NPM package names | [validate-npm-package-name](https://www.npmjs.com/package/validate-npm-package-name) | [@betternpm/validate-npm-package-name](https://www.npmjs.com/package/@betternpm/validate-npm-package-name) | 💤 |
| 🌐 Registry and API Interaction | 🏛️ NPM organization management | [libnpmorg](https://www.npmjs.com/package/libnpmorg) | [@betternpm/libnpmorg](https://www.npmjs.com/package/@betternpm/libnpmorg) | 💤 |
| 🌐 Registry and API Interaction | 🔍 Compare NPM packages | [libnpmdiff](https://www.npmjs.com/package/libnpmdiff) | [@betternpm/libnpmdiff](https://www.npmjs.com/package/@betternpm/libnpmdiff) | 💤 |
| 🌐 Registry and API Interaction | 🔍 Compare NPM packages | [libnpmdifference](https://www.npmjs.com/package/libnpmdifference) | [@betternpm/libnpmdifference](https://www.npmjs.com/package/@betternpm/libnpmdifference) | 💤 |
| 🌐 Registry and API Interaction | 🕵️ Search NPM packages | [libnpmsearch](https://www.npmjs.com/package/libnpmsearch) | [@betternpm/libnpmsearch](https://www.npmjs.com/package/@betternpm/libnpmsearch) | 💤 |
| 🌐 Registry and API Interaction | 🚀 Publish NPM packages | [libnpmpublish](https://www.npmjs.com/package/libnpmpublish) | [@betternpm/libnpmpublish](https://www.npmjs.com/package/@betternpm/libnpmpublish) | 💤 |
| 🌐 Registry and API Interaction | 🔄 Interact with npm registry API | [npm-registry-fetch](https://www.npmjs.com/package/npm-registry-fetch) | [@betternpm/npm-registry-fetch](https://www.npmjs.com/package/@betternpm/npm-registry-fetch) | 💤 |
| 🔢 Version Management | 📊 Semantic versioning utility | [semver](https://www.npmjs.com/package/semver) | [@betternpm/semver](https://www.npmjs.com/package/@betternpm/semver) | 💤 |
| 🔢 Version Management | 📊 Semantic versioning utility | [semver](https://www.npmjs.com/package/semver) | [@betternpm/semver](https://www.npmjs.com/package/@betternpm/semver) | 🛠️ |
| 🔢 Version Management | 🏷️ NPM package versioning | [libnpmversion](https://www.npmjs.com/package/libnpmversion) | [@betternpm/libnpmversion](https://www.npmjs.com/package/@betternpm/libnpmversion) | 💤 |
| 🔐 Security and Access Control | 🔒 Subresource Integrity | [ssri](https://www.npmjs.com/package/ssri) | [@betternpm/ssri](https://www.npmjs.com/package/@betternpm/ssri) | 💤 |
| 🔐 Security and Access Control | 🔑 NPM package access management | [libnpmaccess](https://www.npmjs.com/package/libnpmaccess) | [@betternpm/libnpmaccess](https://www.npmjs.com/package/@betternpm/libnpmaccess) | 💤 |
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"lint:fix": "turbo lint:fix",
"lint:test": "turbo lint:fix",
"format": "turbo format",
"bench": "turbo bench",
"clean": "turbo clean",
"npm:prepack": "turbo npm:prepack",
"npm:postpack": "turbo npm:postpack",
Expand All @@ -33,12 +34,12 @@
"test": "turbo test"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.8",
"@types/lint-staged": "~13.3.0",
"commitsmile": "^0.6.1",
"globals": "^15.9.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"turbo": "latest"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/semver/.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ESLINT_USE_FLAT_CONFIG = true
2 changes: 2 additions & 0 deletions packages/semver/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.npmignore
.npmrc
3 changes: 3 additions & 0 deletions packages/semver/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
registry=https://registry.npmjs.org/
always-auth=true
27 changes: 27 additions & 0 deletions packages/semver/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/*
Portions of this code are derived from validate-npm-package-name,
Copyright (c) 2015, npm, Inc
Licensed under the ISC License. See LICENSE file in the project root for full license information.
*/

MIT License

Copyright (c) 2024 INeedJobToStartWork

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 77c280c

Please sign in to comment.