npm package diff

Package: @forge/sql

Versions: 2.2.0 - 2.2.1-next.0

File: package/out/errorCodes.js

Index: package/out/errorCodes.js
===================================================================
--- package/out/errorCodes.js
+++ package/out/errorCodes.js
@@ -1,8 +1,9 @@
 "use strict";
 Object.defineProperty(exports, "__esModule", { value: true });
 exports.errorCodes = void 0;
 exports.errorCodes = {
+    UNKNOWN_ERROR: 'UNKNOWN_ERROR',
     SQL_EXECUTION_ERROR: 'SQL_EXECUTION_ERROR',
     INVALID_SQL_QUERY: 'INVALID_SQL_QUERY',
     QUERY_TIMED_OUT: 'QUERY_TIMED_OUT',
     APP_NOT_ENABLED: 'APP_NOT_ENABLED'