0.1.4 • Published 11 months ago

@defi-choice/utils v0.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 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

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

12 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago