@prosopo/angular-procaptcha-wrapper 1.1.7 → 1.1.9
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 +27 -0
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @prosopo/angular-procaptcha-wrapper
|
|
2
2
|
|
|
3
|
+
## 1.1.9
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- 828066d: remove empty test npm scripts, add missing npm test scripts
|
|
7
|
+
- 91bbe87: configure typecheck before bundle for vue packages
|
|
8
|
+
- 91bbe87: make typecheck script always recompile
|
|
9
|
+
- Updated dependencies [91d56e7]
|
|
10
|
+
- Updated dependencies [828066d]
|
|
11
|
+
- Updated dependencies [91bbe87]
|
|
12
|
+
- Updated dependencies [686c5f5]
|
|
13
|
+
- Updated dependencies [3ef4fd2]
|
|
14
|
+
- Updated dependencies [91bbe87]
|
|
15
|
+
- Updated dependencies [346e092]
|
|
16
|
+
- Updated dependencies [5d36e05]
|
|
17
|
+
- @prosopo/procaptcha-wrapper@2.6.11
|
|
18
|
+
- @prosopo/config@3.1.3
|
|
19
|
+
|
|
20
|
+
## 1.1.8
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- eb71691: configure typecheck before bundle for vue packages
|
|
24
|
+
- eb71691: make typecheck script always recompile
|
|
25
|
+
- Updated dependencies [eb71691]
|
|
26
|
+
- Updated dependencies [eb71691]
|
|
27
|
+
- @prosopo/procaptcha-wrapper@2.6.10
|
|
28
|
+
- @prosopo/config@3.1.2
|
|
29
|
+
|
|
3
30
|
## 1.1.7
|
|
4
31
|
### Patch Changes
|
|
5
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/angular-procaptcha-wrapper",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "20",
|
|
@@ -10,14 +10,13 @@
|
|
|
10
10
|
"typings": "dist/index.d.ts",
|
|
11
11
|
"module": "dist/fesm2022/prosopo-angular-procaptcha-wrapper.mjs",
|
|
12
12
|
"scripts": {
|
|
13
|
-
"test": "echo no tests",
|
|
14
13
|
"clean": "del-cli --verbose dist tsconfig.tsbuildinfo",
|
|
15
14
|
"build": "ng-packagr -p ng-package.json",
|
|
16
15
|
"dev": "npm run build -- --watch"
|
|
17
16
|
},
|
|
18
17
|
"dependencies": {
|
|
19
|
-
"@prosopo/procaptcha-wrapper": "2.6.
|
|
20
|
-
"@prosopo/config": "3.1.
|
|
18
|
+
"@prosopo/procaptcha-wrapper": "2.6.11",
|
|
19
|
+
"@prosopo/config": "3.1.3"
|
|
21
20
|
},
|
|
22
21
|
"peerDependencies": {
|
|
23
22
|
"@angular/core": "^19.2.0"
|