@forge/sql 0.0.1-experimental-f20602a → 0.0.1-experimental-c7a7d36

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.
Files changed (2) hide show
  1. package/out/sql.js +1 -1
  2. package/package.json +2 -2
package/out/sql.js CHANGED
@@ -6,7 +6,7 @@ const response_handler_1 = require("./utils/response-handler");
6
6
  const sql_statement_1 = require("./sql-statement");
7
7
  class SqlClient {
8
8
  async sendRequest(path, options) {
9
- const response = await (0, api_1.__fetchProduct)({ provider: 'none', remote: 'sql' })(path, {
9
+ const response = await (0, api_1.__fetchProduct)({ provider: 'app', remote: 'sql' })(path, {
10
10
  ...options,
11
11
  redirect: 'follow',
12
12
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/sql",
3
- "version": "0.0.1-experimental-f20602a",
3
+ "version": "0.0.1-experimental-c7a7d36",
4
4
  "description": "Forge SQL package",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -21,6 +21,6 @@
21
21
  "node-fetch": "2.7.0"
22
22
  },
23
23
  "dependencies": {
24
- "@forge/api": "^3.9.2-next.0-experimental-f20602a"
24
+ "@forge/api": "^3.9.2-next.0-experimental-c7a7d36"
25
25
  }
26
26
  }