@nsshunt/stsdevtools 1.0.92 → 1.0.93
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/index.cjs +6 -6
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -23,20 +23,20 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
23
23
|
//#endregion
|
|
24
24
|
let vitest = require("vitest");
|
|
25
25
|
let chalk = require("chalk");
|
|
26
|
-
chalk = __toESM(chalk);
|
|
26
|
+
chalk = __toESM(chalk, 1);
|
|
27
27
|
let tough_cookie = require("tough-cookie");
|
|
28
|
-
tough_cookie = __toESM(tough_cookie);
|
|
28
|
+
tough_cookie = __toESM(tough_cookie, 1);
|
|
29
29
|
let node_crypto = require("node:crypto");
|
|
30
|
-
node_crypto = __toESM(node_crypto);
|
|
30
|
+
node_crypto = __toESM(node_crypto, 1);
|
|
31
31
|
let axios = require("axios");
|
|
32
|
-
axios = __toESM(axios);
|
|
32
|
+
axios = __toESM(axios, 1);
|
|
33
33
|
let testcontainers = require("testcontainers");
|
|
34
34
|
let _nsshunt_stsconfig = require("@nsshunt/stsconfig");
|
|
35
35
|
let _nsshunt_stsutils = require("@nsshunt/stsutils");
|
|
36
36
|
let node_http = require("node:http");
|
|
37
|
-
node_http = __toESM(node_http);
|
|
37
|
+
node_http = __toESM(node_http, 1);
|
|
38
38
|
let node_https = require("node:https");
|
|
39
|
-
node_https = __toESM(node_https);
|
|
39
|
+
node_https = __toESM(node_https, 1);
|
|
40
40
|
//#region src/testHelpers.ts
|
|
41
41
|
var TestHelper = class {
|
|
42
42
|
#regexURLSafeStringComponent = /[-a-zA-Z0-9@:%._+~#=]{1,256}/;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsdevtools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.93",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"README.md"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@nsshunt/stsconfig": "^1.27.
|
|
25
|
-
"@nsshunt/stsutils": "^1.19.
|
|
24
|
+
"@nsshunt/stsconfig": "^1.27.62",
|
|
25
|
+
"@nsshunt/stsutils": "^1.19.100",
|
|
26
26
|
"axios": "^1.15.0",
|
|
27
27
|
"chalk": "^5.6.2",
|
|
28
28
|
"testcontainers": "^11.14.0",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"eslint": "^10.2.0",
|
|
37
37
|
"globals": "^17.4.0",
|
|
38
38
|
"typescript": "^6.0.2",
|
|
39
|
-
"vite": "^8.0.
|
|
39
|
+
"vite": "^8.0.8",
|
|
40
40
|
"vitest": "^4.1.3"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|