@layerzerolabs/oft-mint-burn-starknet 0.2.9 → 0.2.12

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/LICENSE +23 -0
  2. package/package.json +7 -7
package/LICENSE ADDED
@@ -0,0 +1,23 @@
1
+ Copyright (c) 2026 - LayerZero Labs Ltd.
2
+
3
+ Permission is hereby granted, free of charge, to any
4
+ person obtaining a copy of this software and associated
5
+ documentation files (the "Software"), to deal in the
6
+ Software without restriction, including without
7
+ limitation the rights to use, copy, modify, merge,
8
+ publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software
10
+ is furnished to do so, subject to the following
11
+ conditions:
12
+ The above copyright notice and this permission notice
13
+ shall be included in all copies or substantial portions
14
+ of the Software.
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
16
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
17
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
18
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
19
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
22
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23
+ DEALINGS IN THE SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/oft-mint-burn-starknet",
3
- "version": "0.2.9",
3
+ "version": "0.2.12",
4
4
  "private": false,
5
5
  "description": "Starknet OFT Mint/Burn contracts for LayerZero v2",
6
6
  "license": "MIT",
@@ -26,17 +26,17 @@
26
26
  ],
27
27
  "devDependencies": {
28
28
  "tsup": "^8.4.0",
29
- "@layerzerolabs/build-utils-starknet": "0.2.9",
30
- "@layerzerolabs/typescript-configuration": "0.2.9",
31
- "@layerzerolabs/vm-tooling-starknet": "0.2.9",
32
- "@layerzerolabs/tsup-configuration": "0.2.9",
33
- "@layerzerolabs/protocol-starknet-v2": "0.2.9"
29
+ "@layerzerolabs/build-utils-starknet": "0.2.12",
30
+ "@layerzerolabs/protocol-starknet-v2": "0.2.12",
31
+ "@layerzerolabs/tsup-configuration": "0.2.12",
32
+ "@layerzerolabs/vm-tooling-starknet": "0.2.12",
33
+ "@layerzerolabs/typescript-configuration": "0.2.12"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@layerzerolabs/protocol-starknet-v2": "^0.0.0"
37
37
  },
38
38
  "publishConfig": {
39
- "access": "restricted",
39
+ "access": "public",
40
40
  "registry": "https://registry.npmjs.org/"
41
41
  },
42
42
  "scripts": {