appcd-util
Advanced tools
Comparing version 3.1.5 to 3.1.6
@@ -0,1 +1,7 @@ | ||
# v3.1.6 (Apr 26, 2021) | ||
* fix(makeSerializable): Only ignore nested duplicates that form circular references instead of | ||
anything that is a duplicate. [(DAEMON-342)](https://jira.appcelerator.org/browse/DAEMON-342) | ||
* chore: Updated dependencies. | ||
# v3.1.5 (Apr 15, 2021) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "appcd-util", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "Various utility functions to support the Appc Daemon.", | ||
@@ -19,3 +19,3 @@ "main": "./dist/util", | ||
"dependencies": { | ||
"appcd-fs": "^2.0.6", | ||
"appcd-fs": "^2.0.7", | ||
"lodash.get": "^4.4.2", | ||
@@ -27,3 +27,3 @@ "lodash.set": "^4.3.2", | ||
"devDependencies": { | ||
"appcd-gulp": "^3.1.5" | ||
"appcd-gulp": "^3.1.6" | ||
}, | ||
@@ -36,3 +36,3 @@ "homepage": "https://github.com/appcelerator/appc-daemon", | ||
}, | ||
"gitHead": "3fb393f6a5a74fd719cf7df977c1d1b3fff7a4ab" | ||
"gitHead": "15e8b31ac846c3532cd840b6463836a68747c18e" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101612
1097
Updatedappcd-fs@^2.0.7