@toolr/seedr 0.1.49 → 0.1.50

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -165,7 +165,7 @@ function trackInstalls(slug, type, results, scope) {
165
165
  type,
166
166
  tool: result.tool,
167
167
  scope,
168
- version: "0.1.49"
168
+ version: "0.1.50"
169
169
  }),
170
170
  signal: AbortSignal.timeout(4e3)
171
171
  }).catch(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolr/seedr",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "description": "Seed your projects with AI configurations",
5
5
  "type": "module",
6
6
  "bin": {