@lukso/lsp8-contracts 0.16.5 → 0.16.7

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/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -16,7 +16,7 @@ The `@lukso/lsp8-contracts` npm package contains useful constants such as interf
16
16
 
17
17
  In Javascript.
18
18
 
19
- ```js
19
+ ```javascript
20
20
  import {
21
21
  INTERFACE_ID_LSP8,
22
22
  INTERFACE_ID_LSP8_PREVIOUS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/lsp8-contracts",
3
- "version": "0.16.5",
3
+ "version": "0.16.7",
4
4
  "description": "Package for the LSP8 Identifiable Digital Asset standard",
5
5
  "license": "Apache-2.0",
6
6
  "author": "",
@@ -27,19 +27,19 @@
27
27
  "typings": "./dist/constants.d.ts",
28
28
  "exports": {
29
29
  ".": {
30
+ "types": "./dist/constants.d.ts",
30
31
  "require": "./dist/constants.cjs",
31
- "import": "./dist/constants.mjs",
32
- "types": "./dist/constants.d.ts"
32
+ "import": "./dist/constants.mjs"
33
33
  },
34
34
  "./constants": {
35
+ "types": "./dist/constants.d.ts",
35
36
  "require": "./dist/constants.cjs",
36
- "import": "./dist/constants.mjs",
37
- "types": "./dist/constants.d.ts"
37
+ "import": "./dist/constants.mjs"
38
38
  },
39
39
  "./abi": {
40
+ "types": "./dist/abi.d.ts",
40
41
  "require": "./dist/abi.cjs",
41
- "import": "./dist/abi.mjs",
42
- "types": "./dist/abi.d.ts"
42
+ "import": "./dist/abi.mjs"
43
43
  },
44
44
  "./artifacts/*": "./artifacts/*",
45
45
  "./dist/*": "./dist/*",