Skip to content

Commit

Permalink
feat: add underscorize function
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Aug 12, 2024
1 parent 63711f2 commit f48aec4
Show file tree
Hide file tree
Showing 5 changed files with 1,341 additions and 1,424 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@
"devDependencies": {
"@commercelayer/cli-dev": "^3.0.5",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/plugin-help": "^6.2.3",
"@oclif/plugin-help": "^6.2.8",
"@oclif/test": "^3.2.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.5",
"chai": "^4.4.1",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.15",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"oclif": "^4.13.8",
"oclif": "^4.14.19",
"semantic-release": "^23.1.1",
"tsx": "^4.15.6",
"tsx": "^4.17.0",
"typescript": "5.3.3"
},
"dependencies": {
"@commercelayer/cli-core": "^5.0.5",
"@commercelayer/sdk": "^6.8.0",
"@commercelayer/cli-core": "^5.1.1",
"@commercelayer/sdk": "^6.11.0",
"@oclif/core": "^3.27.0",
"open": "^8.4.2",
"tslib": "^2.6.3"
Expand Down
Loading

0 comments on commit f48aec4

Please sign in to comment.