0.1.4 • Published 5 months ago

@defi-choice/utils v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

DeFi Choice TypeScript utils

Install and quick check

Install

npm install

Build and quick check

Build:

npm run clean
npm run build

Releasing a New Version of the Package

Prerequisites

  1. You must have an NPM account. (https://www.npmjs.com/)
  2. You must have the necessary permissions to publish the package.
  3. You must have the latest version of the package.

Step 1: Update the Version

  1. Open the package.json file.
  2. Update the "version" field according to Semantic Versioning:
    • MAJOR.MINOR.PATCH (e.g., change from 1.0.0 to 1.1.0 or 1.0.1).

Step 2: Build the Package

Run the following command to build the package:

npm run build

Step 3: Create a Package Archive File

Generate the .tgz package file by running the following command:

npm pack

Step 4: Publish the Package

Release the package to the public registry:

npm publish --access public

Step 5: Verify the Release

1.Go to the package's NPM page to confirm the version update. 2.Verify that the package is available and that everything was published successfully.

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago