npm package diff

Package: @forge/sql

Versions: 2.2.0-next.2 - 2.2.0-next.3

File: package/out/errorCodes.d.ts

Index: package/out/errorCodes.d.ts
===================================================================
--- package/out/errorCodes.d.ts
+++ package/out/errorCodes.d.ts
@@ -1,7 +1,7 @@
 export declare const errorCodes: {
-    SQL_EXECUTION_ERROR: string;
-    INVALID_SQL_QUERY: string;
-    QUERY_TIMED_OUT: string;
-    APP_NOT_ENABLED: string;
+    readonly SQL_EXECUTION_ERROR: "SQL_EXECUTION_ERROR";
+    readonly INVALID_SQL_QUERY: "INVALID_SQL_QUERY";
+    readonly QUERY_TIMED_OUT: "QUERY_TIMED_OUT";
+    readonly APP_NOT_ENABLED: "APP_NOT_ENABLED";
 };
 //# sourceMappingURL=errorCodes.d.ts.map
\ No newline at end of file