@neon-rs/cli 0.0.52 → 0.0.53

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/index.js +0 -9
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -15366,15 +15366,6 @@ function printError(e) {
15366
15366
 
15367
15367
 
15368
15368
 
15369
- /*
15370
- import { createRequire } from 'node:module';
15371
-
15372
- const absoluteRequire = createRequire(import.meta.url);
15373
-
15374
- global['require'] = function(spec: string) {
15375
- return absoluteRequire(spec);
15376
- } as any;
15377
- */
15378
15369
  class Cli {
15379
15370
  parse() {
15380
15371
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neon-rs/cli",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "description": "Command-line build tool for Neon modules.",
5
5
  "type": "module",
6
6
  "exports": "./index.js",