react-code-locator 0.1.17 → 0.1.18
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/README.md +54 -279
- package/dist/index.cjs +7132 -16
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +7126 -15
- package/dist/index.js.map +1 -1
- package/dist/unplugin.cjs +5 -2
- package/dist/unplugin.cjs.map +1 -1
- package/dist/unplugin.d.cts +3 -1
- package/dist/unplugin.d.ts +3 -1
- package/dist/unplugin.js +3 -1
- package/dist/unplugin.js.map +1 -1
- package/package.json +3 -38
- package/dist/core/transform-cjs.cjs +0 -7014
- package/dist/core/webpackPitchLoader-cjs.cjs +0 -7032
- package/dist/webpack.cjs +0 -92
- package/dist/webpack.cjs.map +0 -1
- package/dist/webpack.d.cts +0 -56
- package/dist/webpack.d.ts +0 -56
- package/dist/webpack.js +0 -62
- package/dist/webpack.js.map +0 -1
- package/dist/webpackLoader.cjs +0 -7115
- package/dist/webpackLoader.cjs.map +0 -1
- package/dist/webpackLoader.d.cts +0 -15
- package/dist/webpackLoader.d.ts +0 -15
- package/dist/webpackLoader.js +0 -7092
- package/dist/webpackLoader.js.map +0 -1
- package/dist/webpackRuntimeEntry.cjs +0 -375
- package/dist/webpackRuntimeEntry.cjs.map +0 -1
- package/dist/webpackRuntimeEntry.d.cts +0 -2
- package/dist/webpackRuntimeEntry.d.ts +0 -2
- package/dist/webpackRuntimeEntry.js +0 -373
- package/dist/webpackRuntimeEntry.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-code-locator",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -15,35 +15,6 @@
|
|
|
15
15
|
"types": "./dist/client.d.ts",
|
|
16
16
|
"import": "./dist/client.js",
|
|
17
17
|
"require": "./dist/client.cjs"
|
|
18
|
-
},
|
|
19
|
-
"./vite": {
|
|
20
|
-
"types": "./dist/vite.d.ts",
|
|
21
|
-
"import": "./dist/vite.js",
|
|
22
|
-
"require": "./dist/vite.cjs"
|
|
23
|
-
},
|
|
24
|
-
"./esbuild": {
|
|
25
|
-
"types": "./dist/esbuild.d.ts",
|
|
26
|
-
"import": "./dist/esbuild.js",
|
|
27
|
-
"require": "./dist/esbuild.cjs"
|
|
28
|
-
},
|
|
29
|
-
"./swc": {
|
|
30
|
-
"types": "./dist/swc.d.ts",
|
|
31
|
-
"import": "./dist/swc.js",
|
|
32
|
-
"require": "./dist/swc.cjs"
|
|
33
|
-
},
|
|
34
|
-
"./webpack": {
|
|
35
|
-
"types": "./dist/webpack.d.cts",
|
|
36
|
-
"require": "./dist/webpack.cjs"
|
|
37
|
-
},
|
|
38
|
-
"./webpack-plugin": {
|
|
39
|
-
"types": "./dist/webpack.d.ts",
|
|
40
|
-
"import": "./dist/webpack.js",
|
|
41
|
-
"require": "./dist/webpack.cjs"
|
|
42
|
-
},
|
|
43
|
-
"./unplugin": {
|
|
44
|
-
"types": "./dist/unplugin.d.ts",
|
|
45
|
-
"import": "./dist/unplugin.js",
|
|
46
|
-
"require": "./dist/unplugin.cjs"
|
|
47
18
|
}
|
|
48
19
|
},
|
|
49
20
|
"files": [
|
|
@@ -61,25 +32,19 @@
|
|
|
61
32
|
"astring": "^1.9.0"
|
|
62
33
|
},
|
|
63
34
|
"peerDependencies": {
|
|
64
|
-
"unplugin": "^3.0.0"
|
|
65
|
-
"webpack": ">=5"
|
|
35
|
+
"unplugin": "^3.0.0"
|
|
66
36
|
},
|
|
67
37
|
"peerDependenciesMeta": {
|
|
68
38
|
"unplugin": {
|
|
69
39
|
"optional": true
|
|
70
|
-
},
|
|
71
|
-
"webpack": {
|
|
72
|
-
"optional": true
|
|
73
40
|
}
|
|
74
41
|
},
|
|
75
42
|
"devDependencies": {
|
|
76
43
|
"@types/estree": "^1.0.8",
|
|
77
44
|
"@types/node": "^22.13.10",
|
|
78
|
-
"@types/webpack": "^5.28.5",
|
|
79
45
|
"tsup": "^8.5.1",
|
|
80
46
|
"typescript": "^5.8.2",
|
|
81
47
|
"unplugin": "^3.0.0",
|
|
82
|
-
"vite": "^5.4.14"
|
|
83
|
-
"webpack": "^5.105.4"
|
|
48
|
+
"vite": "^5.4.14"
|
|
84
49
|
}
|
|
85
50
|
}
|