@stackbit/utils
Advanced tools
Comparing version 0.6.1 to 0.6.2-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.6.1", | ||
"version": "0.6.2-staging.1", | ||
"description": "Stackbit utilities", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"@notionhq/client": "^2.2.15", | ||
"@stackbit/types": "2.1.0", | ||
"@stackbit/types": "2.1.1-staging.1", | ||
"axios": "^1.7.7", | ||
@@ -46,3 +46,3 @@ "eventsource": "^2.0.2", | ||
}, | ||
"gitHead": "2e880108ca9679f0f48ac36e648115746baa033d" | ||
"gitHead": "6b8af2f15ca2f10aab6450c5bfe9736b8375a5fd" | ||
} |
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
552719
10304
+ Added@stackbit/types@2.1.1-staging.1(transitive)
- Removed@stackbit/types@2.1.0(transitive)