@everyonesoftware/common 12.0.0 → 13.0.0
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/outputs/{characterWriteStream-CzPcNOCD.d.cts → characterWriteStream-DGlmRcFl.d.cts} +9 -0
- package/outputs/{characterWriteStream-CzPcNOCD.d.ts → characterWriteStream-DGlmRcFl.d.ts} +9 -0
- package/outputs/{chunk-FZ3WRQ7B.js → chunk-P4KLLRFY.js} +2 -2
- package/outputs/{chunk-MHMLVX2O.js → chunk-TUBXFCG4.js} +4 -1
- package/outputs/chunk-TUBXFCG4.js.map +1 -0
- package/outputs/sourceIndex.cjs +3 -0
- package/outputs/sourceIndex.cjs.map +1 -1
- package/outputs/sourceIndex.d.cts +3 -2
- package/outputs/sourceIndex.d.ts +3 -2
- package/outputs/sourceIndex.js +1 -1
- package/outputs/testIndex.cjs +3 -0
- package/outputs/testIndex.cjs.map +1 -1
- package/outputs/testIndex.d.cts +1 -1
- package/outputs/testIndex.d.ts +1 -1
- package/outputs/testIndex.js +2 -2
- package/outputs/tests.cjs +4 -0
- package/outputs/tests.cjs.map +1 -1
- package/outputs/tests.js +3 -2
- package/outputs/tests.js.map +1 -1
- package/package.json +1 -1
- package/outputs/chunk-MHMLVX2O.js.map +0 -1
- /package/outputs/{chunk-FZ3WRQ7B.js.map → chunk-P4KLLRFY.js.map} +0 -0
package/outputs/tests.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
TestAction,
|
|
7
7
|
TreeConsoleTestRunnerUI,
|
|
8
8
|
assertTestTests_exports
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-P4KLLRFY.js";
|
|
10
10
|
import {
|
|
11
11
|
ByteListStream,
|
|
12
12
|
Bytes,
|
|
@@ -90,7 +90,7 @@ import {
|
|
|
90
90
|
join,
|
|
91
91
|
orList,
|
|
92
92
|
quote
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-TUBXFCG4.js";
|
|
94
94
|
|
|
95
95
|
// tests/byteListStreamTests.ts
|
|
96
96
|
var byteListStreamTests_exports = {};
|
|
@@ -3304,6 +3304,7 @@ function test12(runner) {
|
|
|
3304
3304
|
test57.assertEqual(18, dateTime.getMinute());
|
|
3305
3305
|
test57.assertEqual(30, dateTime.getSecond());
|
|
3306
3306
|
test57.assertEqual("2025-03-14", dateTime.toDateString());
|
|
3307
|
+
test57.assertEqual("Mar 14", dateTime.toShortDateString());
|
|
3307
3308
|
test57.assertEqual("2025-03-14T20:18:30.000-07:00", dateTime.toString());
|
|
3308
3309
|
test57.assertEqual("2025-03-14T20:18:30.000-07:00", dateTime.debug);
|
|
3309
3310
|
});
|