sales-frontend-debug 0.0.78 → 0.0.79

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.cjs CHANGED
@@ -396,6 +396,10 @@ var filterList = [
396
396
  {
397
397
  key: "data-init-button",
398
398
  description: "\uC11C\uC2DD\uB2E8\uACC4,\uCD08\uAE30\uD654 \uBC84\uD2BC \uCD94\uAC00"
399
+ },
400
+ {
401
+ key: "camera-v2-test",
402
+ description: "\uCE74\uBA54\uB77C v2 \uD14C\uC2A4\uD2B8"
399
403
  }
400
404
  ];
401
405
  function Filter() {
package/dist/index.d.cts CHANGED
@@ -48,7 +48,7 @@ declare function addRequestLog(config: InternalAxiosRequestConfig): Promise<unkn
48
48
  declare function addResponseLog(response: AxiosResponse): Promise<unknown> | undefined;
49
49
  declare function addErrorLog(error: AxiosError): Promise<unknown> | undefined;
50
50
 
51
- type DebugFilterKey = 'dropdown-transform-test' | 'downloader' | 'console-log' | 'auth-token' | 'validation-off' | 'http-log' | 'data-init-button';
51
+ type DebugFilterKey = 'dropdown-transform-test' | 'downloader' | 'console-log' | 'auth-token' | 'validation-off' | 'http-log' | 'data-init-button' | 'camera-v2-test';
52
52
 
53
53
  /**
54
54
  * @deprecated isDebugByFilterName('validation-off') 를 사용하세요. 해당 함수는 삭제 예정
package/dist/index.d.ts CHANGED
@@ -48,7 +48,7 @@ declare function addRequestLog(config: InternalAxiosRequestConfig): Promise<unkn
48
48
  declare function addResponseLog(response: AxiosResponse): Promise<unknown> | undefined;
49
49
  declare function addErrorLog(error: AxiosError): Promise<unknown> | undefined;
50
50
 
51
- type DebugFilterKey = 'dropdown-transform-test' | 'downloader' | 'console-log' | 'auth-token' | 'validation-off' | 'http-log' | 'data-init-button';
51
+ type DebugFilterKey = 'dropdown-transform-test' | 'downloader' | 'console-log' | 'auth-token' | 'validation-off' | 'http-log' | 'data-init-button' | 'camera-v2-test';
52
52
 
53
53
  /**
54
54
  * @deprecated isDebugByFilterName('validation-off') 를 사용하세요. 해당 함수는 삭제 예정
package/dist/index.js CHANGED
@@ -390,6 +390,10 @@ var filterList = [
390
390
  {
391
391
  key: "data-init-button",
392
392
  description: "\uC11C\uC2DD\uB2E8\uACC4,\uCD08\uAE30\uD654 \uBC84\uD2BC \uCD94\uAC00"
393
+ },
394
+ {
395
+ key: "camera-v2-test",
396
+ description: "\uCE74\uBA54\uB77C v2 \uD14C\uC2A4\uD2B8"
393
397
  }
394
398
  ];
395
399
  function Filter() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sales-frontend-debug",
3
- "version": "0.0.78",
3
+ "version": "0.0.79",
4
4
  "private": false,
5
5
  "description": "A package containing the DebugTool component and related features.",
6
6
  "type": "module",
@@ -32,7 +32,7 @@
32
32
  "eslint-config-sales-frontend-eslint-config-v8": "^0.0.8",
33
33
  "sales-frontend-typescript-config": "0.0.2",
34
34
  "sales-frontend-stores": "0.0.15",
35
- "sales-frontend-vitest-config": "0.0.3"
35
+ "sales-frontend-vitest-config": "0.0.4"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=19.0.0",