@vectorx/functions-framework 0.0.0-beta-20251227042256 → 0.0.0-beta-20260109055258

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 (2) hide show
  1. package/lib/utils/apm.js +0 -6
  2. package/package.json +2 -2
package/lib/utils/apm.js CHANGED
@@ -108,12 +108,6 @@ class ApmReporter {
108
108
  const merged = list.map((i) => {
109
109
  return Object.assign(Object.assign(Object.assign({}, this.apmContext), i.sequence), { measurement_name: i.measurement_name, measurement_data: Object.assign({}, i.measurement_data) });
110
110
  });
111
- if (typeof global !== "undefined" && global.originalConsole) {
112
- global.originalConsole.log("==== merged ====", merged);
113
- }
114
- else {
115
- console.log("==== merged ====", merged);
116
- }
117
111
  return (0, node_fetch_1.default)(apm_config_1.defaultConfig.endpoint, {
118
112
  method: "post",
119
113
  body: JSON.stringify(merged),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectorx/functions-framework",
3
- "version": "0.0.0-beta-20251227042256",
3
+ "version": "0.0.0-beta-20260109055258",
4
4
  "description": "VectorX Functions Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "types/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "node": ">=18.0.0"
26
26
  },
27
27
  "dependencies": {
28
- "@vectorx/ai-types": "0.0.0-beta-20251227042256",
28
+ "@vectorx/ai-types": "0.0.0-beta-20260109055258",
29
29
  "async_hooks": "^1.0.0",
30
30
  "chalk": "4",
31
31
  "commander": "^12.1.0",