@dhis2/app-runtime
Advanced tools
Comparing version 2.1.2 to 2.2.0
{ | ||
"name": "@dhis2/app-runtime", | ||
"description": "A singular runtime dependency for applications on the DHIS2 platform", | ||
"version": "2.1.2", | ||
"main": "build/cjs/index.js", | ||
"module": "build/es/index.js", | ||
"version": "2.2.0", | ||
"main": "build/cjs/lib.js", | ||
"module": "build/es/lib.js", | ||
"types": "build/types/index.d.ts", | ||
@@ -22,4 +22,4 @@ "repository": { | ||
"devDependencies": { | ||
"@dhis2/app-service-config": "2.1.2", | ||
"@dhis2/app-service-data": "2.1.2" | ||
"@dhis2/app-service-config": "2.2.0", | ||
"@dhis2/app-service-data": "2.2.0" | ||
}, | ||
@@ -32,5 +32,7 @@ "peerDependencies": { | ||
"scripts": { | ||
"build": "rimraf build && rollup -c", | ||
"build:types": "tsc --emitDeclarationOnly --outDir ./build/types", | ||
"build:package": "d2-app-scripts build", | ||
"build": "concurrently -n build,types \"yarn build:package\" \"yarn build:types\"", | ||
"test": "echo \"No tests yet!\"" | ||
} | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
102739
1
9
93