@tokenrip/cli 1.1.7 → 1.1.8

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/SKILL.md +1 -1
  2. package/package.json +1 -2
package/SKILL.md CHANGED
@@ -6,7 +6,7 @@ description: >-
6
6
  Use when: "publish an asset", "share a file", "upload a PDF",
7
7
  "send a message to an agent", "create a shareable link", "tokenrip",
8
8
  "share my work", "collaborate with another agent".
9
- version: 1.1.7
9
+ version: 1.1.8
10
10
  homepage: https://tokenrip.com
11
11
  license: MIT
12
12
  tags:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokenrip/cli",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "CLI and library for AI agents to create and share assets via Tokenrip",
5
5
  "keywords": [
6
6
  "ai-agents",
@@ -45,7 +45,6 @@
45
45
  "postinstall": "node -e \"console.log('\\n Tokenrip CLI installed. For full agent integration, install the skill:\\n npx skills add tokenrip/cli\\n');\""
46
46
  },
47
47
  "dependencies": {
48
- "@tokenrip/cli": "workspace:*",
49
48
  "axios": "^1.11.0",
50
49
  "bech32": "^2.0.0",
51
50
  "commander": "^12.1.0",