@mytechtoday/url-reference-mapper 1.3.0 → 1.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.
- package/README.md +0 -14
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -249,19 +249,6 @@ import { UrlReferenceMapper } from '@mytechtoday/url-reference';
|
|
|
249
249
|
const mapper = new UrlReferenceMapper({ configPath: './url-references.json' });
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
### With Augment Extensions
|
|
253
|
-
|
|
254
|
-
This package works alongside `@mytechtoday/augment-extensions`:
|
|
255
|
-
|
|
256
|
-
```bash
|
|
257
|
-
# Install both
|
|
258
|
-
npm install -g @mytechtoday/augment-extensions
|
|
259
|
-
npm install @mytechtoday/url-reference
|
|
260
|
-
|
|
261
|
-
# Use together in your project
|
|
262
|
-
augx link coding-standards/typescript
|
|
263
|
-
```
|
|
264
|
-
|
|
265
252
|
## 📁 Configuration File Format
|
|
266
253
|
|
|
267
254
|
### JSON Format (default)
|
|
@@ -416,7 +403,6 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
416
403
|
- [Augment Code AI](https://www.augmentcode.com/) - AI coding assistant
|
|
417
404
|
- [OpenSpec](https://github.com/Fission-AI/OpenSpec) - Spec-driven development
|
|
418
405
|
- [Beads](https://github.com/steveyegge/beads) - Distributed issue tracker
|
|
419
|
-
- [Augment Extensions](https://github.com/mytech-today-now/augment) - Extension modules for Augment AI
|
|
420
406
|
|
|
421
407
|
## 📞 Support
|
|
422
408
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mytechtoday/url-reference-mapper",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Bidirectional mapping between local filesystem paths and published internet URLs for Augment AI workflows",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -72,4 +72,3 @@
|
|
|
72
72
|
"typescript": "^5.3.3"
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
|