@toolr/seedr 0.1.46 → 0.1.48

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 -4
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -152,9 +152,6 @@ function handleCommandError(error2) {
152
152
  }
153
153
 
154
154
  // src/utils/analytics.ts
155
- import { createRequire } from "module";
156
- var require2 = createRequire(import.meta.url);
157
- var { version: CLI_VERSION } = require2("../../package.json");
158
155
  var ANALYTICS_URL = "https://seedr.toolr.dev/api/installs";
159
156
  function trackInstalls(slug, type, results, scope) {
160
157
  if (process.env.SEEDR_NO_TELEMETRY) return;
@@ -168,7 +165,7 @@ function trackInstalls(slug, type, results, scope) {
168
165
  type,
169
166
  tool: result.tool,
170
167
  scope,
171
- version: CLI_VERSION
168
+ version: "0.1.48"
172
169
  }),
173
170
  signal: AbortSignal.timeout(4e3)
174
171
  }).catch(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolr/seedr",
3
- "version": "0.1.46",
3
+ "version": "0.1.48",
4
4
  "description": "Seed your projects with AI configurations",
5
5
  "type": "module",
6
6
  "bin": {