@prosopo/vue-procaptcha-integration-demo 1.1.39 → 1.1.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.
- package/.turbo/turbo-build$colon$cjs.log +55 -0
- package/.turbo/turbo-build.log +59 -0
- package/CHANGELOG.md +35 -0
- package/package.json +6 -5
- package/turbo.json +11 -0
- package/vite.cjs.config.ts +1 -1
- package/vite.config.ts +1 -1
- package/vite.esm.config.ts +1 -1
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
|
|
2
|
+
> @prosopo/vue-procaptcha-integration-demo@1.1.44 build:cjs
|
|
3
|
+
> NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV
|
|
4
|
+
|
|
5
|
+
▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
6
|
+
|
|
7
|
+
package.json:15:3:
|
|
8
|
+
15 │ "types": "./dist/index.d.ts"
|
|
9
|
+
╵ ~~~~~~~
|
|
10
|
+
|
|
11
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
12
|
+
|
|
13
|
+
package.json:13:3:
|
|
14
|
+
13 │ "import": "./dist/index.js",
|
|
15
|
+
╵ ~~~~~~~~
|
|
16
|
+
|
|
17
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
18
|
+
|
|
19
|
+
package.json:14:3:
|
|
20
|
+
14 │ "require": "./dist/cjs/index.cjs",
|
|
21
|
+
╵ ~~~~~~~~~
|
|
22
|
+
|
|
23
|
+
ViteCommonJSConfig: .
|
|
24
|
+
{
|
|
25
|
+
tsConfigPaths: [
|
|
26
|
+
'/home/runner/work/captcha/captcha/integration/frameworks/vue/vue-procaptcha-wrapper/tsconfig.json',
|
|
27
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha-wrapper/tsconfig.json',
|
|
28
|
+
'/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
|
|
29
|
+
'/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
|
|
30
|
+
'/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
|
|
31
|
+
'/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
|
|
32
|
+
'/home/runner/work/captcha/captcha/integration/procaptcha-integration-build-config/tsconfig.json'
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
{
|
|
36
|
+
externals: [
|
|
37
|
+
'@prosopo/vue-procaptcha-wrapper',
|
|
38
|
+
'@prosopo/procaptcha-wrapper',
|
|
39
|
+
'@prosopo/types',
|
|
40
|
+
'@prosopo/locale',
|
|
41
|
+
'@prosopo/util',
|
|
42
|
+
'@prosopo/util-crypto',
|
|
43
|
+
'@prosopo/procaptcha-integration-build-config'
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
[36mvite v6.4.1 [32mbuilding SSR bundle for production...[36m[39m
|
|
47
|
+
Bundle build started
|
|
48
|
+
transforming...
|
|
49
|
+
Build end
|
|
50
|
+
[32m✓[39m 3 modules transformed.
|
|
51
|
+
rendering chunks...
|
|
52
|
+
[2mdist/cjs/[22m[36mindex.cjs [39m[1m[2m0.30 kB[22m[1m[22m
|
|
53
|
+
[2mdist/cjs/[22m[36mintegrationDemo.vue.cjs [39m[1m[2m0.57 kB[22m[1m[22m
|
|
54
|
+
[2mdist/cjs/[22m[36mintegrationDemo.vue2.cjs [39m[1m[2m0.80 kB[22m[1m[22m
|
|
55
|
+
[32m✓ built in 236ms[39m
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
|
|
2
|
+
> @prosopo/vue-procaptcha-integration-demo@1.1.44 build
|
|
3
|
+
> npm run build:cross-env -- --mode ${NODE_ENV:-development}
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
> @prosopo/vue-procaptcha-integration-demo@1.1.44 build:cross-env
|
|
7
|
+
> vite build --config vite.esm.config.ts --mode production
|
|
8
|
+
|
|
9
|
+
▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
10
|
+
|
|
11
|
+
package.json:15:3:
|
|
12
|
+
15 │ "types": "./dist/index.d.ts"
|
|
13
|
+
╵ ~~~~~~~
|
|
14
|
+
|
|
15
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
16
|
+
|
|
17
|
+
package.json:13:3:
|
|
18
|
+
13 │ "import": "./dist/index.js",
|
|
19
|
+
╵ ~~~~~~~~
|
|
20
|
+
|
|
21
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
22
|
+
|
|
23
|
+
package.json:14:3:
|
|
24
|
+
14 │ "require": "./dist/cjs/index.cjs",
|
|
25
|
+
╵ ~~~~~~~~~
|
|
26
|
+
|
|
27
|
+
ViteEsmConfig: .
|
|
28
|
+
{
|
|
29
|
+
tsConfigPaths: [
|
|
30
|
+
'/home/runner/work/captcha/captcha/integration/frameworks/vue/vue-procaptcha-wrapper/tsconfig.json',
|
|
31
|
+
'/home/runner/work/captcha/captcha/packages/procaptcha-wrapper/tsconfig.json',
|
|
32
|
+
'/home/runner/work/captcha/captcha/packages/types/tsconfig.json',
|
|
33
|
+
'/home/runner/work/captcha/captcha/packages/locale/tsconfig.json',
|
|
34
|
+
'/home/runner/work/captcha/captcha/packages/util/tsconfig.json',
|
|
35
|
+
'/home/runner/work/captcha/captcha/packages/util-crypto/tsconfig.json',
|
|
36
|
+
'/home/runner/work/captcha/captcha/integration/procaptcha-integration-build-config/tsconfig.json'
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
{
|
|
40
|
+
externals: [
|
|
41
|
+
'@prosopo/vue-procaptcha-wrapper',
|
|
42
|
+
'@prosopo/procaptcha-wrapper',
|
|
43
|
+
'@prosopo/types',
|
|
44
|
+
'@prosopo/locale',
|
|
45
|
+
'@prosopo/util',
|
|
46
|
+
'@prosopo/util-crypto',
|
|
47
|
+
'@prosopo/procaptcha-integration-build-config'
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
[36mvite v6.4.1 [32mbuilding SSR bundle for production...[36m[39m
|
|
51
|
+
Bundle build started
|
|
52
|
+
transforming...
|
|
53
|
+
Build end
|
|
54
|
+
[32m✓[39m 3 modules transformed.
|
|
55
|
+
rendering chunks...
|
|
56
|
+
[2mdist/[22m[36mindex.js [39m[1m[2m0.20 kB[22m[1m[22m
|
|
57
|
+
[2mdist/[22m[36mintegrationDemo.vue.js [39m[1m[2m0.40 kB[22m[1m[22m
|
|
58
|
+
[2mdist/[22m[36mintegrationDemo.vue2.js [39m[1m[2m0.77 kB[22m[1m[22m
|
|
59
|
+
[32m✓ built in 247ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @prosopo/vue-procaptcha-integration-demo
|
|
2
2
|
|
|
3
|
+
## 1.1.44
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- 0a38892: feat/cross-os-testing
|
|
7
|
+
- a8faa9a: bump license year
|
|
8
|
+
- 3acc333: Release 3.3.0
|
|
9
|
+
- Updated dependencies [0a38892]
|
|
10
|
+
- Updated dependencies [a8faa9a]
|
|
11
|
+
- Updated dependencies [3acc333]
|
|
12
|
+
- @prosopo/vue-procaptcha-wrapper@1.1.44
|
|
13
|
+
|
|
14
|
+
## 1.1.43
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- @prosopo/vue-procaptcha-wrapper@1.1.43
|
|
18
|
+
|
|
19
|
+
## 1.1.42
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- @prosopo/vue-procaptcha-wrapper@1.1.42
|
|
23
|
+
|
|
24
|
+
## 1.1.41
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- e01227b: add turbo
|
|
28
|
+
- Updated dependencies [e01227b]
|
|
29
|
+
- @prosopo/vue-procaptcha-wrapper@1.1.41
|
|
30
|
+
|
|
31
|
+
## 1.1.40
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- 7d5eb3f: bump
|
|
35
|
+
- Updated dependencies [7d5eb3f]
|
|
36
|
+
- @prosopo/vue-procaptcha-wrapper@1.1.40
|
|
37
|
+
|
|
3
38
|
## 1.1.39
|
|
4
39
|
### Patch Changes
|
|
5
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/vue-procaptcha-integration-demo",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.44",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "^24",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
"scripts": {
|
|
19
|
-
"build": "
|
|
19
|
+
"build": "npm run build:cross-env -- --mode ${NODE_ENV:-development}",
|
|
20
|
+
"build:cross-env": "vite build --config vite.esm.config.ts",
|
|
20
21
|
"build:cjs": "NODE_ENV=${NODE_ENV:-development}; vite build --config vite.cjs.config.ts --mode $NODE_ENV",
|
|
21
22
|
"clean": "del-cli --verbose dist tsconfig.tsbuildinfo",
|
|
22
23
|
"typecheck": "vue-tsc --project tsconfig.json",
|
|
@@ -24,12 +25,12 @@
|
|
|
24
25
|
"dev": "NODE_ENV=${NODE_ENV:-development}; vite dev --port=9331 --mode=$NODE_ENV"
|
|
25
26
|
},
|
|
26
27
|
"dependencies": {
|
|
27
|
-
"@prosopo/vue-procaptcha-wrapper": "1.1.
|
|
28
|
+
"@prosopo/vue-procaptcha-wrapper": "1.1.44",
|
|
28
29
|
"vue": "3.5.13"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
|
-
"@prosopo/config": "3.
|
|
32
|
-
"@prosopo/procaptcha-integration-build-config": "1.1.
|
|
32
|
+
"@prosopo/config": "3.3.0",
|
|
33
|
+
"@prosopo/procaptcha-integration-build-config": "1.1.28",
|
|
33
34
|
"@types/node": "22.10.2",
|
|
34
35
|
"@vitejs/plugin-vue": "5.2.3",
|
|
35
36
|
"del-cli": "6.0.0",
|
package/turbo.json
ADDED
package/vite.cjs.config.ts
CHANGED
package/vite.config.ts
CHANGED
package/vite.esm.config.ts
CHANGED