File tree Expand file tree Collapse file tree 4 files changed +861
-3
lines changed
Expand file tree Collapse file tree 4 files changed +861
-3
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,10 @@ dist/openapi.js
2424.DS_Store
2525.claude
2626CLAUDE.md
27+
28+ # wrangler files
29+ .wrangler
30+ .dev.vars *
31+ ! .dev.vars.example
32+ .env *
33+ ! .env.example
Original file line number Diff line number Diff line change 11{
22 "name" : " @ideal-postcodes/openapi" ,
33 "description" : " Ideal Postcodes OpenAPI v3 specifications" ,
4- "version" : " 4.16.1 " ,
4+ "version" : " 4.16.0 " ,
55 "packageManager" : " pnpm@10.33.0" ,
66 "devDependencies" : {
77 "@cablanchard/tsconfig" : " ~2.0.0" ,
1212 "@semantic-release/npm" : " ~13.1.3" ,
1313 "@stoplight/prism-cli" : " ~5.0.0" ,
1414 "semantic-release" : " ~25.0.2" ,
15- "typescript" : " ~5.7.2"
15+ "typescript" : " ~5.7.2" ,
16+ "wrangler" : " ^4.77.0"
1617 },
1718 "scripts" : {
1819 "prepublish" : " tsc" ,
1920 "semantic-release" : " semantic-release" ,
2021 "start" : " redocly preview --project-dir dist" ,
2122 "mock" : " pnpm build && prism mock ./dist/openapi.yaml" ,
2223 "build" : " tsc" ,
23- "test" : " redocly lint dist/openapi.yaml && redocly lint dist/openapi.json"
24+ "test" : " redocly lint dist/openapi.yaml && redocly lint dist/openapi.json" ,
25+ "deploy" : " wrangler deploy" ,
26+ "preview" : " wrangler dev"
2427 },
2528 "main" : " dist/openapi.js" ,
2629 "types" : " dist/openapi.d.ts" ,
You can’t perform that action at this time.
0 commit comments