This commit is contained in:
Benjamin Toby 2025-07-15 10:03:31 +01:00
parent 4177497e48
commit 8a7c4530da
13 changed files with 1 additions and 21 deletions

View File

@ -1 +0,0 @@
export {};

View File

@ -1,2 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

View File

@ -1 +0,0 @@
declare var l: string;

View File

@ -1,2 +0,0 @@
"use strict";
var l = "Hi There #8";

View File

@ -1 +0,0 @@
export {};

View File

@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const testVar = 37;

View File

@ -1 +0,0 @@
export {};

View File

@ -1,2 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

View File

@ -1 +0,0 @@
declare var l: string;

View File

@ -1,2 +0,0 @@
"use strict";
var l = "Hi There #7";

View File

@ -1 +0,0 @@
export {};

View File

@ -1,3 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const testVar = 37;

View File

@ -1,6 +1,6 @@
{ {
"name": "@moduletrace/turbosync", "name": "@moduletrace/turbosync",
"version": "1.2.0", "version": "1.2.1",
"module": "dist/index.js", "module": "dist/index.js",
"scripts": { "scripts": {
"start": "node dist/index.js", "start": "node dist/index.js",