@treasuredata/tdx 0.4.3 → 0.4.4

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.
Files changed (109) hide show
  1. package/dist/build-info.json +2 -2
  2. package/dist/cli.js +1 -1
  3. package/dist/cli.js.map +1 -1
  4. package/dist/client/cdp-api-client.js +1 -1
  5. package/dist/client/engage-api-client.d.ts +57 -0
  6. package/dist/client/engage-api-client.d.ts.map +1 -0
  7. package/dist/client/engage-api-client.js +1 -0
  8. package/dist/client/engage-api-client.js.map +1 -0
  9. package/dist/client/http-client.js +1 -1
  10. package/dist/client/llm-api-client.js +1 -1
  11. package/dist/client/rate-limiter.js +1 -1
  12. package/dist/client/td-api-client.js +1 -1
  13. package/dist/client/trino-api-client.js +1 -1
  14. package/dist/client/workflow-client.js +1 -1
  15. package/dist/commands/activations.js +1 -1
  16. package/dist/commands/api-command.js +1 -1
  17. package/dist/commands/auth-command.js +1 -1
  18. package/dist/commands/chat-command.js +1 -1
  19. package/dist/commands/claude-command.js +1 -1
  20. package/dist/commands/command.js +1 -1
  21. package/dist/commands/context-command.js +1 -1
  22. package/dist/commands/databases.js +1 -1
  23. package/dist/commands/describe.js +1 -1
  24. package/dist/commands/engage-command.d.ts +69 -0
  25. package/dist/commands/engage-command.d.ts.map +1 -0
  26. package/dist/commands/engage-command.js +1 -0
  27. package/dist/commands/engage-command.js.map +1 -0
  28. package/dist/commands/job-command.js +1 -1
  29. package/dist/commands/llm-command.js +1 -1
  30. package/dist/commands/llm-proxy.js +1 -1
  31. package/dist/commands/parent-segment-command.js +1 -1
  32. package/dist/commands/profiles-command.js +1 -1
  33. package/dist/commands/query-command.js +1 -1
  34. package/dist/commands/segment-command.js +1 -1
  35. package/dist/commands/segment-create-command.js +1 -1
  36. package/dist/commands/segment-fields-command.js +1 -1
  37. package/dist/commands/segment-pwd-command.js +1 -1
  38. package/dist/commands/segment-update-command.js +1 -1
  39. package/dist/commands/segment-use-command.js +1 -1
  40. package/dist/commands/segments.js +1 -1
  41. package/dist/commands/show.js +1 -1
  42. package/dist/commands/tables.js +1 -1
  43. package/dist/commands/use-command.js +1 -1
  44. package/dist/commands/workflow-command.js +1 -1
  45. package/dist/core/auth.js +1 -1
  46. package/dist/core/config.js +1 -1
  47. package/dist/core/credential-cache.js +1 -1
  48. package/dist/core/global-context.js +1 -1
  49. package/dist/core/keychain.js +1 -1
  50. package/dist/core/profile.js +1 -1
  51. package/dist/core/project-config.js +1 -1
  52. package/dist/core/session.js +1 -1
  53. package/dist/index.js +1 -1
  54. package/dist/proxy/anthropic-adapter.js +1 -1
  55. package/dist/proxy/server.js +1 -1
  56. package/dist/proxy/session-cache.js +1 -1
  57. package/dist/sdk/api.js +1 -1
  58. package/dist/sdk/engage.d.ts +152 -0
  59. package/dist/sdk/engage.d.ts.map +1 -0
  60. package/dist/sdk/engage.js +1 -0
  61. package/dist/sdk/engage.js.map +1 -0
  62. package/dist/sdk/errors.js +1 -1
  63. package/dist/sdk/index.d.ts +7 -0
  64. package/dist/sdk/index.d.ts.map +1 -1
  65. package/dist/sdk/index.js +1 -1
  66. package/dist/sdk/index.js.map +1 -1
  67. package/dist/sdk/job.js +1 -1
  68. package/dist/sdk/llm.js +1 -1
  69. package/dist/sdk/query.js +1 -1
  70. package/dist/sdk/segment.js +1 -1
  71. package/dist/sdk/workflow.js +1 -1
  72. package/dist/types/endpoints.d.ts +4 -0
  73. package/dist/types/endpoints.d.ts.map +1 -1
  74. package/dist/types/endpoints.js +1 -1
  75. package/dist/types/endpoints.js.map +1 -1
  76. package/dist/types/engage.d.ts +340 -0
  77. package/dist/types/engage.d.ts.map +1 -0
  78. package/dist/types/engage.js +1 -0
  79. package/dist/types/engage.js.map +1 -0
  80. package/dist/types/index.d.ts +2 -1
  81. package/dist/types/index.d.ts.map +1 -1
  82. package/dist/types/index.js +1 -1
  83. package/dist/utils/agent-ref-parser.js +1 -1
  84. package/dist/utils/chat-cache.js +1 -1
  85. package/dist/utils/colors.js +1 -1
  86. package/dist/utils/command-output.js +1 -1
  87. package/dist/utils/constants.js +1 -1
  88. package/dist/utils/file-permissions.js +1 -1
  89. package/dist/utils/format-detector.js +1 -1
  90. package/dist/utils/formatters.js +1 -1
  91. package/dist/utils/json-loader.js +1 -1
  92. package/dist/utils/llm-backup-utils.js +1 -1
  93. package/dist/utils/model-aliases.js +1 -1
  94. package/dist/utils/option-validation.js +1 -1
  95. package/dist/utils/port.js +1 -1
  96. package/dist/utils/process.js +1 -1
  97. package/dist/utils/prompt.js +1 -1
  98. package/dist/utils/segment-path-parser.js +1 -1
  99. package/dist/utils/segment-ref-parser.js +1 -1
  100. package/dist/utils/spinner.js +1 -1
  101. package/dist/utils/sql-parser.js +1 -1
  102. package/dist/utils/sse-parser.js +1 -1
  103. package/dist/utils/string-utils.js +1 -1
  104. package/dist/utils/table-ref-parser.js +1 -1
  105. package/dist/utils/tdx-logger.js +1 -1
  106. package/dist/utils/tree-formatter.js +1 -1
  107. package/dist/utils/version-check.js +1 -1
  108. package/dist/utils/workflow-utils.js +1 -1
  109. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x1aed3f,_0x51ece9){const _0x222263=a87_0xa4b9,_0x31ea6a=_0x1aed3f();while(!![]){try{const _0x512e02=parseInt(_0x222263(0x139))/0x1+-parseInt(_0x222263(0x127))/0x2+parseInt(_0x222263(0x128))/0x3+-parseInt(_0x222263(0x130))/0x4+parseInt(_0x222263(0x123))/0x5+parseInt(_0x222263(0x134))/0x6*(parseInt(_0x222263(0x13b))/0x7)+parseInt(_0x222263(0x125))/0x8;if(_0x512e02===_0x51ece9)break;else _0x31ea6a['push'](_0x31ea6a['shift']());}catch(_0x40a4ae){_0x31ea6a['push'](_0x31ea6a['shift']());}}}(a87_0xd00d,0xd8174));import{get}from'https';import{readFileSync,writeFileSync,mkdirSync}from'fs';import{join}from'path';import{gt,valid}from'semver';import a87_0x11ad14 from'chalk';function a87_0xa4b9(_0x56085d,_0x754e5e){const _0xd00de8=a87_0xd00d();return a87_0xa4b9=function(_0xa4b970,_0x211642){_0xa4b970=_0xa4b970-0x11b;let _0x46928a=_0xd00de8[_0xa4b970];return _0x46928a;},a87_0xa4b9(_0x56085d,_0x754e5e);}import{getCacheDir}from'../core/config.js';const CACHE_DURATION_MS=0x18*0x3c*0x3c*0x3e8,NPM_REGISTRY_URL='https://registry.npmjs.org/@treasuredata/tdx/latest',TIMEOUT_MS=0x7d0;function getCacheFilePath(){const _0x52f9af=getCacheDir();return join(_0x52f9af,'last_version_check');}function a87_0xd00d(){const _0x11146c=['414618eSrRHk','gray','707pxyPAZ','green','yellow','Run:','env','data','currentVersion','utf-8','Update\x20available:','version','statusCode','isTTY','now','stringify','updateAvailable','1389335KDdqNv','Invalid\x20version\x20format','499416pdUgkx','dim','79288RpSZNP','1040772mRBxhh','npm\x20install\x20-g\x20@treasuredata/tdx@latest','cyan','stderr','HTTP\x20','end','getTime','destroy','808124PDrWHx','parse','NO_COLOR','Request\x20timeout','1482wEOEem','lastCheck','\x0aRun:\x20','write','latestVersion'];a87_0xd00d=function(){return _0x11146c;};return a87_0xd00d();}function readCache(){const _0xcd8f85=a87_0xa4b9;try{const _0x5a8732=getCacheFilePath(),_0xb95439=readFileSync(_0x5a8732,_0xcd8f85(0x11b));return JSON[_0xcd8f85(0x131)](_0xb95439);}catch{return null;}}function writeCache(_0x2c0052){const _0xaeb8eb=a87_0xa4b9;try{const _0x2b036a=getCacheDir();mkdirSync(_0x2b036a,{'recursive':!![]});const _0x27f7c9={'lastCheck':new Date()['toISOString'](),'latestVersion':_0x2c0052},_0x3595aa=getCacheFilePath();writeFileSync(_0x3595aa,JSON[_0xaeb8eb(0x121)](_0x27f7c9,null,0x2),_0xaeb8eb(0x11b));}catch{}}function isCacheValid(_0x23e5ab){const _0x488548=a87_0xa4b9;if(!_0x23e5ab)return![];const _0x239354=new Date(_0x23e5ab[_0x488548(0x135)])[_0x488548(0x12e)](),_0x35675e=Date[_0x488548(0x120)]();return _0x35675e-_0x239354<CACHE_DURATION_MS;}function fetchLatestVersion(){return new Promise((_0x4947d4,_0x281f5b)=>{const _0x2d72b2=get(NPM_REGISTRY_URL,_0x6060e1=>{const _0x25d0bf=a87_0xa4b9;if(_0x6060e1[_0x25d0bf(0x11e)]!==0xc8){clearTimeout(_0x5de96a),_0x281f5b(new Error(_0x25d0bf(0x12c)+_0x6060e1[_0x25d0bf(0x11e)]));return;}let _0x4f3c01='';_0x6060e1['on'](_0x25d0bf(0x140),_0x58b077=>{_0x4f3c01+=_0x58b077;}),_0x6060e1['on'](_0x25d0bf(0x12d),()=>{const _0x5e42d9=_0x25d0bf;clearTimeout(_0x5de96a);try{const _0x25f293=JSON[_0x5e42d9(0x131)](_0x4f3c01);if(!valid(_0x25f293[_0x5e42d9(0x11d)])){_0x281f5b(new Error(_0x5e42d9(0x124)));return;}_0x4947d4(_0x25f293[_0x5e42d9(0x11d)]);}catch(_0xd62200){_0x281f5b(_0xd62200);}});})['on']('error',_0x5e2d21=>{clearTimeout(_0x5de96a),_0x281f5b(_0x5e2d21);}),_0x5de96a=setTimeout(()=>{const _0xabedc8=a87_0xa4b9;_0x2d72b2[_0xabedc8(0x12f)](),_0x281f5b(new Error(_0xabedc8(0x133)));},TIMEOUT_MS);});}export async function checkForUpdate(_0x55f2cb){const _0x402f0a=a87_0xa4b9;try{const _0x257073=readCache();if(isCacheValid(_0x257073)){const _0x7932b4=gt(_0x257073[_0x402f0a(0x138)],_0x55f2cb);return{'updateAvailable':_0x7932b4,'currentVersion':_0x55f2cb,'latestVersion':_0x257073[_0x402f0a(0x138)]};}const _0x15476d=await fetchLatestVersion();writeCache(_0x15476d);const _0x4ab712=gt(_0x15476d,_0x55f2cb);return{'updateAvailable':_0x4ab712,'currentVersion':_0x55f2cb,'latestVersion':_0x15476d};}catch{return null;}}export function displayUpdateNotification(_0x4f904e){const _0x59850c=a87_0xa4b9;if(!_0x4f904e[_0x59850c(0x122)])return;const _0x19acc7=process['stderr'][_0x59850c(0x11f)]&&!process[_0x59850c(0x13f)][_0x59850c(0x132)],_0x3f99df=_0x19acc7?a87_0x11ad14[_0x59850c(0x13a)]('→'):'→',_0x4b68f4=_0x19acc7?a87_0x11ad14[_0x59850c(0x126)](_0x4f904e[_0x59850c(0x141)]):_0x4f904e[_0x59850c(0x141)],_0x4842c5=_0x19acc7?a87_0x11ad14[_0x59850c(0x13c)](_0x4f904e[_0x59850c(0x138)]):_0x4f904e[_0x59850c(0x138)],_0x1c60c6=_0x19acc7?a87_0x11ad14[_0x59850c(0x12a)](_0x59850c(0x129)):_0x59850c(0x129),_0x5b27c5=_0x19acc7?'\x0a'+a87_0x11ad14[_0x59850c(0x13d)](_0x59850c(0x11c))+'\x20'+_0x4b68f4+'\x20'+_0x3f99df+'\x20'+_0x4842c5+'\x0a'+a87_0x11ad14[_0x59850c(0x126)](_0x59850c(0x13e))+'\x20'+_0x1c60c6+'\x0a':'\x0aUpdate\x20available:\x20'+_0x4b68f4+'\x20'+_0x3f99df+'\x20'+_0x4842c5+_0x59850c(0x136)+_0x1c60c6+'\x0a';process[_0x59850c(0x12b)][_0x59850c(0x137)](_0x5b27c5);}
