Skip to content

Commit 9f1cba6

Browse files
committed
chore(deps): removed the min-req-promise lib
1 parent 3066576 commit 9f1cba6

6 files changed

Lines changed: 97 additions & 191 deletions

File tree

index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import { isBrowser } from "./src/utils/browser";
33
// defined by webpack plugin
44
declare let BUILT: any;
55

6+
console.log("isBrowser", isBrowser());
7+
console.log(typeof BUILT);
8+
69
if (isBrowser() && typeof BUILT === "undefined") {
710
throw new Error(
811
"It looks like you are using the Nodejs version of Kuzzle SDK " +

package-lock.json

Lines changed: 0 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"main": "out/index.js",
3232
"license": "Apache-2.0",
3333
"dependencies": {
34-
"min-req-promise": "1.0.1",
3534
"ws": "8.18.3"
3635
},
3736
"devDependencies": {
@@ -43,12 +42,11 @@
4342
"mocha": "11.7.5",
4443
"mock-require": "3.0.3",
4544
"nyc": "17.1.0",
46-
"proxyquire": "2.1.3",
4745
"retry": "0.13.1",
4846
"rewire": "9.0.1",
4947
"semantic-release-config-kuzzle": "1.1.2",
50-
"should-sinon": "0.0.6",
5148
"should": "13.2.3",
49+
"should-sinon": "0.0.6",
5250
"sinon": "21.0.0",
5351
"ts-node": "10.9.2",
5452
"typescript": "5.4.*",
@@ -66,4 +64,4 @@
6664
"src/**/*.d.ts",
6765
"src/**/*.json"
6866
]
69-
}
67+
}

0 commit comments

Comments
 (0)