@rsdoctor/types 1.5.10 → 1.5.11

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.
Files changed (2) hide show
  1. package/dist/index.cjs +9 -9
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -24,21 +24,21 @@ var __webpack_require__ = {};
24
24
  var __webpack_exports__ = {};
25
25
  __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
- Config: ()=>config_namespaceObject,
28
- Linter: ()=>linter_namespaceObject,
29
27
  Babel: ()=>babel_namespaceObject,
30
- Modules: ()=>modules_namespaceObject,
28
+ Client: ()=>client_namespaceObject,
29
+ Common: ()=>common_namespaceObject,
30
+ Config: ()=>config_namespaceObject,
31
31
  Constants: ()=>constants_namespaceObject,
32
32
  Err: ()=>error_namespaceObject,
33
+ Esbuild: ()=>esbuild_namespaceObject,
34
+ Linter: ()=>linter_namespaceObject,
35
+ Logger: ()=>logger_namespaceObject,
36
+ Manifest: ()=>manifest_namespaceObject,
37
+ Modules: ()=>modules_namespaceObject,
33
38
  Plugin: ()=>plugin_namespaceObject,
34
39
  Rule: ()=>rule_namespaceObject,
35
- Manifest: ()=>manifest_namespaceObject,
36
40
  SDK: ()=>sdk_namespaceObject,
37
- Logger: ()=>logger_namespaceObject,
38
- Client: ()=>client_namespaceObject,
39
- Esbuild: ()=>esbuild_namespaceObject,
40
- Thirdparty: ()=>thirdparty_namespaceObject,
41
- Common: ()=>common_namespaceObject
41
+ Thirdparty: ()=>thirdparty_namespaceObject
42
42
  });
43
43
  var manifest_namespaceObject = {};
44
44
  __webpack_require__.r(manifest_namespaceObject);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/types",
3
- "version": "1.5.10",
3
+ "version": "1.5.11",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -32,7 +32,7 @@
32
32
  "source-map": "^0.7.6"
33
33
  },
34
34
  "devDependencies": {
35
- "@rspack/core": "2.0.0",
35
+ "@rspack/core": "2.0.2",
36
36
  "@types/node": "^22.8.1",
37
37
  "@types/react": "^18.3.28",
38
38
  "tslib": "2.8.1",