@juno-network/assets 0.12.0 → 0.13.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/main/index.js +0 -7
- package/package.json +15 -15
- package/types/index.d.ts +5 -5
    
        package/main/index.js
    CHANGED
    
    | @@ -1,7 +1,6 @@ | |
| 1 1 | 
             
            "use strict";
         | 
| 2 2 |  | 
| 3 3 | 
             
            var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
         | 
| 4 | 
            -
             | 
| 5 4 | 
             
            Object.defineProperty(exports, "__esModule", {
         | 
| 6 5 | 
             
              value: true
         | 
| 7 6 | 
             
            });
         | 
| @@ -36,17 +35,11 @@ Object.defineProperty(exports, "testnet_assets", { | |
| 36 35 | 
             
                return _testnet_assets["default"];
         | 
| 37 36 | 
             
              }
         | 
| 38 37 | 
             
            });
         | 
| 39 | 
            -
             | 
| 40 38 | 
             
            var _asset_list = _interopRequireDefault(require("./asset_list"));
         | 
| 41 | 
            -
             | 
| 42 39 | 
             
            var _assets = _interopRequireDefault(require("./assets"));
         | 
| 43 | 
            -
             | 
| 44 40 | 
             
            var _chain = _interopRequireDefault(require("./chain"));
         | 
| 45 | 
            -
             | 
| 46 41 | 
             
            var _testnet = _interopRequireDefault(require("./testnet"));
         | 
| 47 | 
            -
             | 
| 48 42 | 
             
            var _testnet_assets = _interopRequireDefault(require("./testnet_assets"));
         | 
| 49 | 
            -
             | 
| 50 43 | 
             
            var _default = {
         | 
| 51 44 | 
             
              chain: _chain["default"],
         | 
| 52 45 | 
             
              assets: _assets["default"],
         | 
    
        package/package.json
    CHANGED
    
    | @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "name": "@juno-network/assets",
         | 
| 3 | 
            -
              "version": "0. | 
| 3 | 
            +
              "version": "0.13.0",
         | 
| 4 4 | 
             
              "description": "Chain Registry info for Juno",
         | 
| 5 5 | 
             
              "author": "Dan Lynch <pyramation@gmail.com>",
         | 
| 6 6 | 
             
              "homepage": "https://github.com/CosmosContracts/typescript",
         | 
| @@ -45,40 +45,40 @@ | |
| 45 45 | 
             
                "url": "https://github.com/CosmosContracts/typescript/issues"
         | 
| 46 46 | 
             
              },
         | 
