quidproquo-testing 0.0.254 → 0.0.256
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.
- package/lib/commonjs/index.d.ts +1 -1
- package/lib/commonjs/index.js +4 -4
- package/lib/esm/index.d.ts +1 -1
- package/lib/esm/index.js +1 -1
- package/package.json +3 -3
package/lib/commonjs/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const __PLACEHOLDER__ = 0;
|
|
1
|
+
export declare const __PLACEHOLDER__ = 0;
|
package/lib/commonjs/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.__PLACEHOLDER__ = void 0;
|
|
4
|
-
exports.__PLACEHOLDER__ = 0;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.__PLACEHOLDER__ = void 0;
|
|
4
|
+
exports.__PLACEHOLDER__ = 0;
|
package/lib/esm/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const __PLACEHOLDER__ = 0;
|
|
1
|
+
export declare const __PLACEHOLDER__ = 0;
|
package/lib/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const __PLACEHOLDER__ = 0;
|
|
1
|
+
export const __PLACEHOLDER__ = 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "quidproquo-testing",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.256",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/commonjs/index.js",
|
|
6
6
|
"module": "./lib/esm/index.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://github.com/joe-coady/quidproquo#readme",
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"quidproquo-tsconfig": "0.0.
|
|
36
|
-
"typescript": "^
|
|
35
|
+
"quidproquo-tsconfig": "0.0.256",
|
|
36
|
+
"typescript": "^5.8.2"
|
|
37
37
|
}
|
|
38
38
|
}
|