@contential/prompt
Advanced tools
Comparing version 0.0.4-test to 0.0.5-test
@@ -20,3 +20,4 @@ type PromptClientOptions = { | ||
}; | ||
declare const testApi = "testApi"; | ||
export { PromptClientOptions, PromptConfig, PromptOnUpdate, PromptOptions, PromptOptionsData, getClient }; | ||
export { PromptClientOptions, PromptConfig, PromptOnUpdate, PromptOptions, PromptOptionsData, getClient, testApi }; |
@@ -43,3 +43,4 @@ "use strict"; | ||
__export(src_exports, { | ||
getClient: () => getClient | ||
getClient: () => getClient, | ||
testApi: () => testApi | ||
}); | ||
@@ -66,5 +67,7 @@ module.exports = __toCommonJS(src_exports); | ||
}; | ||
var testApi = "testApi"; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
getClient | ||
getClient, | ||
testApi | ||
}); |
{ | ||
"name": "@contential/prompt", | ||
"version": "0.0.4-test", | ||
"version": "0.0.5-test", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@contential/api": "^0.0.0-test" | ||
"@contential/api": "^0.0.1-test" | ||
}, | ||
@@ -13,0 +13,0 @@ "scripts": { |
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
5854
143
+ Added@contential/api@0.0.1(transitive)
+ Addedaxios@1.7.8(transitive)
- Removed@contential/api@0.0.0-test(transitive)
- Removed@fastify/busboy@2.1.1(transitive)
- Removedaxios@1.7.7(transitive)
- Removedundici@5.28.4(transitive)
Updated@contential/api@^0.0.1-test