@prosopo/angular-procaptcha-wrapper 1.1.36 → 1.1.40
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/.turbo/turbo-build.log +28 -0
- package/CHANGELOG.md +31 -0
- package/package.json +5 -5
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
> @prosopo/angular-procaptcha-wrapper@1.1.40 build
|
|
3
|
+
> ng-packagr -p ng-package.json
|
|
4
|
+
|
|
5
|
+
Building Angular Package
|
|
6
|
+
|
|
7
|
+
------------------------------------------------------------------------------
|
|
8
|
+
Building entry point '@prosopo/angular-procaptcha-wrapper'
|
|
9
|
+
------------------------------------------------------------------------------
|
|
10
|
+
- Compiling with Angular sources in partial compilation mode.
|
|
11
|
+
✔ Compiling with Angular sources in partial compilation mode.
|
|
12
|
+
✔ Generating FESM and DTS bundles
|
|
13
|
+
- Copying assets
|
|
14
|
+
✔ Copying assets
|
|
15
|
+
- Writing package manifest
|
|
16
|
+
ℹ Removing scripts section in package.json as it's considered a potential security vulnerability.
|
|
17
|
+
ℹ Removing devDependencies section in package.json.
|
|
18
|
+
✔ Writing package manifest
|
|
19
|
+
✔ Built @prosopo/angular-procaptcha-wrapper
|
|
20
|
+
|
|
21
|
+
------------------------------------------------------------------------------
|
|
22
|
+
Built Angular Package
|
|
23
|
+
- from: /home/runner/work/captcha/captcha/integration/frameworks/angular/angular-procaptcha-wrapper
|
|
24
|
+
- to: /home/runner/work/captcha/captcha/integration/frameworks/angular/angular-procaptcha-wrapper/dist
|
|
25
|
+
------------------------------------------------------------------------------
|
|
26
|
+
|
|
27
|
+
Build at: 2025-11-19T13:04:26.839Z - Time: 3746ms
|
|
28
|
+
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @prosopo/angular-procaptcha-wrapper
|
|
2
2
|
|
|
3
|
+
## 1.1.40
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- 7d5eb3f: bump
|
|
7
|
+
- Updated dependencies [7d5eb3f]
|
|
8
|
+
- @prosopo/procaptcha-wrapper@2.6.42
|
|
9
|
+
|
|
10
|
+
## 1.1.39
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 93d92a7: little bump for publish all
|
|
14
|
+
- Updated dependencies [93d92a7]
|
|
15
|
+
- @prosopo/procaptcha-wrapper@2.6.41
|
|
16
|
+
|
|
17
|
+
## 1.1.38
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 8ee8434: bump node engines to 24 and npm version to 11
|
|
21
|
+
- cfee479: make @prosopo/config a dev dep
|
|
22
|
+
- Updated dependencies [8ee8434]
|
|
23
|
+
- Updated dependencies [cfee479]
|
|
24
|
+
- @prosopo/procaptcha-wrapper@2.6.40
|
|
25
|
+
|
|
26
|
+
## 1.1.37
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- e926831: mega mini bump for all to trigger publish all
|
|
30
|
+
- Updated dependencies [e926831]
|
|
31
|
+
- @prosopo/config@3.1.23
|
|
32
|
+
- @prosopo/procaptcha-wrapper@2.6.39
|
|
33
|
+
|
|
3
34
|
## 1.1.36
|
|
4
35
|
### Patch Changes
|
|
5
36
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/angular-procaptcha-wrapper",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.40",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
|
-
"node": "
|
|
7
|
-
"npm": "
|
|
6
|
+
"node": "^24",
|
|
7
|
+
"npm": "^11"
|
|
8
8
|
},
|
|
9
9
|
"main": "dist/fesm2022/prosopo-angular-procaptcha-wrapper.mjs",
|
|
10
10
|
"typings": "dist/index.d.ts",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"dev": "npm run build -- --watch"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@prosopo/
|
|
19
|
-
"@prosopo/procaptcha-wrapper": "2.6.38"
|
|
18
|
+
"@prosopo/procaptcha-wrapper": "2.6.42"
|
|
20
19
|
},
|
|
21
20
|
"peerDependencies": {
|
|
22
21
|
"@angular/core": "^20.3.9"
|
|
23
22
|
},
|
|
24
23
|
"devDependencies": {
|
|
24
|
+
"@prosopo/config": "3.1.26",
|
|
25
25
|
"@angular/compiler-cli": "20.3.9",
|
|
26
26
|
"@types/node": "22.10.2",
|
|
27
27
|
"del-cli": "6.0.0",
|