@rsdoctor/rspack-plugin 0.4.2 → 0.4.4
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/probeLoader.d.ts.map +1 -1
- package/dist/probeLoader.js +2 -2
- package/package.json +7 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"probeLoader.d.ts","sourceRoot":"","sources":["../src/probeLoader.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAO,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"probeLoader.d.ts","sourceRoot":"","sources":["../src/probeLoader.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAO,MAAM,iBAAiB,CAAC;AAE9C,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,cAAc,CAAC;AAI7D,QAAA,MAAM,YAAY,EAAE,MAAM,CAAC,gBAAgB,CACzC,UAAU,CAAC,wBAAwB,CAAC,EACpC,EAAE,CAwCH,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
package/dist/probeLoader.js
CHANGED
|
@@ -32,7 +32,7 @@ __export(probeLoader_exports, {
|
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(probeLoader_exports);
|
|
34
34
|
var import_plugins = require("@rsdoctor/core/plugins");
|
|
35
|
-
var
|
|
35
|
+
var import_core = require("@rsdoctor/core");
|
|
36
36
|
var import_lodash = require("lodash");
|
|
37
37
|
var import_path = __toESM(require("path"));
|
|
38
38
|
const loaderModule = function(...args) {
|
|
@@ -43,7 +43,7 @@ const loaderModule = function(...args) {
|
|
|
43
43
|
const loaderData = {
|
|
44
44
|
resource: {
|
|
45
45
|
path: this.resourcePath,
|
|
46
|
-
query:
|
|
46
|
+
query: import_core.Build.Utils.parseQuery(this.resourceQuery),
|
|
47
47
|
queryRaw: this.resourceQuery,
|
|
48
48
|
ext: import_path.default.extname(this.resourcePath).slice(1)
|
|
49
49
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/rspack-plugin",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -13,21 +13,19 @@
|
|
|
13
13
|
"dist"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"loader-utils": "^2.0.4",
|
|
17
16
|
"lodash": "^4.17.21",
|
|
18
|
-
"@rsdoctor/core": "0.4.
|
|
19
|
-
"@rsdoctor/graph": "0.4.
|
|
20
|
-
"@rsdoctor/sdk": "0.4.
|
|
21
|
-
"@rsdoctor/utils": "0.4.
|
|
22
|
-
"@rsdoctor/types": "0.4.
|
|
17
|
+
"@rsdoctor/core": "0.4.4",
|
|
18
|
+
"@rsdoctor/graph": "0.4.4",
|
|
19
|
+
"@rsdoctor/sdk": "0.4.4",
|
|
20
|
+
"@rsdoctor/utils": "0.4.4",
|
|
21
|
+
"@rsdoctor/types": "0.4.4"
|
|
23
22
|
},
|
|
24
23
|
"devDependencies": {
|
|
25
24
|
"@rspack/core": "0.7.5",
|
|
26
|
-
"@types/loader-utils": "^2.0.6",
|
|
27
25
|
"@types/lodash": "^4.17.7",
|
|
28
26
|
"@types/node": "^16",
|
|
29
27
|
"@types/tapable": "2.2.7",
|
|
30
|
-
"tslib": "2.
|
|
28
|
+
"tslib": "2.7.0",
|
|
31
29
|
"typescript": "^5.2.2"
|
|
32
30
|
},
|
|
33
31
|
"peerDependencies": {
|