@epicai/chariot 2.1.2
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/README.md +23 -0
- package/bin/notice.cjs +9 -0
- package/bin/redirect.cjs +12 -0
- package/index.js +8 -0
- package/package.json +37 -0
package/README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# @epicai/chariot
|
|
2
|
+
|
|
3
|
+
> **Deprecated transition version.** Upgrade to the latest `@epicai/chariot` — the Epic AI® Intelligent Virtual Assistant (IVA) MCP gateway:
|
|
4
|
+
>
|
|
5
|
+
> npm install -g @epicai/chariot@latest
|
|
6
|
+
> # or
|
|
7
|
+
> npx @epicai/chariot@latest
|
|
8
|
+
|
|
9
|
+
This version (`2.1.2`) exists only to clear the dependency graph during a release transition. Install the latest version for the supported self-hosted Epic AI® IVA MCP gateway.
|
|
10
|
+
|
|
11
|
+
## About Epic AI®
|
|
12
|
+
|
|
13
|
+
Epic AI® is a self-hosted Intelligent Virtual Assistant (IVA) platform.
|
|
14
|
+
Your data never leaves your infrastructure.
|
|
15
|
+
|
|
16
|
+
- **Homepage:** https://chariot.epic-ai.io
|
|
17
|
+
- **Source:** https://github.com/protectnil/epic-ai-chariot
|
|
18
|
+
- **Issues:** https://github.com/protectnil/epic-ai-chariot/issues
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
"Epic AI®", "IVA", and "Intelligent Virtual Assistant" are trademarks of
|
|
23
|
+
protectNIL Inc. U.S. Trademark Reg. No. 7,748,019. All rights reserved.
|
package/bin/notice.cjs
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
'use strict';
|
|
3
|
+
console.error('');
|
|
4
|
+
console.error(' Upgrade to latest @epicai/chariot; this is a deprecated transition version.');
|
|
5
|
+
console.error('');
|
|
6
|
+
console.error(' npm install -g @epicai/chariot@latest');
|
|
7
|
+
console.error('');
|
|
8
|
+
console.error(' Docs: https://chariot.epic-ai.io/');
|
|
9
|
+
console.error('');
|
package/bin/redirect.cjs
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
'use strict';
|
|
3
|
+
console.error('');
|
|
4
|
+
console.error(' Upgrade to latest @epicai/chariot; this is a deprecated transition version.');
|
|
5
|
+
console.error('');
|
|
6
|
+
console.error(' npm install -g @epicai/chariot@latest');
|
|
7
|
+
console.error(' # or');
|
|
8
|
+
console.error(' npx @epicai/chariot@latest');
|
|
9
|
+
console.error('');
|
|
10
|
+
console.error(' Docs: https://chariot.epic-ai.io/');
|
|
11
|
+
console.error('');
|
|
12
|
+
process.exit(1);
|
package/index.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// @epicai/chariot 2.1.2 is a deprecated transition version.
|
|
2
|
+
// Upgrade to the latest @epicai/chariot for the supported runtime.
|
|
3
|
+
module.exports = {
|
|
4
|
+
deprecated: true,
|
|
5
|
+
message: 'Upgrade to latest @epicai/chariot; this is a deprecated transition version.',
|
|
6
|
+
upgrade: 'npm install -g @epicai/chariot@latest',
|
|
7
|
+
homepage: 'https://chariot.epic-ai.io',
|
|
8
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@epicai/chariot",
|
|
3
|
+
"version": "2.1.2",
|
|
4
|
+
"description": "Deprecated transition version. Upgrade to the latest @epicai/chariot — the Epic AI® Intelligent Virtual Assistant (IVA) MCP gateway. Run: npx @epicai/chariot",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"bin": {
|
|
7
|
+
"chariot": "./bin/redirect.cjs",
|
|
8
|
+
"epicai-chariot": "./bin/redirect.cjs"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"postinstall": "node ./bin/notice.cjs"
|
|
12
|
+
},
|
|
13
|
+
"keywords": [
|
|
14
|
+
"epicai",
|
|
15
|
+
"epic-ai",
|
|
16
|
+
"chariot",
|
|
17
|
+
"iva",
|
|
18
|
+
"intelligent-virtual-assistant",
|
|
19
|
+
"mcp",
|
|
20
|
+
"self-hosted",
|
|
21
|
+
"deprecated",
|
|
22
|
+
"transition"
|
|
23
|
+
],
|
|
24
|
+
"author": "protectNIL Inc. <michael@protectNIL.com>",
|
|
25
|
+
"license": "UNLICENSED",
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "git+https://github.com/protectnil/epic-ai-chariot.git"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://chariot.epic-ai.io",
|
|
31
|
+
"bugs": {
|
|
32
|
+
"url": "https://github.com/protectnil/epic-ai-chariot/issues"
|
|
33
|
+
},
|
|
34
|
+
"engines": {
|
|
35
|
+
"node": ">=18"
|
|
36
|
+
}
|
|
37
|
+
}
|