counterfact 1.1.1 → 1.1.2
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.
|
@@ -230,7 +230,7 @@ it up later. In the mean time, I welcome pull requests. :)
|
|
|
230
230
|
<td class="method-identifier" title="{{route.methods.PUT}}">{{#if route.methods.PUT }}⚪️{{/if}}</td>
|
|
231
231
|
<td class="method-identifier" title="{{route.methods.DELETE}}">{{#if route.methods.DELETE }}⚪️{{/if}}</td>
|
|
232
232
|
<td class="method-identifier" title="{{route.methods.PATH}}">{{#if route.methods.PATCH }}⚪️{{/if}}</td>
|
|
233
|
-
<td class="path"><a href="vscode://file{{../basePath}}/routes{{route.path}}.ts">{{route.path}}</a></td>
|
|
233
|
+
<td class="path"><a href="vscode://file/{{../basePath}}/routes{{route.path}}.ts">{{route.path}}</a></td>
|
|
234
234
|
</tr>
|
|
235
235
|
{{/each}}
|
|
236
236
|
</tbody>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "counterfact",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "a library for building a fake REST API for testing",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/server/counterfact.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@stryker-mutator/core": "8.6.0",
|
|
49
49
|
"@stryker-mutator/jest-runner": "8.6.0",
|
|
50
50
|
"@stryker-mutator/typescript-checker": "8.6.0",
|
|
51
|
-
"@swc/core": "1.7.
|
|
51
|
+
"@swc/core": "1.7.35",
|
|
52
52
|
"@swc/jest": "0.2.36",
|
|
53
53
|
"@testing-library/dom": "10.4.0",
|
|
54
54
|
"@types/jest": "29.5.13",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"using-temporary-files": "2.2.1"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@apidevtools/json-schema-ref-parser": "11.7.
|
|
84
|
+
"@apidevtools/json-schema-ref-parser": "11.7.2",
|
|
85
85
|
"@hapi/accept": "6.0.3",
|
|
86
86
|
"@types/json-schema": "7.0.15",
|
|
87
87
|
"ast-types": "0.14.2",
|
|
@@ -106,6 +106,6 @@
|
|
|
106
106
|
"precinct": "12.1.2",
|
|
107
107
|
"prettier": "3.3.3",
|
|
108
108
|
"recast": "0.23.9",
|
|
109
|
-
"typescript": "5.6.
|
|
109
|
+
"typescript": "5.6.3"
|
|
110
110
|
}
|
|
111
111
|
}
|