@rsdoctor/client 0.1.8 → 0.1.9-beta.1
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.html +1 -1
- package/dist/resource/js/226.64d4cab7.js +461 -0
- package/dist/resource/js/{999.48daa471.js.LICENSE.txt → 226.64d4cab7.js.LICENSE.txt} +8156 -8089
- package/dist/resource/js/305.d594f1d5.js +1 -0
- package/dist/resource/js/685.0e8f89c3.js +2 -0
- package/dist/resource/js/685.0e8f89c3.js.LICENSE.txt +12 -0
- package/dist/resource/js/async/239.737ce11d.js +2 -0
- package/dist/resource/js/async/432.6eb18a99.js +2 -0
- package/dist/resource/js/async/{258.e0f8722a.js.LICENSE.txt → 432.6eb18a99.js.LICENSE.txt} +6 -6
- package/dist/resource/js/async/544.873dca4e.js +2 -0
- package/dist/resource/js/async/544.873dca4e.js.LICENSE.txt +9 -0
- package/dist/resource/js/async/811.63649e86.js +2 -0
- package/dist/resource/js/async/{952.93a2d731.js.LICENSE.txt → 811.63649e86.js.LICENSE.txt} +24 -24
- package/dist/resource/js/async/849.1d9c8131.js +1 -0
- package/dist/resource/js/index.44e5cd50.js +150 -0
- package/dist/resource/js/{index.64e11045.js.LICENSE.txt → index.44e5cd50.js.LICENSE.txt} +872 -872
- package/package.json +7 -7
- package/dist/resource/js/222.61269654.js +0 -2
- package/dist/resource/js/222.61269654.js.LICENSE.txt +0 -24
- package/dist/resource/js/402.e1518c27.js +0 -1
- package/dist/resource/js/999.48daa471.js +0 -461
- package/dist/resource/js/async/258.e0f8722a.js +0 -2
- package/dist/resource/js/async/517.0960b59f.js +0 -2
- package/dist/resource/js/async/952.93a2d731.js +0 -2
- package/dist/resource/js/index.64e11045.js +0 -150
- /package/dist/resource/css/{999.cd185e57.css → 226.75ade4fc.css} +0 -0
- /package/dist/resource/css/{index.a082056e.css → index.e0959e33.css} +0 -0
- /package/dist/resource/js/async/{517.0960b59f.js.LICENSE.txt → 239.737ce11d.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9-beta.1",
|
|
4
4
|
"main": "dist/index.html",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dist/"
|
|
21
21
|
],
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@rsbuild/core": "0.
|
|
24
|
-
"@rsbuild/plugin-node-polyfill": "0.
|
|
25
|
-
"@rsbuild/plugin-react": "0.
|
|
26
|
-
"@rsbuild/plugin-type-check": "0.
|
|
23
|
+
"@rsbuild/core": "0.5.3",
|
|
24
|
+
"@rsbuild/plugin-node-polyfill": "0.5.3",
|
|
25
|
+
"@rsbuild/plugin-react": "0.5.3",
|
|
26
|
+
"@rsbuild/plugin-type-check": "0.5.3",
|
|
27
27
|
"@types/node": "^16",
|
|
28
28
|
"@types/react": "^18",
|
|
29
29
|
"@types/react-dom": "^18",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"react-router-dom": "6.4.3",
|
|
38
38
|
"serve-static": "1.15.0",
|
|
39
39
|
"typescript": "^5.2.2",
|
|
40
|
-
"@rsdoctor/components": "0.1.
|
|
41
|
-
"@rsdoctor/types": "0.1.
|
|
40
|
+
"@rsdoctor/components": "0.1.9-beta.1",
|
|
41
|
+
"@rsdoctor/types": "0.1.9-beta.1"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public",
|