@compill/admin 1.0.109 → 1.0.110

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/dist/index.cjs CHANGED
@@ -24,7 +24,7 @@ var hooks = require('@compill/hooks');
24
24
  var env = require('@compill/env');
25
25
  var reactTable = require('@tanstack/react-table');
26
26
  var reactQuery = require('@tanstack/react-query');
27
- var Image = require('next/image');
27
+ var Image = require('next/image.js');
28
28
  var auth = require('@compill/auth');
29
29
 
30
30
  function SectionTitle({ children, ...props }) {
package/dist/index.js CHANGED
@@ -22,7 +22,7 @@ import { useOpenLink, useBoolean } from '@compill/hooks';
22
22
  import { AppEnv } from '@compill/env';
23
23
  import { createColumnHelper } from '@tanstack/react-table';
24
24
  import { useQueryClient } from '@tanstack/react-query';
25
- import Image from 'next/image';
25
+ import Image from 'next/image.js';
26
26
  import { useSessionUser, useSessionLogout } from '@compill/auth';
27
27
 
28
28
  function SectionTitle({ children, ...props }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compill/admin",
3
- "version": "1.0.109",
3
+ "version": "1.0.110",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -11,8 +11,8 @@
11
11
  "typescript": "5.9.2",
12
12
  "@types/react": "^18.3.1",
13
13
  "@types/react-dom": "^18.3.1",
14
- "@repo/eslint-config": "0.0.0",
15
- "@repo/typescript-config": "0.0.0"
14
+ "@repo/typescript-config": "0.0.0",
15
+ "@repo/eslint-config": "0.0.0"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "react": "^18.3.1",
@@ -29,19 +29,19 @@
29
29
  "react-router-dom": "^6.11.2",
30
30
  "react-hotkeys-hook": "^5.0.1",
31
31
  "yup": "^1.1.0",
32
- "@soperio/react": "1.0.24",
33
32
  "@valerya/ui": "1.0.27",
34
- "@compill/admin-api": "1.0.62",
35
- "@soperio/jsx-runtime": "1.0.24",
36
33
  "@compill/api": "1.0.64",
37
- "@compill/auth": "1.0.84",
38
- "@compill/components": "1.0.57",
34
+ "@compill/admin-api": "1.0.62",
35
+ "@soperio/react": "1.0.24",
36
+ "@compill/auth": "1.0.85",
39
37
  "@compill/env": "1.0.26",
38
+ "@compill/components": "1.0.57",
40
39
  "@compill/form": "1.0.74",
41
- "@compill/form-editor": "1.0.26",
42
- "@compill/table": "1.0.87",
43
40
  "@compill/hooks": "1.0.50",
44
- "@compill/editor": "1.0.86"
41
+ "@soperio/jsx-runtime": "1.0.24",
42
+ "@compill/editor": "1.0.89",
43
+ "@compill/table": "1.0.87",
44
+ "@compill/form-editor": "1.0.28"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"