@stackbit/utils
Advanced tools
Comparing version 0.7.1-staging.1 to 0.7.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.7.1](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.7.0...@stackbit/utils@0.7.1) (2024-09-26) | ||
**Note:** Version bump only for package @stackbit/utils | ||
# [0.7.0](https://github.com/stackbithq/utils/compare/@stackbit/utils@0.6.1...@stackbit/utils@0.7.0) (2024-09-25) | ||
@@ -8,0 +16,0 @@ |
@@ -327,2 +327,5 @@ "use strict"; | ||
} | ||
if (inputData._spark_ai_knowledge) { | ||
return inputData._spark_ai_knowledge; | ||
} | ||
const selected = []; | ||
@@ -329,0 +332,0 @@ if (inputData._spark_ai_voiceTone) { |
module.exports = { | ||
testPathIgnorePatterns: ['__tests__/test-utils'], | ||
preset: 'ts-jest', | ||
testEnvironment: 'node' | ||
testEnvironment: 'node', | ||
moduleNameMapper: { | ||
'^axios$': 'axios/dist/node/axios.cjs' | ||
} | ||
}; |
{ | ||
"name": "@stackbit/utils", | ||
"version": "0.7.1-staging.1", | ||
"version": "0.7.1", | ||
"description": "Stackbit utilities", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"@notionhq/client": "^2.2.15", | ||
"@stackbit/types": "2.1.1-staging.1", | ||
"@stackbit/types": "2.1.0", | ||
"axios": "^1.7.7", | ||
@@ -46,3 +46,3 @@ "eventsource": "^2.0.2", | ||
}, | ||
"gitHead": "ed7a3a773ec7203611dc046f2ff32cd052cb83af" | ||
"gitHead": "c6f6c9751bb0460ad9419626bcb21c66296f1323" | ||
} |
@@ -470,2 +470,5 @@ import EventSource from 'eventsource'; | ||
} | ||
if (inputData._spark_ai_knowledge) { | ||
return inputData._spark_ai_knowledge; | ||
} | ||
const selected: SparkKnowledgeSelection[] = []; | ||
@@ -472,0 +475,0 @@ if (inputData._spark_ai_voiceTone) { |
Sorry, the diff of this file is not supported yet
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
554665
10342
+ Added@stackbit/types@2.1.0(transitive)
- Removed@stackbit/types@2.1.1-staging.1(transitive)
Updated@stackbit/types@2.1.0