| 47 47 | 
             
              "devDependencies": {
         | 
| 48 | 
            -
                "@babel/cli": "7. | 
| 49 | 
            -
                "@babel/core": "7.19. | 
| 48 | 
            +
                "@babel/cli": "7.19.3",
         | 
| 49 | 
            +
                "@babel/core": "7.19.3",
         | 
| 50 50 | 
             
                "@babel/eslint-parser": "^7.19.1",
         | 
| 51 51 | 
             
                "@babel/node": "^7.19.1",
         | 
| 52 52 | 
             
                "@babel/plugin-proposal-class-properties": "7.18.6",
         | 
| 53 53 | 
             
                "@babel/plugin-proposal-export-default-from": "7.18.10",
         | 
| 54 | 
            -
                "@babel/plugin-proposal-object-rest-spread": "7. | 
| 54 | 
            +
                "@babel/plugin-proposal-object-rest-spread": "7.19.4",
         | 
| 55 55 | 
             
                "@babel/plugin-transform-runtime": "7.19.1",
         | 
| 56 | 
            -
                "@babel/preset-env": "7.19. | 
| 56 | 
            +
                "@babel/preset-env": "7.19.4",
         | 
| 57 57 | 
             
                "@babel/preset-typescript": "^7.17.12",
         | 
| 58 58 | 
             
                "@chain-registry/utils": "^1.0.0",
         | 
| 59 | 
            -
                "@types/jest": "^29. | 
| 60 | 
            -
                "@typescript-eslint/eslint-plugin": "5. | 
| 61 | 
            -
                "@typescript-eslint/parser": "5. | 
| 59 | 
            +
                "@types/jest": "^29.1.2",
         | 
| 60 | 
            +
                "@typescript-eslint/eslint-plugin": "5.40.0",
         | 
| 61 | 
            +
                "@typescript-eslint/parser": "5.40.0",
         | 
| 62 62 | 
             
                "babel-core": "7.0.0-bridge.0",
         | 
| 63 | 
            -
                "babel-jest": "29. | 
| 63 | 
            +
                "babel-jest": "29.1.2",
         | 
| 64 64 | 
             
                "babel-watch": "^7.0.0",
         | 
| 65 65 | 
             
                "chain-registry": "^1.0.0",
         | 
| 66 66 | 
             
                "cross-env": "^7.0.2",
         | 
| 67 | 
            -
                "eslint": "8. | 
| 67 | 
            +
                "eslint": "8.25.0",
         | 
| 68 68 | 
             
                "eslint-config-prettier": "^8.5.0",
         | 
| 69 69 | 
             
                "eslint-plugin-prettier": "^4.0.0",
         | 
| 70 70 | 
             
                "eslint-plugin-simple-import-sort": "8.0.0",
         | 
| 71 71 | 
             
                "eslint-plugin-unused-imports": "2.0.0",
         | 
| 72 | 
            -
                "jest": "^29. | 
| 72 | 
            +
                "jest": "^29.1.2",
         | 
| 73 73 | 
             
                "long": "^5.2.0",
         | 
| 74 74 | 
             
                "prettier": "^2.7.0",
         | 
| 75 75 | 
             
                "regenerator-runtime": "^0.13.7",
         | 
| 76 | 
            -
                "ts-jest": "^29.0. | 
| 77 | 
            -
                "typescript": "^4.8. | 
| 76 | 
            +
                "ts-jest": "^29.0.3",
         | 
| 77 | 
            +
                "typescript": "^4.8.4"
         | 
| 78 78 | 
             
              },
         | 
| 79 79 | 
             
              "dependencies": {
         | 
| 80 | 
            -
                "@babel/runtime": "^7.19. | 
| 80 | 
            +
                "@babel/runtime": "^7.19.4",
         | 
| 81 81 | 
             
                "@chain-registry/types": "0.11.0"
         | 
| 82 82 | 
             
              },
         | 
| 83 | 
            -
              "gitHead": " | 
| 83 | 
            +
              "gitHead": "b5b5e51ea4e5c4768bfc8ffceb5aab0a3329c140"
         | 
| 84 84 | 
             
            }
         | 
    
        package/types/index.d.ts
    CHANGED
    
    | @@ -4,11 +4,11 @@ import chain from './chain'; | |
| 4 4 | 
             
            import testnet from './testnet';
         | 
| 5 5 | 
             
            import testnet_assets from './testnet_assets';
         | 
| 6 6 | 
             
            declare const _default: {
         | 
| 7 | 
            -
             | 
| 8 | 
            -
             | 
| 9 | 
            -
             | 
| 10 | 
            -
             | 
| 11 | 
            -
             | 
| 7 | 
            +
                chain: import("@chain-registry/types").Chain;
         | 
| 8 | 
            +
                assets: import("@chain-registry/types").AssetList;
         | 
| 9 | 
            +
                asset_list: import("@chain-registry/types").AssetList;
         | 
| 10 | 
            +
                testnet: import("@chain-registry/types").Chain;
         | 
| 11 | 
            +
                testnet_assets: import("@chain-registry/types").AssetList;
         | 
| 12 12 | 
             
            };
         | 
| 13 13 | 
             
            export default _default;
         | 
| 14 14 | 
             
            export { asset_list, assets, chain, testnet, testnet_assets };
         |