@meshsdk/core 1.9.0-beta.98 → 1.9.0

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.
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { Data, PlutusDataType, BuilderData, NativeScript, LanguageVersion, PlutusScript, DeserializedAddress, PubKeyAddress, ScriptAddress, IMintingBlueprint, ISpendingBlueprint, IWithdrawalBlueprint } from '@meshsdk/common';
1
+ import { Data, PlutusDataType, BuilderData, NativeScript, PlutusScript, LanguageVersion, DeserializedAddress, PubKeyAddress, ScriptAddress, IMintingBlueprint, ISpendingBlueprint, IWithdrawalBlueprint } from '@meshsdk/common';
2
2
  export * from '@meshsdk/common';
3
3
  import * as coreCst from '@meshsdk/core-cst';
4
4
  export { coreCst as core };
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { Data, PlutusDataType, BuilderData, NativeScript, LanguageVersion, PlutusScript, DeserializedAddress, PubKeyAddress, ScriptAddress, IMintingBlueprint, ISpendingBlueprint, IWithdrawalBlueprint } from '@meshsdk/common';
1
+ import { Data, PlutusDataType, BuilderData, NativeScript, PlutusScript, LanguageVersion, DeserializedAddress, PubKeyAddress, ScriptAddress, IMintingBlueprint, ISpendingBlueprint, IWithdrawalBlueprint } from '@meshsdk/common';
2
2
  export * from '@meshsdk/common';
3
3
  import * as coreCst from '@meshsdk/core-cst';
4
4
  export { coreCst as core };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/core",
3
- "version": "1.9.0-beta.98",
3
+ "version": "1.9.0",
4
4
  "description": "Mesh SDK Core - https://meshjs.dev/",
5
5
  "main": "./dist/index.cjs",
6
6
  "browser": "./dist/index.js",
@@ -33,12 +33,12 @@
33
33
  "typescript": "^5.3.3"
34
34
  },
35
35
  "dependencies": {
36
- "@meshsdk/common": "1.9.0-beta.98",
37
- "@meshsdk/core-cst": "1.9.0-beta.98",
38
- "@meshsdk/provider": "1.9.0-beta.98",
39
- "@meshsdk/transaction": "1.9.0-beta.98",
40
- "@meshsdk/wallet": "1.9.0-beta.98",
41
- "libsodium-wrappers-sumo": "0.7.15"
36
+ "@meshsdk/common": "1.9.0",
37
+ "@meshsdk/core-cst": "1.9.0",
38
+ "@meshsdk/provider": "1.9.0-beta.101",
39
+ "@meshsdk/transaction": "1.9.0",
40
+ "@meshsdk/wallet": "1.9.0",
41
+ "scalus": "^0.17.0"
42
42
  },
43
43
  "prettier": "@meshsdk/configs/prettier",
44
44
  "publishConfig": {