@relipa/ai-flow-kit 0.0.5-beta.1 → 0.0.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relipa/ai-flow-kit",
3
- "version": "0.0.5-beta.1",
3
+ "version": "0.0.5",
4
4
  "description": "All-in-one AI Flow Kit for team development with Claude AI - skills, templates, and MCP adapters",
5
5
  "author": "Relipa AI Team",
6
6
  "publishConfig": {
@@ -54,7 +54,7 @@ function pingServer(url, teamSecret, testEmail) {
54
54
  // email domain might be invalid because ping uses ping@ping, which is fine, it means auth passed!
55
55
  // Wait, if early check fails on email domain, it might skip HMAC check.
56
56
  // Our Apps Script checks email domain FIRST.
57
- // If we want to test HMAC, we should use a valid relipasoft email for ping or bypass email check on ping.
57
+ // If we want to test HMAC, we should use a valid company email for ping or bypass email check on ping.
58
58
  // Actually, if it returns 403 unauthorized_email_domain, we know the endpoint is alive, but we didn't test HMAC.
59
59
  resolve(true);
60
60
  }