nestjs-httpf 0.1.0 → 0.1.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 +1 -1
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -307,7 +307,7 @@ export class AppModule {}
307
307
 
308
308
  #### FxTS Methods and Helper Functions
309
309
 
310
- See the [FxTS documentation](https://fxts.dev/docs/index) for more information.
310
+ See the [FxTS documentation](https://fxts.dev/api) for more information.
311
311
 
312
312
  ## License
313
313
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-httpf",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "keywords": [
5
5
  "nestjs",
6
6
  "http",
@@ -83,5 +83,9 @@
83
83
  },
84
84
  "dependencies": {
85
85
  "got": "^11.8.6"
86
+ },
87
+ "repository": {
88
+ "type": "git",
89
+ "url": "https://github.com/boy672820/nestjs-httpf"
86
90
  }
87
91
  }