docstar-env-autosuggest 0.2.1 → 0.2.2
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/.env +1 -0
- package/package.json +7 -10
package/.env
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
TOKEN=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
|
package/package.json
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docstar-env-autosuggest",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"author": "Idris Bohra",
|
|
5
5
|
"main": "build/index.js",
|
|
6
|
+
"dependencies": {
|
|
7
|
+
"react-icons": "^5.3.0",
|
|
8
|
+
"webpack": "^5.73.0"
|
|
9
|
+
},
|
|
6
10
|
"peerDependencies": {
|
|
7
|
-
"react": "^
|
|
8
|
-
"react-dom": "^
|
|
11
|
+
"react": "^18.2.0",
|
|
12
|
+
"react-dom": "^18.3.1"
|
|
9
13
|
},
|
|
10
14
|
"devDependencies": {
|
|
11
|
-
"react-icons": "^5.3.0",
|
|
12
15
|
"@babel/core": "^7.25.2",
|
|
13
16
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
14
17
|
"@babel/preset-env": "^7.25.4",
|
|
@@ -22,7 +25,6 @@
|
|
|
22
25
|
"css-loader": "^6.7.1",
|
|
23
26
|
"file-loader": "^6.2.0",
|
|
24
27
|
"style-loader": "^3.3.1",
|
|
25
|
-
"webpack": "^5.73.0",
|
|
26
28
|
"webpack-cli": "^4.10.0"
|
|
27
29
|
},
|
|
28
30
|
"scripts": {
|
|
@@ -47,11 +49,6 @@
|
|
|
47
49
|
]
|
|
48
50
|
},
|
|
49
51
|
"license": "MIT",
|
|
50
|
-
"files": [
|
|
51
|
-
"build",
|
|
52
|
-
"README.md",
|
|
53
|
-
"package.json"
|
|
54
|
-
],
|
|
55
52
|
"description": "A React component that provides variable autosuggestion functionality with a rich text editor-like interface. This component allows users to type variables within curly braces and get intelligent suggestions based on predefined variables.",
|
|
56
53
|
"keywords": [
|
|
57
54
|
"react",
|