Skip to content

Commit c13855e

Browse files
committed
chore: 🔥 fixed typo
1 parent c898a76 commit c13855e

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@
7575
"rimraf": "^3.0.2",
7676
"semantic-release": "^17.2.1",
7777
"ts-jest": "^26.4.1",
78-
"typescript": "^4.0.3",
79-
"vue-api-queries": "file:."
78+
"typescript": "^4.0.3"
8079
},
8180
"files": [
8281
"dist",

src/__tests__/base-proxy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ describe('BaseProxy', () => {
188188
}
189189
})
190190

191-
it('it should find an item by id', async () => {
191+
it('it should create a item by post', async () => {
192192
const item = { first_name: 'Chantouch', last_name: 'Sek', id: 1 }
193193
mockAdapter.onPost('/posts').reply(201, { data: item })
194194
try {

yarn.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13833,15 +13833,6 @@ vm-browserify@^1.0.1:
1383313833
resolved "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz"
1383413834
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
1383513835

13836-
"vue-api-queries@file:.":
13837-
version "0.1.1"
13838-
dependencies:
13839-
axios "^0.21.1"
13840-
camelcase-keys "^6.2.2"
13841-
lodash.merge "^4.6.2"
13842-
qs "^6.9.6"
13843-
snakecase-keys "^4.0.2"
13844-
1384513836
vue-client-only@^2.0.0:
1384613837
version "2.0.0"
1384713838
resolved "https://registry.npmjs.org/vue-client-only/-/vue-client-only-2.0.0.tgz"

0 commit comments

Comments
 (0)