File tree 4 files changed +18
-25
lines changed
4 files changed +18
-25
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ jobs:
19
19
node-version : 22
20
20
check-latest : true
21
21
22
- - name : Install dependencies
23
- run : yarn install --immutable
22
+ - run : yarn install --immutable
24
23
25
- - name : Check formatting
26
- run : yarn format:check
24
+ - run : yarn format:check
27
25
28
- - name : Run the tests
29
- run : yarn test
26
+ - run : yarn build
27
+
28
+ - run : yarn test
Original file line number Diff line number Diff line change 20
20
node-version : 22
21
21
check-latest : true
22
22
23
- - name : Publish
24
- run : yarn npm publish --tolerate-republish
23
+ - run : yarn install --immutable
24
+
25
+ - run : yarn build
26
+
27
+ - run : yarn npm publish --tolerate-republish
25
28
env :
26
29
NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swagger-typescript-api" ,
3
- "version" : " 13.0.9 " ,
3
+ "version" : " 13.0.10 " ,
4
4
"description" : " Generate the API client for Fetch or Axios from an OpenAPI Specification" ,
5
5
"homepage" : " https://github.com/acacode/swagger-typescript-api" ,
6
6
"bugs" : " https://github.com/acacode/swagger-typescript-api/issues" ,
Original file line number Diff line number Diff line change @@ -582,16 +582,7 @@ __metadata:
582
582
languageName : node
583
583
linkType : hard
584
584
585
- " @types/node@npm:* " :
586
- version : 20.14.8
587
- resolution : " @types/node@npm:20.14.8"
588
- dependencies :
589
- undici-types : " npm:~5.26.4"
590
- checksum : 10c0/06d4643fa3b179b41fe19f9c75c240278ca1f7a313b3b837bc36ea119499c7ad77f06bbe72694ac04aa91ec77fe747baa09b889f4c435450c1724a26bd55f160
591
- languageName : node
592
- linkType : hard
593
-
594
- " @types/node@npm:20.14.9 " :
585
+ " @types/node@npm:*, @types/node@npm:20.14.9 " :
595
586
version : 20.14.9
596
587
resolution : " @types/node@npm:20.14.9"
597
588
dependencies :
@@ -2005,11 +1996,11 @@ __metadata:
2005
1996
linkType : hard
2006
1997
2007
1998
" minimatch@npm:^9.0.4 " :
2008
- version : 9.0.4
2009
- resolution : " minimatch@npm:9.0.4 "
1999
+ version : 9.0.5
2000
+ resolution : " minimatch@npm:9.0.5 "
2010
2001
dependencies :
2011
2002
brace-expansion : " npm:^2.0.1"
2012
- checksum : 10c0/2c16f21f50e64922864e560ff97c587d15fd491f65d92a677a344e970fe62aafdbeafe648965fa96d33c061b4d0eabfe0213466203dd793367e7f28658cf6414
2003
+ checksum : 10c0/de96cf5e35bdf0eab3e2c853522f98ffbe9a36c37797778d2665231ec1f20a9447a7e567cb640901f89e4daaa95ae5d70c65a9e8aa2bb0019b6facbc3c0575ed
2013
2004
languageName : node
2014
2005
linkType : hard
2015
2006
@@ -3354,8 +3345,8 @@ __metadata:
3354
3345
linkType : hard
3355
3346
3356
3347
" vite@npm:^5.0.0 " :
3357
- version : 5.3.1
3358
- resolution : " vite@npm:5.3.1 "
3348
+ version : 5.3.2
3349
+ resolution : " vite@npm:5.3.2 "
3359
3350
dependencies :
3360
3351
esbuild : " npm:^0.21.3"
3361
3352
fsevents : " npm:~2.3.3"
@@ -3389,7 +3380,7 @@ __metadata:
3389
3380
optional : true
3390
3381
bin :
3391
3382
vite : bin/vite.js
3392
- checksum : 10c0/9317262c02ea2dc324dfdbc20c3c450cd89cc9a16399a41a4bf820a3a1f31cf400878c015135e355ee034853cc2399b5499899d5b1bc462d57642d71083e74b6
3383
+ checksum : 10c0/3ed576d18c6c008ae92be68f9c79bf7556dae10978a3e8b4c4b42199424755e5c99836e6d4f81fb8b533b957d7f4e351abc60b8a93f4c4b5eb9890b5b6450926
3393
3384
languageName : node
3394
3385
linkType : hard
3395
3386
You can’t perform that action at this time.
0 commit comments