Skip to content

Commit

Permalink
fix: added call-bind to fix missing module (#44)
Browse files Browse the repository at this point in the history
* fix: added call-bind to fix missing module

* Update package.json

---------

Co-authored-by: Greg Rashkevitch <[email protected]>
  • Loading branch information
ShayElkana and gregra81 authored Oct 11, 2023
1 parent faf6b51 commit a8d6355
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mondaycom/apps-cli",
"version": "1.3.0",
"version": "1.3.1",
"description": "A cli tool to manage apps (and monday-code projects) in monday.com",
"author": "monday.com Apps Team",
"type": "module",
Expand Down Expand Up @@ -51,6 +51,7 @@
"archiver": "^5.3.1",
"args-parser": "^1.3.0",
"axios": "^1.2.1",
"call-bind": "^1.0.2",
"chalk": "4.1.2",
"enquirer": "^2.3.6",
"figlet": "^1.5.2",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1974,14 +1974,22 @@ cacheable-request@^7.0.2:
normalize-url "^6.0.1"
responselike "^2.0.0"

call-bind@^1.0.0, call-bind@^1.0.2:
call-bind@^1.0.0:
version "1.0.2"
resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
dependencies:
function-bind "^1.1.1"
get-intrinsic "^1.0.2"

call-bind@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
dependencies:
function-bind "^1.1.1"
get-intrinsic "^1.0.2"

callsites@^3.0.0:
version "3.1.0"
resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
Expand Down

0 comments on commit a8d6355

Please sign in to comment.