@netacea/captchafeedback 1.2.0 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.2.1](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/captchafeedback@1.2.0...@netacea/captchafeedback@1.2.1) (2022-05-26)
7
+
8
+ **Note:** Version bump only for package @netacea/captchafeedback
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.2.0](https://github.com/Netacea/JavascriptATAIntegration/compare/@netacea/captchafeedback@1.1.0...@netacea/captchafeedback@1.2.0) (2022-04-29)
7
15
 
8
16
 
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # Netacea CAPTCHA Feedback
2
+
2
3
  ![Netacea Header](https://assets.ntcacdn.net/header.jpg)
3
4
 
4
5
  [![npm](https://img.shields.io/npm/v/@netacea/captchafeedback.svg)](https://www.npmjs.com/package/@netacea/captchafeedback)  
@@ -6,17 +7,22 @@
6
7
 
7
8
  `@netacea/captchafeedback` is a package designed to add [Netacea](https://netacea.com) CAPTCHA feedback functionality to your NodeJS based origin server.
8
9
 
9
- # Installation
10
- ## NPM
10
+ ## Installation
11
+
12
+ ### NPM
13
+
11
14
  ```sh
12
15
  npm i @netacea/captchafeedback --save
13
16
  ```
14
- ## Yarn
17
+
18
+ ### Yarn
19
+
15
20
  ```sh
16
21
  yarn add @netacea/captchafeedback
17
22
  ```
18
23
 
19
- # Usage
24
+ ## Usage
25
+
20
26
  ```typescript
21
27
  import Netacea from '@netacea/captchafeedback'
22
28
  const netacea = new Netacea({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netacea/captchafeedback",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "CAPTCHA feedback module to send CAPTCHA results back to Netacea.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,5 +30,5 @@
30
30
  "peerDependencies": {
31
31
  "axios": "^0.21.1"
32
32
  },
33
- "gitHead": "199ab99c6cfb464e5dc9008566629b87dac2a919"
33
+ "gitHead": "917a520d63da8aa576eb43ef537a2c021fc94fa0"
34
34
  }