@stackbit/utils
Advanced tools
Comparing version 0.5.0 to 0.5.1-staging.1
module.exports = { | ||
testPathIgnorePatterns: ['__tests__/test-utils'], | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', | ||
moduleNameMapper: { | ||
'^axios$': 'axios/dist/node/axios.cjs' | ||
} | ||
testEnvironment: 'node' | ||
}; |
{ | ||
"name": "@stackbit/utils", | ||
"version": "0.5.0", | ||
"version": "0.5.1-staging.1", | ||
"description": "Stackbit utilities", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"@iarna/toml": "^2.2.5", | ||
"@stackbit/types": "2.0.7", | ||
"@stackbit/types": "2.0.8-staging.1", | ||
"axios": "^1.7.7", | ||
@@ -44,3 +44,3 @@ "eventsource": "^2.0.2", | ||
}, | ||
"gitHead": "f59975a51b21abe88bf152d0cd8525ba01ae0c8b" | ||
"gitHead": "86e254f54ce4bb449cd9800724dd4c5e8fa83df8" | ||
} |
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
543911
10182
+ Added@stackbit/types@2.0.8-staging.1(transitive)
- Removed@stackbit/types@2.0.7(transitive)