1
+ const a91_0x36d9dd=a91_0x5b9f;(function(_0x5c71fc,_0x525074){const _0x23688e=a91_0x5b9f,_0x3caf89=_0x5c71fc();while(!![]){try{const _0x39b0e8=-parseInt(_0x23688e(0x1d6))/0x1+-parseInt(_0x23688e(0x1d3))/0x2+-parseInt(_0x23688e(0x1d5))/0x3*(parseInt(_0x23688e(0x1ce))/0x4)+-parseInt(_0x23688e(0x1cf))/0x5*(parseInt(_0x23688e(0x1c5))/0x6)+parseInt(_0x23688e(0x1d0))/0x7*(parseInt(_0x23688e(0x1d7))/0x8)+-parseInt(_0x23688e(0x1da))/0x9*(parseInt(_0x23688e(0x1bf))/0xa)+parseInt(_0x23688e(0x1c2))/0xb;if(_0x39b0e8===_0x525074)break;else _0x3caf89['push'](_0x3caf89['shift']());}catch(_0x1a6ae0){_0x3caf89['push'](_0x3caf89['shift']());}}}(a91_0x14cc,0xb479d));import{get}from'https';import{readFileSync,writeFileSync,mkdirSync}from'fs';function a91_0x14cc(){const _0xfb0972=['error','dim','47357409deJidJ','utf-8','end','942tvZixe','write','green','currentVersion','Run:','HTTP\x20','latestVersion','stderr','updateAvailable','4itnsGL','37475lXmELj','277067DotiUk','yellow','statusCode','1891678IhVLVC','parse','2062689YGXTHX','89428VHMKqv','104VFbjJq','Request\x20timeout','now','54fHfueq','Invalid\x20version\x20format','lastCheck','gray','\x0aUpdate\x20available:\x20','isTTY','npm\x20install\x20-g\x20@treasuredata/tdx@latest','destroy','env','data','https://registry.npmjs.org/@treasuredata/tdx/latest','Update\x20available:','version','last_version_check','NO_COLOR','1968330QMeHGT'];a91_0x14cc=function(){return _0xfb0972;};return a91_0x14cc();}import{join}from'path';import{gt,valid}from'semver';function a91_0x5b9f(_0x120cd8,_0xb75b2f){const _0x14cc8e=a91_0x14cc();return a91_0x5b9f=function(_0x5b9f14,_0x57bc73){_0x5b9f14=_0x5b9f14-0x1bf;let _0x387fd8=_0x14cc8e[_0x5b9f14];return _0x387fd8;},a91_0x5b9f(_0x120cd8,_0xb75b2f);}import a91_0x9a4b0 from'chalk';import{getCacheDir}from'../core/config.js';const CACHE_DURATION_MS=0x18*0x3c*0x3c*0x3e8,NPM_REGISTRY_URL=a91_0x36d9dd(0x1e4),TIMEOUT_MS=0x7d0;function getCacheFilePath(){const _0x319c18=a91_0x36d9dd,_0x478d40=getCacheDir();return join(_0x478d40,_0x319c18(0x1e7));}function readCache(){const _0x242917=a91_0x36d9dd;try{const _0x80b0b5=getCacheFilePath(),_0x4fc870=readFileSync(_0x80b0b5,_0x242917(0x1c3));return JSON[_0x242917(0x1d4)](_0x4fc870);}catch{return null;}}function writeCache(_0x4ff8cb){const _0x76a0d8=a91_0x36d9dd;try{const _0x6900b4=getCacheDir();mkdirSync(_0x6900b4,{'recursive':!![]});const _0x57141f={'lastCheck':new Date()['toISOString'](),'latestVersion':_0x4ff8cb},_0x34d5e0=getCacheFilePath();writeFileSync(_0x34d5e0,JSON['stringify'](_0x57141f,null,0x2),_0x76a0d8(0x1c3));}catch{}}function isCacheValid(_0x1f7a5d){const _0x4ee28a=a91_0x36d9dd;if(!_0x1f7a5d)return![];const _0x1fa572=new Date(_0x1f7a5d[_0x4ee28a(0x1dc)])['getTime'](),_0x536a53=Date[_0x4ee28a(0x1d9)]();return _0x536a53-_0x1fa572<CACHE_DURATION_MS;}function fetchLatestVersion(){return new Promise((_0x4c5800,_0x227884)=>{const _0x5b3358=a91_0x5b9f,_0x287f8a=get(NPM_REGISTRY_URL,_0x3806ce=>{const _0x24487a=a91_0x5b9f;if(_0x3806ce[_0x24487a(0x1d2)]!==0xc8){clearTimeout(_0x3335e1),_0x227884(new Error(_0x24487a(0x1ca)+_0x3806ce[_0x24487a(0x1d2)]));return;}let _0x9e8ba9='';_0x3806ce['on'](_0x24487a(0x1e3),_0x2a4313=>{_0x9e8ba9+=_0x2a4313;}),_0x3806ce['on'](_0x24487a(0x1c4),()=>{const _0x215669=_0x24487a;clearTimeout(_0x3335e1);try{const _0x49b186=JSON[_0x215669(0x1d4)](_0x9e8ba9);if(!valid(_0x49b186[_0x215669(0x1e6)])){_0x227884(new Error(_0x215669(0x1db)));return;}_0x4c5800(_0x49b186[_0x215669(0x1e6)]);}catch(_0x5c94d9){_0x227884(_0x5c94d9);}});})['on'](_0x5b3358(0x1c0),_0x2de1e6=>{clearTimeout(_0x3335e1),_0x227884(_0x2de1e6);}),_0x3335e1=setTimeout(()=>{const _0x4bacb1=_0x5b3358;_0x287f8a[_0x4bacb1(0x1e1)](),_0x227884(new Error(_0x4bacb1(0x1d8)));},TIMEOUT_MS);});}export async function checkForUpdate(_0xa57bf5){const _0x430aa5=a91_0x36d9dd;try{const _0x165ab7=readCache();if(isCacheValid(_0x165ab7)){const _0x36914f=gt(_0x165ab7[_0x430aa5(0x1cb)],_0xa57bf5);return{'updateAvailable':_0x36914f,'currentVersion':_0xa57bf5,'latestVersion':_0x165ab7[_0x430aa5(0x1cb)]};}const _0x293854=await fetchLatestVersion();writeCache(_0x293854);const _0x424e9f=gt(_0x293854,_0xa57bf5);return{'updateAvailable':_0x424e9f,'currentVersion':_0xa57bf5,'latestVersion':_0x293854};}catch{return null;}}export function displayUpdateNotification(_0x26a243){const _0x57c776=a91_0x36d9dd;if(!_0x26a243[_0x57c776(0x1cd)])return;const _0x2139ff=process[_0x57c776(0x1cc)][_0x57c776(0x1df)]&&!process[_0x57c776(0x1e2)][_0x57c776(0x1e8)],_0xda1858=_0x2139ff?a91_0x9a4b0[_0x57c776(0x1dd)]('→'):'→',_0x300a5c=_0x2139ff?a91_0x9a4b0[_0x57c776(0x1c1)](_0x26a243['currentVersion']):_0x26a243[_0x57c776(0x1c8)],_0x1ee5bc=_0x2139ff?a91_0x9a4b0[_0x57c776(0x1c7)](_0x26a243[_0x57c776(0x1cb)]):_0x26a243[_0x57c776(0x1cb)],_0x438149=_0x2139ff?a91_0x9a4b0['cyan'](_0x57c776(0x1e0)):_0x57c776(0x1e0),_0x10d69d=_0x2139ff?'\x0a'+a91_0x9a4b0[_0x57c776(0x1d1)](_0x57c776(0x1e5))+'\x20'+_0x300a5c+'\x20'+_0xda1858+'\x20'+_0x1ee5bc+'\x0a'+a91_0x9a4b0[_0x57c776(0x1c1)](_0x57c776(0x1c9))+'\x20'+_0x438149+'\x0a':_0x57c776(0x1de)+_0x300a5c+'\x20'+_0xda1858+'\x20'+_0x1ee5bc+'\x0aRun:\x20'+_0x438149+'\x0a';process[_0x57c776(0x1cc)][_0x57c776(0x1c6)](_0x10d69d);}
@@ -1 +1 @@
1
- function a88_0x4873(_0x85cfd4,_0x1bf337){const _0x57de92=a88_0x57de();return a88_0x4873=function(_0x4873e1,_0x1b2d7d){_0x4873e1=_0x4873e1-0x15b;let _0x348094=_0x57de92[_0x4873e1];return _0x348094;},a88_0x4873(_0x85cfd4,_0x1bf337);}(function(_0x3e15fc,_0x42a820){const _0x1de891=a88_0x4873,_0x451a1c=_0x3e15fc();while(!![]){try{const _0x36c9dc=-parseInt(_0x1de891(0x15d))/0x1+parseInt(_0x1de891(0x15c))/0x2*(-parseInt(_0x1de891(0x15b))/0x3)+parseInt(_0x1de891(0x161))/0x4+-parseInt(_0x1de891(0x162))/0x5+parseInt(_0x1de891(0x165))/0x6*(-parseInt(_0x1de891(0x160))/0x7)+parseInt(_0x1de891(0x164))/0x8+-parseInt(_0x1de891(0x15f))/0x9*(-parseInt(_0x1de891(0x15e))/0xa);if(_0x36c9dc===_0x42a820)break;else _0x451a1c['push'](_0x451a1c['shift']());}catch(_0x5dfc61){_0x451a1c['push'](_0x451a1c['shift']());}}}(a88_0x57de,0xc7392));function a88_0x57de(){const _0x99432=['2030OMHKpS','4964076prdBIE','2510960hwOAtC','.digdag','5524832RKjTLv','7932VQDPvN','2894739cJpsYB','2RWXyxn','554897JANynH','678830qfScAo','171TDRoPE'];a88_0x57de=function(){return _0x99432;};return a88_0x57de();}export const WORKFLOW_FILE_EXTENSION='.dig';export function shouldIncludeInArchive(_0x31c1fb){const _0x27a4b2=a88_0x4873;if(_0x31c1fb===_0x27a4b2(0x163))return!![];if(_0x31c1fb['startsWith']('.'))return![];return!![];}
1
+ const a92_0x5cb778=a92_0x46da;(function(_0x89fdce,_0x26c0b6){const _0x1fdaf8=a92_0x46da,_0x1fc0c=_0x89fdce();while(!![]){try{const _0x35827e=-parseInt(_0x1fdaf8(0xae))/0x1*(parseInt(_0x1fdaf8(0xaf))/0x2)+parseInt(_0x1fdaf8(0xb5))/0x3+parseInt(_0x1fdaf8(0xad))/0x4+parseInt(_0x1fdaf8(0xb6))/0x5*(parseInt(_0x1fdaf8(0xb4))/0x6)+parseInt(_0x1fdaf8(0xab))/0x7+-parseInt(_0x1fdaf8(0xb3))/0x8*(parseInt(_0x1fdaf8(0xb0))/0x9)+-parseInt(_0x1fdaf8(0xac))/0xa;if(_0x35827e===_0x26c0b6)break;else _0x1fc0c['push'](_0x1fc0c['shift']());}catch(_0x3bd1eb){_0x1fc0c['push'](_0x1fc0c['shift']());}}}(a92_0x316f,0x98f10));function a92_0x46da(_0xbf9964,_0x5f4abd){const _0x316f7f=a92_0x316f();return a92_0x46da=function(_0x46dab7,_0x165d8f){_0x46dab7=_0x46dab7-0xab;let _0x250fdc=_0x316f7f[_0x46dab7];return _0x250fdc;},a92_0x46da(_0xbf9964,_0x5f4abd);}export const WORKFLOW_FILE_EXTENSION=a92_0x5cb778(0xb1);export function shouldIncludeInArchive(_0x2d8f6d){const _0xa71e76=a92_0x5cb778;if(_0x2d8f6d===_0xa71e76(0xb2))return!![];if(_0x2d8f6d['startsWith']('.'))return![];return!![];}function a92_0x316f(){const _0x9aebb7=['7884zfDrRt','.dig','.digdag','1968meOLDB','18SuUssf','1721880PLyYGd','312955LjAbEA','6212472TfrOwp','6756930olKsGo','2794624iczELj','830248qLRaXM','2uQRfCS'];a92_0x316f=function(){return _0x9aebb7;};return a92_0x316f();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@treasuredata/tdx",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "AI-native CLI for Treasure Data - optimized for both human engineers and AI coding assistants",
5
5
  "type": "module",
6
6
  "bin": {