@c-rex/types 0.0.1 → 0.0.2

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.d.mts CHANGED
@@ -1,5 +1,4 @@
1
- import { LOG_LEVELS, LOG_CATEGORIES } from '@c-rex/constants';
2
- import { ALL } from 'dns';
1
+ import { LOG_LEVELS, ALL, LOG_CATEGORIES } from '@c-rex/constants';
3
2
 
4
3
  type QueryParams = {
5
4
  key: string;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- import { LOG_LEVELS, LOG_CATEGORIES } from '@c-rex/constants';
2
- import { ALL } from 'dns';
1
+ import { LOG_LEVELS, ALL, LOG_CATEGORIES } from '@c-rex/constants';
3
2
 
4
3
  type QueryParams = {
5
4
  key: string;
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { LOG_CATEGORIES, LOG_LEVELS } from \"@c-rex/constants\";\nimport { ALL } from \"dns\";\n\nexport type QueryParams = { key: string; value: string };\nexport type LogLevelType = keyof typeof LOG_LEVELS | typeof ALL\nexport type LogCategoriesType = typeof LOG_CATEGORIES[number] | typeof ALL;"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { LOG_CATEGORIES, LOG_LEVELS, ALL } from \"@c-rex/constants\";\n\nexport type QueryParams = { key: string; value: string };\nexport type LogLevelType = keyof typeof LOG_LEVELS | typeof ALL\nexport type LogCategoriesType = typeof LOG_CATEGORIES[number] | typeof ALL;"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c-rex/types",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",