windmill-utils-internal 1.2.0 → 1.2.1

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.
@@ -194,8 +194,6 @@ function argSigToJsonSchemaType(t, oldS) {
194
194
  newS[field] = oldS[field];
195
195
  }
196
196
  });
197
- console.log("newS", JSON.stringify(newS, null, 2));
198
- console.log("oldS", JSON.stringify(oldS, null, 2));
199
197
  if (oldS.type != newS.type) {
200
198
  for (const prop of Object.getOwnPropertyNames(newS)) {
201
199
  if (prop != "description") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "windmill-utils-internal",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Internal utility functions for Windmill",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",