@promster/types 14.0.0 → 15.0.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 suǝʞǝǝpʇ
3
+ Copyright (c) 2025 suǝʞǝǝpʇ
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,5 +1,5 @@
1
- import { type DeepRequired } from 'ts-essentials';
2
- import { type Gauge, type Counter, type Summary, type Histogram } from 'prom-client';
1
+ import type { Counter, Gauge, Histogram, Summary } from 'prom-client';
2
+ import type { DeepRequired } from 'ts-essentials';
3
3
  export type TLabelValues = Record<string, string | number>;
4
4
  type TContext<Q, S> = {
5
5
  req: Q;
@@ -1,2 +1,2 @@
1
- export * from "./declarations/src/index";
1
+ export * from "./declarations/src/index.js";
2
2
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvbXN0ZXItdHlwZXMuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promster/types",
3
- "version": "14.0.0",
3
+ "version": "15.0.1",
4
4
  "description": "Shared types of promster",
5
5
  "main": "dist/promster-types.cjs.js",
6
6
  "typings": "dist/promster-types.cjs.d.ts",
@@ -35,10 +35,10 @@
35
35
  "prometheus"
36
36
  ],
37
37
  "dependencies": {
38
- "ts-essentials": "9.4.1"
38
+ "ts-essentials": "9.4.2"
39
39
  },
40
40
  "devDependencies": {
41
- "prom-client": "15.1.1"
41
+ "prom-client": "15.1.3"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "prom-client": "13.x.x || 14.x || 15.x"