@enonic-types/lib-task
Advanced tools
Comparing version 7.11.0-B3 to 7.11.0-B4
{ | ||
"name": "@enonic-types/lib-task", | ||
"version": "7.11.0-B3", | ||
"version": "7.11.0-B4", | ||
"description": "Type definitions for lib-task.", | ||
@@ -30,3 +30,3 @@ "types": "task.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-task 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-task" | ||
] | ||
} | ||
} | ||
``` | ||
### Require and custom imports | ||
@@ -35,8 +21,7 @@ | ||
```diff | ||
```json | ||
{ | ||
"compilerOptions": { | ||
"types": [ | ||
+ "@enonic-types/global" | ||
"@enonic-types/lib-task" | ||
"@enonic-types/global" | ||
] | ||
@@ -63,12 +48,9 @@ } | ||
```diff | ||
```json | ||
{ | ||
"compilerOptions": { | ||
"types": [ | ||
"@enonic-types/lib-task" | ||
] | ||
+ "baseUrl": "./", | ||
+ "paths": { | ||
+ "/lib/xp/task": ["node_modules/@enonic-types/lib-task"], | ||
+ } | ||
"baseUrl": "./", | ||
"paths": { | ||
"/lib/xp/task": ["node_modules/@enonic-types/lib-task"] | ||
} | ||
} | ||
@@ -75,0 +57,0 @@ } |
9481
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