@lssm/lib.utils-typescript 0.0.0-canary-20251217063201 → 0.0.0-canary-20251217073102

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/dist/index.js CHANGED
@@ -1 +1,3 @@
1
- import{staticShouldNotHappen as e}from"./staticShouldNotHappen.js";export{e as staticShouldNotHappen};
1
+ import { staticShouldNotHappen } from "./staticShouldNotHappen.js";
2
+
3
+ export { staticShouldNotHappen };
@@ -1 +1,7 @@
1
- function e(e){throw Error(`Missing switch value ${e?.toString?.()}`)}export{e as staticShouldNotHappen};
1
+ //#region src/staticShouldNotHappen.ts
2
+ function staticShouldNotHappen(value) {
3
+ throw new Error(`Missing switch value ${value?.toString?.()}`);
4
+ }
5
+
6
+ //#endregion
7
+ export { staticShouldNotHappen };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.utils-typescript",
3
- "version": "0.0.0-canary-20251217063201",
3
+ "version": "0.0.0-canary-20251217073102",
4
4
  "scripts": {
5
5
  "clean": "rm -rf dist",
6
6
  "lint": "bun run lint:fix",
@@ -14,8 +14,8 @@
14
14
  "dev": "bun build:bundle --watch"
15
15
  },
16
16
  "devDependencies": {
17
- "@lssm/tool.typescript": "0.0.0-canary-20251217063201",
18
- "@lssm/tool.tsdown": "0.0.0-canary-20251217063201",
17
+ "@lssm/tool.typescript": "0.0.0-canary-20251217073102",
18
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217073102",
19
19
  "tsdown": "^0.17.4",
20
20
  "typescript": "^5.9.3"
21
21
  },