@layerzerolabs/oft-adapter-starknet 1.2.32 → 1.2.34

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,5 +1,5 @@
1
- import '../../MQXU5KAF.js';
2
- export { oft_adapter_default as oftAdapterVerificationArtifact } from '../../WMW4KKMN.js';
1
+ import '../../3LWBZMNC.js';
2
+ export { oft_adapter_default as oftAdapterVerificationArtifact } from '../../W34F5VB3.js';
3
3
  import '../../3UUTAAI4.js';
4
4
  //# sourceMappingURL=index.js.map
5
5
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- export { oft_adapter_default as default } from '../../WMW4KKMN.js';
1
+ export { oft_adapter_default as default } from '../../W34F5VB3.js';
2
2
  import '../../3UUTAAI4.js';
3
3
  //# sourceMappingURL=oft_adapter.js.map
4
4
  //# sourceMappingURL=oft_adapter.js.map
package/dist/index.js CHANGED
@@ -2,8 +2,8 @@ export { abi_exports as abi } from './IH3YG4QY.js';
2
2
  export { casm_exports as casm } from './HTWTY64L.js';
3
3
  export { sierra_exports as sierra } from './6JUHMRLN.js';
4
4
  import './JFLNUTE2.js';
5
- export { verification_exports as verificationArtifact } from './MQXU5KAF.js';
6
- import './WMW4KKMN.js';
5
+ export { verification_exports as verificationArtifact } from './3LWBZMNC.js';
6
+ import './W34F5VB3.js';
7
7
  import './3UUTAAI4.js';
8
8
  //# sourceMappingURL=index.js.map
9
9
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/oft-adapter-starknet",
3
- "version": "1.2.32",
3
+ "version": "1.2.34",
4
4
  "private": false,
5
5
  "description": "Starknet OFT Adapter contracts for LayerZero v2",
6
6
  "license": "MIT",
@@ -23,14 +23,14 @@
23
23
  "Scarb.lock"
24
24
  ],
25
25
  "dependencies": {
26
- "@layerzerolabs/protocol-starknet-v2": "1.2.32"
26
+ "@layerzerolabs/protocol-v2-starknet-contracts": "1.2.34"
27
27
  },
28
28
  "devDependencies": {
29
29
  "tsup": "^8.4.0",
30
- "@layerzerolabs/tsup-configuration": "1.2.32",
31
- "@layerzerolabs/build-utils-starknet": "1.2.32",
32
- "@layerzerolabs/typescript-configuration": "1.2.32",
33
- "@layerzerolabs/vm-tooling-starknet": "1.2.32"
30
+ "@layerzerolabs/build-utils-starknet": "1.2.34",
31
+ "@layerzerolabs/vm-tooling-starknet": "1.2.34",
32
+ "@layerzerolabs/tsup-configuration": "1.2.34",
33
+ "@layerzerolabs/typescript-configuration": "1.2.34"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public",
@@ -43,12 +43,12 @@
43
43
  ]
44
44
  },
45
45
  "implicitDependencies": {
46
- "@layerzerolabs/protocol-starknet-v2": "workspace:*"
46
+ "@layerzerolabs/protocol-v2-starknet-contracts": "workspace:*"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "lz-tool scarb --release build && pnpm build:abi && pnpm build:verification && tsup",
50
50
  "build:abi": "lz-tool extra starknet build-typescript-sdk oft_adapter target src/generated",
51
- "build:verification": "generate-starknet-verification --package oft_adapter --path src/generated/verification",
51
+ "build:verification": "generate-starknet-verification --scarb-package oft_adapter --path src/generated/verification",
52
52
  "clean": "rm -rf .turbo ./dist ./target ./node_modules && pnpm generated:clean",
53
53
  "generated:clean": "rm -rf ./target ./src/generated",
54
54
  "lint": "lz-tool scarb fmt --check && lz-tool scarb lint --test",
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/generated/verification/index.ts"],"names":[],"mappings":";;;;AAAA,IAAA,oBAAA,GAAA","file":"MQXU5KAF.js","sourcesContent":["export { default as oftAdapterVerificationArtifact } from './oft_adapter';\n"]}