@tachybase/plugin-password-policy 1.3.11 → 1.3.12

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/build.config.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { existsSync } from 'fs';
2
- import fs from 'fs/promises';
3
- import path from 'path';
4
- import { defineConfig } from '@tachybase/build';
1
+ import { existsSync } from 'node:fs';
2
+ import fs from 'node:fs/promises';
3
+ import path from 'node:path';
4
+ import { defineConfig } from '@tachybase/devkit';
5
5
 
6
6
  export default defineConfig({
7
7
  afterBuild: async (log) => {
@@ -1,10 +1,10 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.11",
4
- "@tachybase/schema": "1.3.11",
3
+ "@tachybase/client": "1.3.12",
4
+ "@tachybase/schema": "1.3.12",
5
5
  "antd": "5.22.5",
6
- "@tachybase/server": "1.3.11",
7
- "@tachybase/actions": "1.3.11",
8
- "@tachybase/utils": "1.3.11",
9
- "@tachybase/database": "1.3.11"
6
+ "@tachybase/server": "1.3.12",
7
+ "@tachybase/actions": "1.3.12",
8
+ "@tachybase/utils": "1.3.12",
9
+ "@tachybase/database": "1.3.12"
10
10
  };
@@ -10,9 +10,9 @@ case `uname` in
10
10
  esac
11
11
 
12
12
  if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/runner/work/tachybase/tachybase/node_modules/.pnpm/rimraf@2.7.1/node_modules/rimraf/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/rimraf@2.7.1/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/node_modules"
13
+ export NODE_PATH="/home/runner/work/tego/tego/node_modules/.pnpm/rimraf@2.7.1/node_modules/rimraf/node_modules:/home/runner/work/tego/tego/node_modules/.pnpm/rimraf@2.7.1/node_modules:/home/runner/work/tego/tego/node_modules/.pnpm/node_modules"
14
14
  else
15
- export NODE_PATH="/home/runner/work/tachybase/tachybase/node_modules/.pnpm/rimraf@2.7.1/node_modules/rimraf/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/rimraf@2.7.1/node_modules:/home/runner/work/tachybase/tachybase/node_modules/.pnpm/node_modules:$NODE_PATH"
15
+ export NODE_PATH="/home/runner/work/tego/tego/node_modules/.pnpm/rimraf@2.7.1/node_modules/rimraf/node_modules:/home/runner/work/tego/tego/node_modules/.pnpm/rimraf@2.7.1/node_modules:/home/runner/work/tego/tego/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
18
  exec "$basedir/node" "$basedir/../../../../../rimraf@2.7.1/node_modules/rimraf/bin.js" "$@"
@@ -1 +1 @@
1
- {"name":"geoip-lite","version":"1.4.10","description":"A light weight native JavaScript implementation of GeoIP API from MaxMind","keywords":["geo","geoip","ip","ipv4","ipv6","geolookup","maxmind","geolite"],"homepage":"https://github.com/geoip-lite/node-geoip","author":"Philip Tellis <philip@bluesmoon.info> (http://bluesmoon.info/)","files":["lib/","data/","test/","scripts/"],"main":"lib/geoip.js","repository":{"type":"git","url":"git://github.com/geoip-lite/node-geoip.git"},"engines":{"node":">=10.3.0"},"scripts":{"pretest":"eslint .","test":"nodeunit --reporter=minimal test/tests.js","updatedb":"node scripts/updatedb.js","updatedb-debug":"node scripts/updatedb.js debug","updatedb-force":"node scripts/updatedb.js force"},"dependencies":{"async":"2.1 - 2.6.4","chalk":"4.1 - 4.1.2","iconv-lite":"0.4.13 - 0.6.3","ip-address":"5.8.9 - 5.9.4","lazy":"1.0.11","rimraf":"2.5.2 - 2.7.1","yauzl":"2.9.2 - 2.10.0"},"config":{"update":true},"devDependencies":{"eslint":"^5.12.1","nodeunit":"^0.11.2"},"license":"Apache-2.0","_lastModified":"2025-06-26T17:34:28.482Z"}
1
+ {"name":"geoip-lite","version":"1.4.10","description":"A light weight native JavaScript implementation of GeoIP API from MaxMind","keywords":["geo","geoip","ip","ipv4","ipv6","geolookup","maxmind","geolite"],"homepage":"https://github.com/geoip-lite/node-geoip","author":"Philip Tellis <philip@bluesmoon.info> (http://bluesmoon.info/)","files":["lib/","data/","test/","scripts/"],"main":"lib/geoip.js","repository":{"type":"git","url":"git://github.com/geoip-lite/node-geoip.git"},"engines":{"node":">=10.3.0"},"scripts":{"pretest":"eslint .","test":"nodeunit --reporter=minimal test/tests.js","updatedb":"node scripts/updatedb.js","updatedb-debug":"node scripts/updatedb.js debug","updatedb-force":"node scripts/updatedb.js force"},"dependencies":{"async":"2.1 - 2.6.4","chalk":"4.1 - 4.1.2","iconv-lite":"0.4.13 - 0.6.3","ip-address":"5.8.9 - 5.9.4","lazy":"1.0.11","rimraf":"2.5.2 - 2.7.1","yauzl":"2.9.2 - 2.10.0"},"config":{"update":true},"devDependencies":{"eslint":"^5.12.1","nodeunit":"^0.11.2"},"license":"Apache-2.0","_lastModified":"2025-06-29T19:37:23.219Z"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-password-policy",
3
3
  "displayName": "Password policy",
4
- "version": "1.3.11",
4
+ "version": "1.3.12",
5
5
  "description": "Password policy, including password strength, password attempt limit, password lock time, ip whitelist/blacklist, etc.",
6
6
  "keywords": [
7
7
  "Security"
@@ -14,12 +14,12 @@
14
14
  "ipaddr.js": "^2.1.0"
15
15
  },
16
16
  "peerDependencies": {
17
- "@tachybase/actions": "1.3.11",
18
- "@tachybase/client": "1.3.11",
19
- "@tachybase/schema": "1.3.11",
20
- "@tachybase/database": "1.3.11",
21
- "@tachybase/server": "1.3.11",
22
- "@tachybase/utils": "1.3.11"
17
+ "@tachybase/actions": "1.3.12",
18
+ "@tachybase/client": "1.3.12",
19
+ "@tachybase/database": "1.3.12",
20
+ "@tachybase/server": "1.3.12",
21
+ "@tachybase/schema": "1.3.12",
22
+ "@tachybase/utils": "1.3.12"
23
23
  },
24
24
  "description.zh-CN": "密码策略, 包含密码强度、密码尝试次数限制、密码锁定时间、ip黑白名单等",
25
25
  "displayName.zh-CN": "密码策略"