npm package diff

Package: @forge/sql

Versions: 0.1.0-next.1-experimental-470bc94 - 0.1.0

File: package/out/errorCodes.js

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