Skip to content

Commit

Permalink
Feature/315_jcont-filter (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti authored Jan 19, 2024
2 parents 8a65b5a + f1f83d6 commit 2dea585
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 136 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Publish
on:
release:
types: [ published ]
Expand Down
4 changes: 0 additions & 4 deletions gen/schema.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable no-console */
import { readFileSync, writeFileSync } from 'fs'
import { snakeCase } from 'lodash'
import axios from 'axios'
import { resolve } from 'path'
import { sortObjectFields } from '../src/util'
import { inspect } from 'util'


// eslint-disable-next-line @typescript-eslint/no-var-requires
const Inflector = require('inflector-js')


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.0",
"@types/node": "^20.11.5",
"dotenv": "^16.3.1",
"eslint": "^8.56.0",
"inflector-js": "^1.0.1",
Expand Down
Loading

0 comments on commit 2dea585

Please sign in to comment.