@frumu/tandem 0.4.16 → 0.4.18

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -152,5 +152,5 @@ Common provider keys:
152
152
 
153
153
  ## Documentation
154
154
 
155
- - Project docs: https://tandem.frumu.ai/docs
155
+ - Project docs: https://tandem.ac/docs
156
156
  - GitHub releases: https://github.com/frumu-ai/tandem/releases
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@frumu/tandem",
3
- "version": "0.4.16",
3
+ "version": "0.4.18",
4
4
  "description": "Tandem master CLI and engine binary distribution",
5
- "homepage": "https://tandem.frumu.ai",
5
+ "homepage": "https://tandem.ac",
6
6
  "bin": {
7
7
  "tandem": "bin/tandem.js",
8
8
  "tandem-engine": "bin/tandem-engine.js"