Skip to content

Commit

Permalink
fix(core): fix requests delay
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Aug 22, 2023
1 parent b3fef6a commit 0a5baf2
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 322 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercelayer/cli-plugin-imports",
"description": "Commerce Layer CLI Imports plugin",
"version": "3.7.5",
"version": "3.7.6",
"author": "Pierluigi Viti <[email protected]>",
"bugs": "https://github.com/commercelayer/commercelayer-cli-plugin-imports/issues",
"engines": {
Expand Down Expand Up @@ -55,29 +55,29 @@
"devDependencies": {
"@commercelayer/cli-dev": "^2.0.5",
"@commercelayer/eslint-config-ts": "^1.0.1",
"@oclif/plugin-help": "^5.2.14",
"@oclif/test": "^2.3.31",
"@oclif/plugin-help": "^5.2.17",
"@oclif/test": "^2.4.6",
"@types/chai": "^4.3.5",
"@types/cli-progress": "^3.11.0",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.2",
"@types/node": "^20.5.2",
"chai": "^4.3.7",
"eslint": "^8.45.0",
"eslint": "^8.47.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@commercelayer/cli-core": "^3.12.1",
"@commercelayer/sdk": "^5.7.0",
"@commercelayer/sdk": "^5.12.5",
"@fast-csv/parse": "^4.3.6",
"@oclif/core": "^2.9.4",
"@oclif/core": "^2.11.8",
"axios": "^1.4.0",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.3",
"open": "^8.4.2",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 0a5baf2

Please sign in to comment.