@meshsdk/core 1.6.0-alpha.6 → 1.6.0-alpha.8

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.
@@ -1,6 +1,5 @@
1
- import { LANGUAGE_VERSIONS } from '../common/constants';
2
1
  export declare type PlutusScript = {
3
2
  version: LanguageVersion;
4
3
  code: string;
5
4
  };
6
- export declare type LanguageVersion = keyof typeof LANGUAGE_VERSIONS;
5
+ export declare type LanguageVersion = 'V1' | 'V2';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Rapidly build Web3 apps on the Cardano Blockchain.",
4
4
  "homepage": "https://meshjs.dev",
5
5
  "author": "MeshJS",
6
- "version": "1.6.0-alpha.6",
6
+ "version": "1.6.0-alpha.8",
7
7
  "license": "Apache-2.0",
8
8
  "type": "module",
9
9
  "repository": {