@monterosa/sdk-interact-interop 0.18.5-rc.3 → 0.18.6

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/types.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -26,7 +26,7 @@ export interface ExtensionAsset {
26
26
  *
27
27
  * - when `false` is set, a developer can decide on their own how to handle it
28
28
  */
29
- autoload?: 'js' | 'css2' | false;
29
+ autoload?: 'js' | 'css' | false;
30
30
  }
31
31
  export interface ProjectLocale {
32
32
  default: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monterosa/sdk-interact-interop",
3
- "version": "0.18.5-rc.3",
3
+ "version": "0.18.6",
4
4
  "description": "Launcher Interoperability for the Monterosa SDK",
5
5
  "author": "Monterosa <hello@monterosa.co.uk> (https://www.monterosa.co/)",
6
6
  "main": "dist/index.cjs.js",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "f001e5a771a72681aecf2eb2738597a5e612e4bc"
39
+ "gitHead": "fe038c859ba7f0fb1b9701d085643c0a1da0e56a"
40
40
  }