@enonic-types/lib-auditlog
Advanced tools
Comparing version 7.11.0-B3 to 7.11.0-B4
{ | ||
"name": "@enonic-types/lib-auditlog", | ||
"version": "7.11.0-B3", | ||
"version": "7.11.0-B4", | ||
"description": "Type definitions for lib-auditlog.", | ||
@@ -30,3 +30,3 @@ "types": "auditlog.d.ts", | ||
"dependencies": { | ||
"@enonic-types/core": "7.11.0-B3" | ||
"@enonic-types/core": "7.11.0-B4" | ||
}, | ||
@@ -33,0 +33,0 @@ "publishConfig": { |
@@ -13,16 +13,2 @@ # Enonic XP lib-auditlog TS types | ||
Add the corresponding types to your `tsconfig.json` file that is used for application's server-side TypeScript code. | ||
`tsconfig.json` | ||
```json | ||
{ | ||
"compilerOptions": { | ||
"types": [ | ||
"@enonic-types/lib-auditlog" | ||
] | ||
} | ||
} | ||
``` | ||
### Require and custom imports | ||
@@ -35,8 +21,7 @@ | ||
```diff | ||
```json | ||
{ | ||
"compilerOptions": { | ||
"types": [ | ||
+ "@enonic-types/global" | ||
"@enonic-types/lib-auditlog" | ||
"@enonic-types/global" | ||
] | ||
@@ -63,12 +48,9 @@ } | ||
```diff | ||
```json | ||
{ | ||
"compilerOptions": { | ||
"types": [ | ||
"@enonic-types/lib-auditlog" | ||
] | ||
+ "baseUrl": "./", | ||
+ "paths": { | ||
+ "/lib/xp/auditlog": ["node_modules/@enonic-types/lib-auditlog"], | ||
+ } | ||
"baseUrl": "./", | ||
"paths": { | ||
"/lib/xp/auditlog": ["node_modules/@enonic-types/lib-auditlog"] | ||
} | ||
} | ||
@@ -75,0 +57,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5425
64
+ Added@enonic-types/core@7.11.0-B4(transitive)
- Removed@enonic-types/core@7.11.0-B3(transitive)
Updated@enonic-types/core@7.11.0-B4