@xylabs/static-implements 4.12.44 → 4.13.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.
@@ -1,7 +1,8 @@
1
- /**
2
- * Annotation to decorate classes which implement static methods
3
- * @returns The decorated class requiring it to implement
4
- * the members of the the type as static properties/methods
5
- */
6
- export declare function staticImplements<T>(): <U extends T>(constructor: U) => void;
7
- //# sourceMappingURL=staticImplements.d.ts.map
1
+ /**
2
+ * Annotation to decorate classes which implement static methods
3
+ * @returns The decorated class requiring it to implement
4
+ * the members of the the type as static properties/methods
5
+ */
6
+ export declare function staticImplements<T>(): <U extends T>(constructor: U) => void;
7
+
8
+ export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/static-implements",
3
- "version": "4.12.44",
3
+ "version": "4.13.0",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "static",
@@ -29,17 +29,17 @@
29
29
  "type": "module",
30
30
  "exports": {
31
31
  ".": {
32
- "types": "./dist/types/index.d.ts",
32
+ "types": "./dist/neutral/index.d.ts",
33
33
  "default": "./dist/neutral/index.mjs"
34
34
  },
35
35
  "./package.json": "./package.json"
36
36
  },
37
37
  "module": "./dist/neutral/index.mjs",
38
- "types": "./dist/types/index.d.ts",
38
+ "types": "./dist/neutral/index.d.ts",
39
39
  "devDependencies": {
40
- "@xylabs/ts-scripts-yarn3": "^6.5.12",
41
- "@xylabs/tsconfig": "^6.5.12",
42
- "@xylabs/vitest-extended": "^4.12.44",
40
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.7",
41
+ "@xylabs/tsconfig": "^7.0.0-rc.7",
42
+ "@xylabs/vitest-extended": "^4.13.0",
43
43
  "tslib": "^2.8.1",
44
44
  "typescript": "^5.8.3",
45
45
  "vitest": "^3.2.4"
@@ -1,2 +0,0 @@
1
- export * from './staticImplements.ts';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"staticImplements.d.ts","sourceRoot":"","sources":["../../src/staticImplements.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,CAAC,MACxB,CAAC,SAAS,CAAC,EAAE,aAAa,CAAC,UAIpC"}