Skip to content

Commit

Permalink
⚙️ Chore(README.md): change status of @betternpm/semver
Browse files Browse the repository at this point in the history
  • Loading branch information
INeedJobToStartWork committed Oct 29, 2024
1 parent 60ec97d commit 07b4d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ About packages:
| 🌐 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
4 changes: 2 additions & 2 deletions packages/validate-npm-package-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@betternpm/validate-npm-package-name",
"version": "1.0.1",
"version": "1.0.0",
"description": "NPMs utility module",
"keywords": [
"utils",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@esplugins/no-internal-exports": "^1.0.0",
"@ineedj/eslintrc": "~1.2.2",
"@ineedj/eslintrc": "^1.2.2",
"@ineedj/prettierrc": "^2.0.0",
"@ineedj/tsconfig": "^1.0.0",
"@types/eslint": "~8.56.12",
Expand Down

0 comments on commit 07b4d8a

Please sign in to comment.