@lwrjs/app-service
Advanced tools
Comparing version 0.0.1 to 0.0.2-alpha.44
@@ -7,13 +7,53 @@ { | ||
}, | ||
"version": "0.0.1", | ||
"types": "build/index.d.ts", | ||
"main": "build/index.js", | ||
"version": "0.0.2-alpha.44+0660eeac", | ||
"homepage": "https://lwr.dev/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/salesforce/lwr.git", | ||
"directory": "packages/@lwrjs/app-service" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/salesforce/lwr/issues" | ||
}, | ||
"types": "build/es/index.d.ts", | ||
"type": "module", | ||
"main": "index.js", | ||
"exports": { | ||
"./configProvider": { | ||
"import": "./build/es/configProvider/index.js", | ||
"require": "./build/cjs/configProvider/index.cjs" | ||
}, | ||
"./jsonProvider": { | ||
"import": "./build/es/jsonProvider/index.js", | ||
"require": "./build/cjs/jsonProvider/index.cjs" | ||
}, | ||
"./mappingProvider": { | ||
"import": "./build/es/mappingProvider/index.js", | ||
"require": "./build/cjs/mappingProvider/index.cjs" | ||
}, | ||
"./moduleProvider": { | ||
"import": "./build/es/moduleProvider/index.js", | ||
"require": "./build/cjs/moduleProvider/index.cjs" | ||
}, | ||
"./identity": { | ||
"import": "./build/es/identity.js", | ||
"require": "./build/cjs/identity.cjs" | ||
} | ||
}, | ||
"files": [ | ||
"build/**/*.js", | ||
"build/**/*.cjs", | ||
"build/**/*.d.ts" | ||
], | ||
"dependencies": { | ||
"@lwrjs/shared-utils": "0.0.1" | ||
"@lwrjs/diagnostics": "0.0.2-alpha.44+0660eeac", | ||
"@lwrjs/shared-utils": "0.0.2-alpha.44+0660eeac" | ||
}, | ||
"gitHead": "638109b1e3e85483bc63c87ed2a6c3d582f28e04" | ||
"devDependencies": { | ||
"@lwrjs/types": "0.0.2-alpha.44+0660eeac" | ||
}, | ||
"engines": { | ||
"node": ">=14.15.1 <15" | ||
}, | ||
"gitHead": "0660eeac90c2998967b57b5724d7f2649238c5c2" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
74509
30
1617
1
0
Yes
2
1
2
- Removed@lwrjs/shared-utils@0.0.1(transitive)