We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 228b4de commit 6ee74d2Copy full SHA for 6ee74d2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@webmasterdevlin/json-server",
3
- "version": "1.3.3",
+ "version": "1.3.4",
4
"description": "A TypeScript implementation of json-server with additional features",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
test-db.json
@@ -129,6 +129,12 @@
129
"userId": "1",
130
"content": "This is a test post",
131
"id": "1768976716644"
132
+ },
133
+ {
134
+ "title": "Test Post",
135
+ "userId": "1",
136
+ "content": "This is a test post",
137
+ "id": "1768976793834"
138
}
139
],
140
"comments": [
0 commit comments