@airtable/blocks 1.9.0-experimental → 1.9.0-experimental-5565d56-20211029

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/dist/cjs/sdk.js +1 -1
  2. package/package.json +1 -2
package/dist/cjs/sdk.js CHANGED
@@ -340,4 +340,4 @@ function () {
340
340
  }();
341
341
 
342
342
  exports.default = BlockSdk;
343
- (0, _defineProperty2.default)(BlockSdk, "VERSION", "1.9.0-experimental");
343
+ (0, _defineProperty2.default)(BlockSdk, "VERSION", "1.9.0-experimental-5565d56-20211029");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airtable/blocks",
3
- "version": "1.9.0-experimental",
3
+ "version": "1.9.0-experimental-5565d56-20211029",
4
4
  "description": "Airtable Blocks SDK",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,6 @@
27
27
  "unstable_testing_utils.d.ts"
28
28
  ],
29
29
  "scripts": {
30
- "preinstall": "npx only-allow yarn",
31
30
  "ci": "yarn run build && yarn run test:coverage && ./scripts/check_typescript_when_installed_in_block.sh",
32
31
  "ci-partial": "yarn run ci",
33
32
  "pretest": "yarn run lint && yarn run types",