@lingui/conf 3.14.0 → 3.15.0

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -34,7 +34,8 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
34
34
  // Enforce posix path delimiters internally
35
35
  var pathJoinPosix = function pathJoinPosix() {
36
36
  return _path.default // normalize double slashes
37
- .join.apply(_path.default, arguments) // convert platform specific path.sep to posix
37
+ .join.apply(_path.default // normalize double slashes
38
+ , arguments) // convert platform specific path.sep to posix
38
39
  .split(_path.default.sep).join("/");
39
40
  };
40
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/conf",
3
- "version": "3.14.0",
3
+ "version": "3.15.0",
4
4
  "sideEffects": false,
5
5
  "description": "Get lingui configuration from package.json",
6
6
  "keywords": [
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.11.2",
23
- "@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
24
23
  "chalk": "^4.1.0",
25
24
  "cosmiconfig": "^7.0.0",
25
+ "cosmiconfig-typescript-loader": "^2.0.1",
26
26
  "jest-validate": "^26.5.2",
27
27
  "lodash.get": "^4.4.2"
28
28
  },