wcz-test 6.4.5 → 6.4.6

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/pg.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from 'pg';
package/dist/pg.js ADDED
@@ -0,0 +1,3 @@
1
+ // src/pg.ts
2
+ export * from "pg";
3
+ //# sourceMappingURL=pg.js.map
package/dist/pg.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/pg.ts"],"sourcesContent":["export * from \"pg\";\r\n"],"mappings":";AAAA,cAAc;","names":[]}
package/dist/utils.d.ts CHANGED
@@ -8,7 +8,6 @@ export { createEnv } from '@t3-oss/env-core';
8
8
  export { default as i18n, t } from 'i18next';
9
9
  export { initReactI18next, useTranslation } from 'react-i18next';
10
10
  export { default as LanguageDetector } from 'i18next-browser-languagedetector';
11
- export { Pool } from 'pg';
12
11
  import 'axios';
13
12
 
14
13
  declare const authClient: {
package/dist/utils.js CHANGED
@@ -18,11 +18,9 @@ import { t } from "i18next";
18
18
  import { default as default2 } from "i18next";
19
19
  import { initReactI18next, useTranslation } from "react-i18next";
20
20
  import { default as default3 } from "i18next-browser-languagedetector";
21
- import { Pool } from "pg";
22
21
  export {
23
22
  default3 as LanguageDetector,
24
23
  Platform,
25
- Pool,
26
24
  WISTRON_PRIMARY_COLOR,
27
25
  WISTRON_SECONDARY_COLOR,
28
26
  authClient,
package/dist/utils.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/utils.ts"],"sourcesContent":["export { Platform, rootRouteHead, httpClient } from \"./lib/utils\";\r\nexport { authClient } from \"./lib/auth/auth-client\";\r\nexport { WISTRON_PRIMARY_COLOR, WISTRON_SECONDARY_COLOR } from \"./hooks/ThemeHook\";\r\n\r\n// UUID\r\nexport { uuidv7 } from \"uuidv7\";\r\n\r\n// ENV\r\nexport { createEnv } from \"@t3-oss/env-core\";\r\n\r\n// Internationalization\r\nexport { t } from \"i18next\";\r\nexport { default as i18n } from \"i18next\";\r\nexport { initReactI18next, useTranslation } from \"react-i18next\";\r\nexport { default as LanguageDetector } from \"i18next-browser-languagedetector\";\r\n\r\n// PostgreSQL\r\nexport { Pool } from \"pg\";\r\n"],"mappings":";;;;;;;;;;;;;;AAKA,SAAS,cAAc;AAGvB,SAAS,iBAAiB;AAG1B,SAAS,SAAS;AAClB,SAAoB,WAAXA,gBAAuB;AAChC,SAAS,kBAAkB,sBAAsB;AACjD,SAAoB,WAAXA,gBAAmC;AAG5C,SAAS,YAAY;","names":["default"]}
1
+ {"version":3,"sources":["../src/utils.ts"],"sourcesContent":["export { Platform, rootRouteHead, httpClient } from \"./lib/utils\";\r\nexport { authClient } from \"./lib/auth/auth-client\";\r\nexport { WISTRON_PRIMARY_COLOR, WISTRON_SECONDARY_COLOR } from \"./hooks/ThemeHook\";\r\n\r\n// UUID\r\nexport { uuidv7 } from \"uuidv7\";\r\n\r\n// ENV\r\nexport { createEnv } from \"@t3-oss/env-core\";\r\n\r\n// Internationalization\r\nexport { t } from \"i18next\";\r\nexport { default as i18n } from \"i18next\";\r\nexport { initReactI18next, useTranslation } from \"react-i18next\";\r\nexport { default as LanguageDetector } from \"i18next-browser-languagedetector\";\r\n"],"mappings":";;;;;;;;;;;;;;AAKA,SAAS,cAAc;AAGvB,SAAS,iBAAiB;AAG1B,SAAS,SAAS;AAClB,SAAoB,WAAXA,gBAAuB;AAChC,SAAS,kBAAkB,sBAAsB;AACjD,SAAoB,WAAXA,gBAAmC;","names":["default"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wcz-test",
3
- "version": "6.4.5",
3
+ "version": "6.4.6",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -24,6 +24,10 @@
24
24
  "types": "./dist/models.d.ts",
25
25
  "import": "./dist/models.js"
26
26
  },
27
+ "./pg": {
28
+ "types": "./dist/pg.d.ts",
29
+ "import": "./dist/pg.js"
30
+ },
27
31
  "./queries": {
28
32
  "types": "./dist/queries.d.ts",
29
33
  "import": "./dist/queries.js"