bukku-client 0.1.0-test.0 → 0.1.1

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/bukku-client.svg)](https://badge.fury.io/js/bukku-client)
4
4
  [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
5
- [![Build Status](https://img.shields.io/travis/com/farhan-syah/bukku-client.svg?branch=main)](https://travis-ci.com/farhan-syah/bukku-client) <!-- Replace with your CI service -->
5
+ [![Publish Package to npm](https://github.com/farhan-syah/bukku-client/actions/workflows/publish-npm.yml/badge.svg)](https://github.com/farhan-syah/bukku-client/actions/workflows/publish-npm.yml)
6
6
 
7
7
  A TypeScript client library for interacting with the Bukku REST API. This package aims to provide an easy way to integrate Bukku services into your Node.js or TypeScript projects.
8
8
 
@@ -82,4 +82,3 @@ This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE)
82
82
  ---
83
83
 
84
84
  _This is an unofficial client library for Bukku. Bukku is a trademark of its respective owners._
85
- _Replace `YOUR_USERNAME` and other placeholders with your actual information._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bukku-client",
3
- "version": "0.1.0-test.0",
3
+ "version": "0.1.1",
4
4
  "description": "TypeScript client for the Bukku REST API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",