@airtable/blocks 0.0.0-experimental-75d011284-20250904 → 0.0.0-experimental-e5ab33b68-20250905

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.
@@ -7,6 +7,6 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
7
7
  if (window.__getAirtableInterfaceAtVersion) {
8
8
  const runContextType = (0, _airtable_interface.default)().sdkInitData.runContext.type;
9
9
  if (runContextType !== _airtable_interface2.BlockRunContextType.DASHBOARD_APP && runContextType !== _airtable_interface2.BlockRunContextType.VIEW) {
10
- throw (0, _error_utils.spawnError)('Unexpected import when running block in base');
10
+ throw (0, _error_utils.spawnError)('Unexpected import when running block in interface');
11
11
  }
12
12
  }
@@ -7,6 +7,6 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
7
7
  if (window.__getAirtableInterfaceAtVersion) {
8
8
  const runContextType = (0, _airtable_interface.default)().sdkInitData.runContext.type;
9
9
  if (runContextType !== _airtable_interface2.BlockRunContextType.PAGE_ELEMENT_IN_QUERY_CONTAINER) {
10
- throw (0, _error_utils.spawnError)('Unexpected import when running block in interface');
10
+ throw (0, _error_utils.spawnError)('Unexpected import when running block in base');
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airtable/blocks",
3
- "version": "0.0.0-experimental-75d011284-20250904",
3
+ "version": "0.0.0-experimental-e5ab33b68-20250905",
4
4
  "description": "Airtable Blocks SDK",
5
5
  "repository": {
6
6
  "type": "git",