@adminforth/inline-create 1.1.4 → 1.1.6

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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. package/package.json +3 -3
package/build.log CHANGED
@@ -7,5 +7,5 @@ custom/
7
7
  custom/InlineCreateForm.vue
8
8
  custom/tsconfig.json
9
9
 
10
- sent 7,507 bytes received 58 bytes 15,130.00 bytes/sec
10
+ sent 7,504 bytes received 58 bytes 15,124.00 bytes/sec
11
11
  total size is 7,287 speedup is 0.96
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/inline-create",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -23,11 +23,11 @@
23
23
  "license": "MIT",
24
24
  "description": "Inline create plugin for adminforth",
25
25
  "peerDependencies": {
26
- "adminforth": "2.71.1"
26
+ "adminforth": "3.1.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^22.10.7",
30
- "adminforth": "2.71.1",
30
+ "adminforth": "3.1.1",
31
31
  "semantic-release": "^24.2.1",
32
32
  "semantic-release-slack-bot": "^4.0.2",
33
33
  "typescript": "^5.7.3"