@copart/ops-tool-kit 1.13.0-beta.12 → 1.13.0-beta.14

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.
@@ -10,8 +10,8 @@
10
10
  * 'ops-tool-kit-real': path.resolve(__dirname, '../node_modules/@copart/ops-tool-kit'),
11
11
  * }
12
12
  *
13
- * Bootstrap code should import iframeFacade from `ops-tool-kit-real` directly
14
- * to avoid circular resolution through this shim.
13
+ * App bootstrap should import `bootstrapIframeApp` from `@copart/ops-tool-kit`
14
+ * (resolved to this shim). The shim re-exports the real package via `ops-tool-kit-real`.
15
15
  */
16
16
  import { iframeFacade } from 'ops-tool-kit-real'
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copart/ops-tool-kit",
3
- "version": "1.13.0-beta.12",
3
+ "version": "1.13.0-beta.14",
4
4
  "main": "dist/ops-tool-kit.js",
5
5
  "style": "dist/ops-tool-kit.css",
6
6
  "files": [