npm package diff

Package: @forge/sql

Versions: 0.1.0 - 2.0.0-next.0

File: package/out/errorCodes.js

Index: package/out/errorCodes.js
===================================================================
--- package/out/errorCodes.js
+++ package/out/errorCodes.js
@@ -3,6 +3,7 @@
 exports.errorCodes = void 0;
 exports.errorCodes = {
     SQL_EXECUTION_ERROR: 'SQL_EXECUTION_ERROR',
     INVALID_SQL_QUERY: 'INVALID_SQL_QUERY',
-    QUERY_TIMED_OUT: 'QUERY_TIMED_OUT'
+    QUERY_TIMED_OUT: 'QUERY_TIMED_OUT',
+    APP_NOT_ENABLED: 'APP_NOT_ENABLED'
 };