Skip to content

Commit a8d6355

Browse files
ShayElkanagregra81
andauthored
fix: added call-bind to fix missing module (#44)
* fix: added call-bind to fix missing module * Update package.json --------- Co-authored-by: Greg Rashkevitch <[email protected]>
1 parent faf6b51 commit a8d6355

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mondaycom/apps-cli",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A cli tool to manage apps (and monday-code projects) in monday.com",
55
"author": "monday.com Apps Team",
66
"type": "module",
@@ -51,6 +51,7 @@
5151
"archiver": "^5.3.1",
5252
"args-parser": "^1.3.0",
5353
"axios": "^1.2.1",
54+
"call-bind": "^1.0.2",
5455
"chalk": "4.1.2",
5556
"enquirer": "^2.3.6",
5657
"figlet": "^1.5.2",

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,14 +1974,22 @@ cacheable-request@^7.0.2:
19741974
normalize-url "^6.0.1"
19751975
responselike "^2.0.0"
19761976

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

1985+
call-bind@^1.0.2:
1986+
version "1.0.2"
1987+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
1988+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
1989+
dependencies:
1990+
function-bind "^1.1.1"
1991+
get-intrinsic "^1.0.2"
1992+
19851993
callsites@^3.0.0:
19861994
version "3.1.0"
19871995
resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"

0 commit comments

Comments
 (0)