Skip to content

Commit 2b7cbcc

Browse files
committed
Update package dependencies and modify test files
- Added path-browserify dependency in both package files. - Commented out tests related to the removed getRegionEndpoint function in ContentstackHTTPClient-test.js and Util-test.js. - Updated webpack configuration files to include path-browserify for module resolution.
1 parent 054c82c commit 2b7cbcc

File tree

8 files changed

+584
-567
lines changed

8 files changed

+584
-567
lines changed

.talismanrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ fileignoreconfig:
99
ignore_detectors:
1010
- filecontent
1111
- filename: package-lock.json
12-
checksum: e4173c2b09c7aaee2e7c9f43a208ccb524abd123ff260d6f4636c29cf285a12f
12+
checksum: 15d4ccb9d96488282d6867bf6f2e157cad4a1e49f44e4c2b9ba591f14ea6e557
13+
- filename: test/unit/ContentstackHTTPClient-test.js
14+
checksum: c3c149cd016e3668b730aa64b0f067ab05cbd615328757faedfcea52f1fc6f51
1315
- filename: .husky/pre-commit
1416
checksum: 52a664f536cf5d1be0bea19cb6031ca6e8107b45b6314fe7d47b7fad7d800632
1517
- filename: test/sanity-check/api/user-test.js

package-lock.json

Lines changed: 12 additions & 4 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"author": "Contentstack",
5353
"license": "MIT",
5454
"dependencies": {
55-
"@contentstack/utils": "^1.6.1",
55+
"@contentstack/utils": "^1.6.2",
5656
"assert": "^2.1.0",
5757
"axios": "^1.12.2",
5858
"buffer": "^6.0.3",
@@ -106,6 +106,7 @@
106106
"nock": "^10.0.6",
107107
"nyc": "^15.1.0",
108108
"os-browserify": "^0.3.0",
109+
"path-browserify": "^1.0.1",
109110
"rimraf": "^6.0.1",
110111
"sinon": "^7.5.0",
111112
"string-replace-loader": "^3.1.0",

0 commit comments

Comments
 (0)