@wzyjs/utils 0.2.61 → 0.2.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node.cjs.js +2 -2
- package/dist/node.esm.js +2 -2
- package/package.json +2 -2
package/dist/node.cjs.js
CHANGED
|
@@ -12385,8 +12385,8 @@ var import_axios3 = __toESM(require("axios"));
|
|
|
12385
12385
|
var axios2 = import_axios3.default.create({
|
|
12386
12386
|
baseURL: "https://api.302.ai",
|
|
12387
12387
|
headers: {
|
|
12388
|
-
"mj-api-secret":
|
|
12389
|
-
Authorization: `Bearer
|
|
12388
|
+
"mj-api-secret": process.env.AI_302_KEY,
|
|
12389
|
+
Authorization: `Bearer ${process.env.AI_302_KEY}`
|
|
12390
12390
|
}
|
|
12391
12391
|
});
|
|
12392
12392
|
|
package/dist/node.esm.js
CHANGED
|
@@ -12201,8 +12201,8 @@ import axios_ from "axios";
|
|
|
12201
12201
|
var axios2 = axios_.create({
|
|
12202
12202
|
baseURL: "https://api.302.ai",
|
|
12203
12203
|
headers: {
|
|
12204
|
-
"mj-api-secret":
|
|
12205
|
-
Authorization: `Bearer
|
|
12204
|
+
"mj-api-secret": process.env.AI_302_KEY,
|
|
12205
|
+
Authorization: `Bearer ${process.env.AI_302_KEY}`
|
|
12206
12206
|
}
|
|
12207
12207
|
});
|
|
12208
12208
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wzyjs/utils",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.63",
|
|
4
4
|
"description": "description",
|
|
5
5
|
"author": "wzy",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"@types/nodemailer": "^6.4.7",
|
|
70
70
|
"@types/papaparse": "^5.3.15"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "973e4aacd8b71a5a2004cd5ceaf3a0645992cb75"
|
|
73
73
|
}
|