utiller 1.0.376 → 1.0.377

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4272,7 +4272,7 @@ var Utiller = /*#__PURE__*/function () {
4272
4272
  return code;
4273
4273
  };
4274
4274
  return _lodash["default"].transform(array, function (result, rawKey) {
4275
- var key = _lodash["default"].camelCase(rawKey);
4275
+ var key = rawKey;
4276
4276
  if (usedKeys.has(key)) {
4277
4277
  throw new Error("Duplicate key detected: \"".concat(key, "\" (\u539F\u59CB\u503C: \"").concat(rawKey, "\")"));
4278
4278
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utiller",
3
- "version": "1.0.376",
3
+ "version": "1.0.377",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "configerer": "^1.0.23",
14
- "utiller": "^1.0.375",
14
+ "utiller": "^1.0.376",
15
15
  "linepayer": "^1.0.15",
16
16
  "databazer": "^1.0.17",
17
17
  "lodash": "^4.17.20",