@netacea/captchafeedback 5.2.42 → 5.2.44

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/CHANGELOG.md +16 -0
  2. package/package.json +27 -45
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## 5.2.44 (2024-05-22)
7
+
8
+ **Note:** Version bump only for package @netacea/captchafeedback
9
+
10
+
11
+
12
+
13
+
14
+ ## 5.2.43 (2024-05-22)
15
+
16
+ **Note:** Version bump only for package @netacea/captchafeedback
17
+
18
+
19
+
20
+
21
+
6
22
  ## 5.2.42 (2024-05-21)
7
23
 
8
24
  **Note:** Version bump only for package @netacea/captchafeedback
package/package.json CHANGED
@@ -1,46 +1,28 @@
1
1
  {
2
- "name": "@netacea/captchafeedback",
3
- "version": "5.2.42",
4
- "description": "CAPTCHA feedback module to send CAPTCHA results back to Netacea.",
5
- "main": "dist/captchafeedback/src/index.js",
6
- "types": "dist/captchafeedback/src/index.d.ts",
7
- "scripts": {
8
- "test": "npx nyc tape -r ts-node/register './tests/*.test.ts'",
9
- "lint": "npx eslint . --ext ts",
10
- "lint:fix": "npx eslint . --ext ts --fix",
11
- "prepublishOnly": "npm run build",
12
- "prepublishVersionBump": "node ./scripts/bump_package_version.js",
13
- "aws-sso-setup": "node ./scripts/aws_sso_setup.js",
14
- "code-artifact-login": "bash ./scripts/codeartifact_login.bash",
15
- "build": "npx tsc --project tsconfig.build.json"
16
- },
17
- "author": "Netacea <npm@netacea.com> (https://netacea.com)",
18
- "publishConfig": {
19
- "access": "public"
20
- },
21
- "files": [
22
- "dist/captchafeedback/src",
23
- "CHANGELOG.md"
24
- ],
25
- "license": "ISC",
26
- "devDependencies": {
27
- "@types/node": "^20.12.2",
28
- "@types/sinon": "^9.0.7",
29
- "@types/tape": "^4.13.0",
30
- "axios": "^0.21.1",
31
- "ini": "^3.0.1",
32
- "nyc": "^15.1.0",
33
- "sinon": "^9.2.4",
34
- "tape": "^5.0.1",
35
- "ts-node": "^9.0.0",
36
- "typescript": "^5.4.3"
37
- },
38
- "peerDependencies": {
39
- "axios": "^0.21.1"
40
- },
41
- "dependencies": {
42
- "@netacea/netaceaintegrationbase": "^2.0.24",
43
- "jose": "^4.11.2"
44
- },
45
- "gitHead": "ce3df71d2ea60c17fb83a888c6a9cb2411c6a943"
46
- }
2
+ "name": "@netacea/captchafeedback",
3
+ "version": "5.2.44",
4
+ "description": "CAPTCHA feedback module to send CAPTCHA results back to Netacea.",
5
+ "main": "dist/captchafeedback/src/index.js",
6
+ "types": "dist/captchafeedback/src/index.d.ts",
7
+ "scripts": {
8
+ "prepack": "npx netacea-bundler prepack",
9
+ "postpack": "npx netacea-bundler postpack"
10
+ },
11
+ "author": "Netacea <npm@netacea.com> (https://netacea.com)",
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
+ "files": [
16
+ "dist/captchafeedback/src",
17
+ "CHANGELOG.md"
18
+ ],
19
+ "license": "ISC",
20
+ "peerDependencies": {
21
+ "axios": "^0.21.1"
22
+ },
23
+ "dependencies": {
24
+ "@netacea/netaceaintegrationbase": "^2.0.26",
25
+ "jose": "^4.11.2"
26
+ },
27
+ "gitHead": "6b8dc377316ba9526910e1f44f17fbee44e4a51d"
28
+ }