@adminforth/text-complete 2.0.9 → 2.0.10
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/build.log +2 -2
- package/custom/package.json +1 -1
- package/dist/custom/package.json +1 -1
- package/package.json +2 -2
package/build.log
CHANGED
|
@@ -10,5 +10,5 @@ custom/package.json
|
|
|
10
10
|
custom/pnpm-lock.yaml
|
|
11
11
|
custom/tsconfig.json
|
|
12
12
|
|
|
13
|
-
sent 31,
|
|
14
|
-
total size is 30,
|
|
13
|
+
sent 31,395 bytes received 115 bytes 63,020.00 bytes/sec
|
|
14
|
+
total size is 30,975 speedup is 0.98
|
package/custom/package.json
CHANGED
package/dist/custom/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminforth/text-complete",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10",
|
|
4
4
|
"description": "Text completion plugin for adminforth",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"adminforth",
|
|
21
21
|
"text complete"
|
|
22
22
|
],
|
|
23
|
-
"author": "devforth",
|
|
23
|
+
"author": "DevForth (https://devforth.io)",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "^22.10.7",
|