@pubinfo-pr/module-captcha 0.182.2 → 0.182.4

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/dist/index.js CHANGED
@@ -6150,7 +6150,7 @@ Bt("captcha", Or.icons);
6150
6150
  function Na(t) {
6151
6151
  const { request: y } = t;
6152
6152
  return Nr.set({ request: y }), {
6153
- name: "pubinfo:captcha"
6153
+ name: "pubinfo-pr:captcha"
6154
6154
  };
6155
6155
  }
6156
6156
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo-pr/module-captcha",
3
3
  "type": "module",
4
- "version": "0.182.2",
4
+ "version": "0.182.4",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -22,7 +22,7 @@
22
22
  "peerDependencies": {
23
23
  "@ant-design/icons-vue": "^7.0.1",
24
24
  "ant-design-vue": "^4.2.6",
25
- "pubinfo-pr": "0.182.2"
25
+ "pubinfo-pr": "0.182.4"
26
26
  },
27
27
  "dependencies": {
28
28
  "@vueuse/core": "^13.7.0",
@@ -32,7 +32,7 @@
32
32
  "@ant-design/icons-vue": "^7.0.1",
33
33
  "@types/crypto-js": "^4.2.2",
34
34
  "ant-design-vue": "^4.2.6",
35
- "pubinfo-pr": "0.182.2"
35
+ "pubinfo-pr": "0.182.4"
36
36
  },
37
37
  "scripts": {
38
38
  "dev": "pubinfo build -w --sourcemap",
package/src/index.ts CHANGED
@@ -10,7 +10,7 @@ export function captcha(options: CaptchaOptions): ModuleOptions {
10
10
  ctx.set({ request });
11
11
 
12
12
  return {
13
- name: 'pubinfo:captcha',
13
+ name: 'pubinfo-pr:captcha',
14
14
  };
15
15
  }
16
16