RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
biz-slide-core
Versions diffs
1.2.51 → 1.2.52
biz-slide-core 1.2.51 → 1.2.52
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/middleware/authentication.js
+2
-1
package/package.json
+1
-1
package/middleware/authentication.js
CHANGED
Viewed
@@ -198,7 +198,8 @@ var authorizeWithGpt = function () {
198
198
req.user = {
199
199
userId: userId,
200
200
ipAddress: ipAddress,
201
-
appName:
"APP_CHATGPT"
201
+
appName:
req.headers['x-app-name'],
202
+
navigateFromGPT: true
202
203
};
203
204
next();
204
205
return [2 /*return*/];
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "biz-slide-core",
3
-
"version": "1.2.
51
",
3
+
"version": "1.2.
52
",
4
4
"description": "",
5
5
"main": "dist/index.js",
6
6
"scripts": {