itrm-components 1.0.34-beta.7 → 1.0.34-beta.9

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/dist/index.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -187,7 +187,7 @@ export declare interface IRole {
187
187
  }
188
188
 
189
189
  export declare interface IRolePermissions {
190
- type?: string;
190
+ roleType?: string;
191
191
  url?: string;
192
192
  components?: Record<string, Record<string, string | string[]>>;
193
193
  services?: Record<string, Record<string, Record<string, boolean>>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itrm-components",
3
- "version": "1.0.34-beta.7",
3
+ "version": "1.0.34-beta.9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",
@@ -21,7 +21,7 @@
21
21
  "build": "rimraf ./dist && tsc && vite build",
22
22
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
23
23
  "publish-lib": "npm run build && npm publish",
24
- "publish-beta" : "npm run build && npm publish --tag beta",
24
+ "publish-beta": "npm run build && npm publish --tag beta",
25
25
  "preview": "vite preview"
26
26
  },
27
27
  "dependencies": {
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@eslint/js": "^9.37.0",
37
- "@types/node": "^24.7.0",
37
+ "@types/node": "^24.7.1",
38
38
  "@types/react": "^19.2.2",
39
39
  "@types/react-dom": "^19.2.1",
40
40
  "@vitejs/plugin-react-swc": "^4.1.0",