@dhis2/app-service-data
Advanced tools
Comparing version 2.7.0 to 2.7.1
@@ -1,6 +0,6 @@ | ||
import { Query } from './types/Query'; | ||
import { Mutation } from './types/Mutation'; | ||
import { DataEngineLink } from './types/DataEngineLink'; | ||
import { QueryExecuteOptions } from './types/ExecuteOptions'; | ||
import { DataEngineLink } from './types/DataEngineLink'; | ||
import { JsonMap, JsonValue } from './types/JsonValue'; | ||
import { Mutation } from './types/Mutation'; | ||
import { Query } from './types/Query'; | ||
export declare class DataEngine { | ||
@@ -7,0 +7,0 @@ private link; |
import { FetchType } from './ExecuteOptions'; | ||
import { JsonValue } from './JsonValue'; | ||
import { ResolvedResourceQuery } from './Query'; | ||
import { JsonValue } from './JsonValue'; | ||
export interface DataEngineLinkExecuteOptions { | ||
@@ -5,0 +5,0 @@ signal?: AbortSignal; |
@@ -0,3 +1,3 @@ | ||
import { FetchError } from './FetchError'; | ||
import { ResourceQuery, QueryVariables } from './Query'; | ||
import { FetchError } from './FetchError'; | ||
export declare type MutationType = 'create' | 'update' | 'replace' | 'delete'; | ||
@@ -4,0 +4,0 @@ export interface MutationData { |
import DataEngine from './engine/DataEngine'; | ||
import { QueryExecuteOptions } from './engine/types/ExecuteOptions'; | ||
import { FetchError } from './engine/types/FetchError'; | ||
import { JsonValue } from './engine/types/JsonValue'; | ||
import { QueryVariables, QueryResult } from './engine/types/Query'; | ||
import { JsonValue } from './engine/types/JsonValue'; | ||
import { FetchError } from './engine/types/FetchError'; | ||
import { QueryExecuteOptions } from './engine/types/ExecuteOptions'; | ||
export interface ContextType { | ||
@@ -7,0 +7,0 @@ engine: DataEngine; |
{ | ||
"name": "@dhis2/app-service-data", | ||
"version": "2.7.0", | ||
"main": "build/cjs/lib.js", | ||
"module": "build/es/lib.js", | ||
"version": "2.7.1", | ||
"main": "./build/cjs/index.js", | ||
"module": "./build/es/index.js", | ||
"types": "build/types/index.d.ts", | ||
"exports": { | ||
"import": "./build/es/index.js", | ||
"require": "./build/cjs/index.js" | ||
}, | ||
"repository": { | ||
@@ -21,3 +25,3 @@ "type": "git", | ||
"peerDependencies": { | ||
"@dhis2/app-service-config": "2.7.0", | ||
"@dhis2/app-service-config": "2.7.1", | ||
"prop-types": "^15.7.2", | ||
@@ -24,0 +28,0 @@ "react": "^16.8", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
165
5982
210137
3