thinkncollab-cli 0.0.29 → 0.0.30

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/commands/pull.js +1 -1
  2. package/package.json +1 -1
package/commands/pull.js CHANGED
@@ -117,7 +117,7 @@ export default async function pull(roomId, version = "latest") {
117
117
  console.log(`📋 Project: ${projectId}`);
118
118
  console.log(`🎯 Version: ${version}\n`);
119
119
 
120
- let url = `http://localhost:3001/folder/${roomId}/download`;
120
+ let url = `http://localhost:3001/folders/${roomId}/download`;
121
121
  const params = { projectId };
122
122
 
123
123
  if (version !== "latest") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thinkncollab-cli",
3
3
  "author": "Raman Singh",
4
- "version": "0.0.29",
4
+ "version": "0.0.30",
5
5
  "description": "CLI tool for ThinkNCollab",
6
6
  "main": "index.js",
7
7
  "bin": {