Comparing version 1.1.1 to 1.1.2
@@ -171,3 +171,3 @@ "use strict"; | ||
headers: { | ||
Cookie: cookie, | ||
Cookie: `.ROBLOSECURITY=${cookie};`, | ||
"X-CSRF-Token": xcsrf, | ||
@@ -174,0 +174,0 @@ "Content-Type": "application-json" |
{ | ||
"name": "rassets", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A simple Typescript wrapper to upload assets.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -168,3 +168,3 @@ // Dependencies | ||
headers: { | ||
Cookie: cookie, | ||
Cookie: `.ROBLOSECURITY=${cookie};`, | ||
"X-CSRF-Token": xcsrf, | ||
@@ -171,0 +171,0 @@ "Content-Type": "application-json" |
Sorry, the diff of this file is not supported yet
97587