@solidexpert/comments-api
Advanced tools
Comparing version 1.0.77 to 1.0.83
import { AbstractControl } from '@angular/forms'; | ||
export declare type ControlFactory = () => AbstractControl; | ||
export type ControlFactory = () => AbstractControl; | ||
/** | ||
@@ -4,0 +4,0 @@ * Recursively sets values of nested controls so nested object === null/undefined |
{ | ||
"name": "@solidexpert/comments-api", | ||
"version": "1.0.77", | ||
"version": "1.0.83", | ||
"peerDependencies": { | ||
"@angular/common": "^15.0.0", | ||
"@angular/core": "^15.0.0" | ||
"@angular/common": "^18.2.0", | ||
"@angular/core": "^18.2.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.3.0" | ||
"tslib": "^2.4.0" | ||
}, | ||
"module": "fesm2015/solidexpert-comments-api.mjs", | ||
"es2020": "fesm2020/solidexpert-comments-api.mjs", | ||
"esm2020": "esm2020/solidexpert-comments-api.mjs", | ||
"fesm2020": "fesm2020/solidexpert-comments-api.mjs", | ||
"fesm2015": "fesm2015/solidexpert-comments-api.mjs", | ||
"module": "fesm2022/solidexpert-comments-api.mjs", | ||
"typings": "index.d.ts", | ||
@@ -23,7 +19,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/solidexpert-comments-api.mjs", | ||
"es2020": "./fesm2020/solidexpert-comments-api.mjs", | ||
"es2015": "./fesm2015/solidexpert-comments-api.mjs", | ||
"node": "./fesm2015/solidexpert-comments-api.mjs", | ||
"default": "./fesm2020/solidexpert-comments-api.mjs" | ||
"esm2022": "./esm2022/solidexpert-comments-api.mjs", | ||
"esm": "./esm2022/solidexpert-comments-api.mjs", | ||
"default": "./fesm2022/solidexpert-comments-api.mjs" | ||
} | ||
@@ -30,0 +24,0 @@ }, |
export * from './lib/model'; | ||
export * from './lib/controllers/Comment'; | ||
export * from './lib/common/formArrayExtended'; | ||
export * from './lib/common/formMap'; | ||
export * from './lib/common/utils'; | ||
export * from './lib/controllers/Comment'; | ||
export * from './lib/defs/CommentPageViewModelResponse'; | ||
@@ -22,4 +22,4 @@ export * from './lib/defs/CommentPageViewModelResponseItemResponse'; | ||
export * from './lib/defs/StringItemResponse'; | ||
export * from './lib/defs/UserInformationViewModelSummary'; | ||
export * from './lib/defs/StringStringKeyValuePair'; | ||
export * from './lib/defs/UserInformationViewModelSummary'; | ||
export * from './lib/store/comment/DeleteComment/DeleteComment.service'; | ||
@@ -30,3 +30,2 @@ export * from './lib/store/comment/DislikeComment/DislikeComment.service'; | ||
export * from './lib/store/comment/GetCommentListByUserInformationId/GetCommentListByUserInformationId.service'; | ||
export * from './lib/store/comment/GetCommentsCount/GetCommentsCount.service'; | ||
export * from './lib/store/comment/GetRatingInfo/GetRatingInfo.service'; | ||
@@ -38,2 +37,3 @@ export * from './lib/store/comment/LikeComment/LikeComment.service'; | ||
export * from './lib/store/comment/RemoveLike/RemoveLike.service'; | ||
export * from './lib/store/comment/GetCommentsCount/GetCommentsCount.service'; | ||
export * from './lib/store/comment/SetCommentScore/SetCommentScore.service'; |
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
308673
80
2937
1
+ Added@angular/common@18.2.13(transitive)
+ Added@angular/core@18.2.13(transitive)
+ Addedzone.js@0.14.10(transitive)
- Removed@angular/common@15.2.10(transitive)
- Removed@angular/core@15.2.10(transitive)
- Removedzone.js@0.13.3(transitive)
Updatedtslib@^2.4.0