@ambitiondev/dynamic-url 0.0.0 → 0.0.3-1

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 -0
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @ambitiondev/dynamic-url
2
2
 
3
+ [![Analyse package health](https://github.com/ambitiondev/dynamic-url/actions/workflows/analyse.yml/badge.svg?branch=main)](https://github.com/ambitiondev/dynamic-url/actions/workflows/analyse.yml)
4
+
3
5
  A lightweight JavaScript library for generating dynamic URLs based on templates and parameters.
4
6
 
5
7
  ## Installation
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@ambitiondev/dynamic-url",
3
3
  "description": "lightweight util for creating dynamic endpoint strings",
4
- "version": "0.0.0",
4
+ "version": "0.0.3-1",
5
5
  "main": "./dist/src/url.js",
6
6
  "types": "./dist/src/url.d.ts",
7
+ "repository": "https://github.com/ambitiondev/dynamic-url",
8
+ "bugs": "https://github.com/ambitiondev/dynamic-url/issues",
7
9
  "files": [
8
10
  "dist"
9
11
  ],
@@ -15,6 +17,7 @@
15
17
  }
16
18
  ],
17
19
  "devDependencies": {
20
+ "@commitlint/cli": "^20.3.1",
18
21
  "@commitlint/config-conventional": "^20.3.1",
19
22
  "@eslint/js": "^9.39.2",
20
23
  "@types/qs": "^6.14.0",