Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 44 additions & 44 deletions components/semotus/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/semotus/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,7 @@ declare var define;
*
* @returns {unknown} unknown
*/
RemoteObjectTemplate.cleanPrivateValues = function cleanPrivateValues(prop, logValue, defineProperty) {
RemoteObjectTemplate.cleanPrivateValues = function cleanPrivateValues(prop, logValue, defineProperty) {
if (prop.match(/password|ssn|socialsecurity|pin/i) && defineProperty.logChanges != 'false') {
return '***';
}
Expand Down
3 changes: 3 additions & 0 deletions components/supertype/HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 8.0.0
* Set compiler target to be es2020.
* Update regexes for object identification to also support classes.
## 7.1.0
* Just a major version bump to prepare for parallel es2020. This would allow us to start pegging versions of supertype on persistor, semotus and amorphic. This way minor or patched versions of supertype would not be automatically pulled in.
## 6.1.0
Expand Down
Loading