@adminforth/text-complete 2.0.19 → 2.0.21

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 CHANGED
@@ -10,5 +10,5 @@ custom/package.json
10
10
  custom/pnpm-lock.yaml
11
11
  custom/tsconfig.json
12
12
 
13
- sent 31,434 bytes received 115 bytes 63,098.00 bytes/sec
13
+ sent 31,440 bytes received 115 bytes 63,110.00 bytes/sec
14
14
  total size is 31,014 speedup is 0.98
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/text-complete",
3
- "version": "2.0.19",
3
+ "version": "2.0.21",
4
4
  "description": "Text completion plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
26
  "@types/node": "^22.10.7",
27
- "adminforth": "3.1.0",
27
+ "adminforth": "^3.6.2",
28
28
  "semantic-release": "^24.2.1",
29
29
  "semantic-release-slack-bot": "^4.0.2",
30
30
  "typescript": "^5.7.3"
@@ -55,6 +55,6 @@
55
55
  ]
56
56
  },
57
57
  "peerDependencies": {
58
- "adminforth": "3.1.0"
58
+ "adminforth": "^3.6.2"
59
59
  }
60
60
  }
@@ -0,0 +1,2 @@
1
+ allowBuilds:
2
+ adminforth: true