Comparing version 7.0.1 to 7.0.2
@@ -508,2 +508,4 @@ import * as glob from 'fast-glob'; | ||
} | ||
// Replace Windows path separators with Posix path | ||
globPattern = globPattern.replace(/\\/g, '/'); | ||
const result = opts.glob(globPattern, { cwd: opts.cwd }); | ||
@@ -510,0 +512,0 @@ const mapped = result.map((p) => ({ |
@@ -31,2 +31,4 @@ "use strict"; | ||
} | ||
// Replace Windows path separators with Posix path | ||
globPattern = globPattern.replace(/\\/g, '/'); | ||
const result = opts.glob(globPattern, { cwd: opts.cwd }); | ||
@@ -33,0 +35,0 @@ const mapped = result.map((p) => ({ |
{ | ||
"name": "awilix", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "Extremely powerful dependency injection container.", | ||
@@ -53,9 +53,8 @@ "main": "lib/awilix.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.17.8", | ||
"@babel/core": "^7.17.9", | ||
"@babel/plugin-transform-runtime": "^7.17.0", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/runtime": "^7.17.8", | ||
"@babel/runtime": "^7.17.9", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^17.0.22", | ||
"@types/prettier": "^2.4.4", | ||
"@types/node": "^17.0.23", | ||
"babel-jest": "^27.5.1", | ||
@@ -67,3 +66,3 @@ "coveralls": "^3.1.1", | ||
"lint-staged": "^12.3.7", | ||
"prettier": "^2.6.0", | ||
"prettier": "^2.6.2", | ||
"rimraf": "^3.0.2", | ||
@@ -77,3 +76,3 @@ "rollup": "^2.70.1", | ||
"smid": "^0.1.1", | ||
"ts-jest": "^27.1.3", | ||
"ts-jest": "^27.1.4", | ||
"tslib": "^2.3.1", | ||
@@ -83,3 +82,3 @@ "tslint": "^6.1.3", | ||
"tslint-config-standard": "^9.0.0", | ||
"typescript": "^4.6.2" | ||
"typescript": "^4.6.3" | ||
}, | ||
@@ -115,2 +114,12 @@ "dependencies": { | ||
}, | ||
"typesync": { | ||
"ignorePackages": [ | ||
"@babel/preset-env", | ||
"@babel/core", | ||
"@babel/plugin-transform-runtime", | ||
"prettier", | ||
"rimraf", | ||
"istanbul" | ||
] | ||
}, | ||
"jest": { | ||
@@ -117,0 +126,0 @@ "testRegex": "(/__tests__/.*\\.(test|spec))\\.(ts|tsx|js)$", |
Sorry, the diff of this file is not supported yet
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
305876
27
6717