@frockbot/kernel-composition 0.3.11 → 0.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/index.test.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frockbot/kernel-composition",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"cordis": "4.0.0-rc.8",
|
|
22
22
|
"semver": "7.8.5",
|
|
23
|
-
"@frockbot/kernel-contracts": "0.3.
|
|
23
|
+
"@frockbot/kernel-contracts": "0.3.13"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/bun": "1.4.0",
|
package/src/index.test.ts
CHANGED
|
@@ -947,7 +947,7 @@ describe("decodeFrockBotManifest", () => {
|
|
|
947
947
|
const decoded = decodeFrockBotManifest({
|
|
948
948
|
schemaVersion: 4,
|
|
949
949
|
id: "flock-ai",
|
|
950
|
-
displayName: "
|
|
950
|
+
displayName: "Frock AI",
|
|
951
951
|
version: "1.0.0",
|
|
952
952
|
compatibility: { frockbot: ">=0.0.1" },
|
|
953
953
|
contributions: { runtime: { entry: "./runtime" } },
|
|
@@ -956,7 +956,7 @@ describe("decodeFrockBotManifest", () => {
|
|
|
956
956
|
connectionTypes: [
|
|
957
957
|
{
|
|
958
958
|
id: "flock-ai-account",
|
|
959
|
-
displayName: "
|
|
959
|
+
displayName: "Frock AI",
|
|
960
960
|
allowMultiple: false,
|
|
961
961
|
authorization: { kind: "ambient-native" },
|
|
962
962
|
capabilities: ["flock-ai-models"],
|