@nocobase/plugin-auth
Advanced tools
Comparing version 0.19.0-alpha.6 to 0.19.0-alpha.7
module.exports = { | ||
"@nocobase/client": "0.19.0-alpha.6", | ||
"@nocobase/client": "0.19.0-alpha.7", | ||
"react": "18.2.0", | ||
"react-router-dom": "6.21.0", | ||
"@nocobase/utils": "0.19.0-alpha.6", | ||
"@nocobase/auth": "0.19.0-alpha.6", | ||
"@nocobase/database": "0.19.0-alpha.6", | ||
"@nocobase/server": "0.19.0-alpha.6", | ||
"@nocobase/cache": "0.19.0-alpha.6", | ||
"@nocobase/test": "0.19.0-alpha.6", | ||
"@nocobase/utils": "0.19.0-alpha.7", | ||
"@nocobase/auth": "0.19.0-alpha.7", | ||
"@nocobase/database": "0.19.0-alpha.7", | ||
"@nocobase/server": "0.19.0-alpha.7", | ||
"@nocobase/cache": "0.19.0-alpha.7", | ||
"@nocobase/test": "0.19.0-alpha.7", | ||
"antd": "5.12.8", | ||
@@ -17,3 +17,3 @@ "@formily/react": "2.3.0", | ||
"@ant-design/icons": "5.2.6", | ||
"@nocobase/actions": "0.19.0-alpha.6" | ||
"@nocobase/actions": "0.19.0-alpha.7" | ||
}; |
@@ -1,1 +0,1 @@ | ||
export { default, AuthModel } from './server'; | ||
export { AuthModel, BasicAuth, default } from './server'; |
@@ -31,2 +31,3 @@ var __create = Object.create; | ||
AuthModel: () => import_server.AuthModel, | ||
BasicAuth: () => import_server.BasicAuth, | ||
default: () => import_server.default | ||
@@ -38,3 +39,4 @@ }); | ||
0 && (module.exports = { | ||
AuthModel | ||
AuthModel, | ||
BasicAuth | ||
}); |
@@ -1,1 +0,1 @@ | ||
{"name":"cron","description":"Cron jobs for your node","version":"2.4.4","author":"Nick Campbell <nicholas.j.campbell@gmail.com> (https://github.com/ncb000gt)","bugs":{"url":"https://github.com/kelektiv/node-cron/issues"},"repository":{"type":"git","url":"https://github.com/kelektiv/node-cron.git"},"main":"lib/cron","scripts":{"lint":"eslint {lib,tests}/*.js","test":"jest --coverage","test:watch":"jest --watch --coverage","test:types":"tsd","prepare":"husky install","release":"semantic-release"},"types":"types/index.d.ts","dependencies":{"@types/luxon":"~3.3.0","luxon":"~3.3.0"},"devDependencies":{"@commitlint/cli":"~17.6.6","@insurgentlab/commitlint-config":"^18.1.0","@insurgentlab/conventional-changelog-preset":"~6.0.3","@semantic-release/changelog":"~6.0.x","@semantic-release/commit-analyzer":"~9.0.x","@semantic-release/git":"~10.0.x","@semantic-release/github":"~8.1.x","@semantic-release/npm":"~10.0.x","@semantic-release/release-notes-generator":"~11.0.x","chai":"~4.2.x","eslint":"~8.36.x","eslint-config-prettier":"^8.7.x","eslint-config-standard":"~17.0.x","eslint-plugin-import":"~2.27.x","eslint-plugin-jest":"~27.2.x","eslint-plugin-n":"~15.6.x","eslint-plugin-prettier":"~4.2.x","eslint-plugin-promise":"~6.1.x","husky":"^8.0.3","jest":"~29.5.x","prettier":"~2.8.x","semantic-release":"~21.0.x","sinon":"^15.0.x","tsd":"^0.28.1"},"keywords":["cron","node cron","node-cron","schedule","scheduler","cronjob","cron job"],"license":"MIT","contributors":["Brandon der Blätter <https://interlucid.com/contact/> (https://github.com/intcreator)","Romain Beauxis <toots@rastageeks.org> (https://github.com/toots)","James Padolsey <> (https://github.com/jamespadolsey)","Finn Herpich <fh@three-heads.de> (https://github.com/ErrorProne)","Clifton Cunningham <clifton.cunningham@gmail.com> (https://github.com/cliftonc)","Eric Abouaf <eric.abouaf@gmail.com> (https://github.com/neyric)","humanchimp <morphcham@gmail.com> (https://github.com/humanchimp)","Craig Condon <craig@spiceapps.com> (https://github.com/spiceapps)","Dan Bear <daniel@hulu.com> (https://github.com/danhbear)","Vadim Baryshev <vadimbaryshev@gmail.com> (https://github.com/baryshev)","Leandro Ferrari <lfthomaz@gmail.com> (https://github.com/lfthomaz)","Gregg Zigler <greggzigler@gmail.com> (https://github.com/greggzigler)","Jordan Abderrachid <jabderrachid@gmail.com> (https://github.com/jordanabderrachid)","Masakazu Matsushita <matsukaz@gmail.com> (matsukaz)","Christopher Lunt <me@kirisu.co.uk> (https://github.com/kirisu)"],"jest":{"collectCoverage":true,"collectCoverageFrom":["lib/*.js"],"coverageThreshold":{"global":{"statements":80,"branches":80,"functions":70,"lines":80}}},"files":["lib","types","CHANGELOG.md","LICENSE","README.md"],"_lastModified":"2024-02-07T12:18:03.205Z"} | ||
{"name":"cron","description":"Cron jobs for your node","version":"2.4.4","author":"Nick Campbell <nicholas.j.campbell@gmail.com> (https://github.com/ncb000gt)","bugs":{"url":"https://github.com/kelektiv/node-cron/issues"},"repository":{"type":"git","url":"https://github.com/kelektiv/node-cron.git"},"main":"lib/cron","scripts":{"lint":"eslint {lib,tests}/*.js","test":"jest --coverage","test:watch":"jest --watch --coverage","test:types":"tsd","prepare":"husky install","release":"semantic-release"},"types":"types/index.d.ts","dependencies":{"@types/luxon":"~3.3.0","luxon":"~3.3.0"},"devDependencies":{"@commitlint/cli":"~17.6.6","@insurgentlab/commitlint-config":"^18.1.0","@insurgentlab/conventional-changelog-preset":"~6.0.3","@semantic-release/changelog":"~6.0.x","@semantic-release/commit-analyzer":"~9.0.x","@semantic-release/git":"~10.0.x","@semantic-release/github":"~8.1.x","@semantic-release/npm":"~10.0.x","@semantic-release/release-notes-generator":"~11.0.x","chai":"~4.2.x","eslint":"~8.36.x","eslint-config-prettier":"^8.7.x","eslint-config-standard":"~17.0.x","eslint-plugin-import":"~2.27.x","eslint-plugin-jest":"~27.2.x","eslint-plugin-n":"~15.6.x","eslint-plugin-prettier":"~4.2.x","eslint-plugin-promise":"~6.1.x","husky":"^8.0.3","jest":"~29.5.x","prettier":"~2.8.x","semantic-release":"~21.0.x","sinon":"^15.0.x","tsd":"^0.28.1"},"keywords":["cron","node cron","node-cron","schedule","scheduler","cronjob","cron job"],"license":"MIT","contributors":["Brandon der Blätter <https://interlucid.com/contact/> (https://github.com/intcreator)","Romain Beauxis <toots@rastageeks.org> (https://github.com/toots)","James Padolsey <> (https://github.com/jamespadolsey)","Finn Herpich <fh@three-heads.de> (https://github.com/ErrorProne)","Clifton Cunningham <clifton.cunningham@gmail.com> (https://github.com/cliftonc)","Eric Abouaf <eric.abouaf@gmail.com> (https://github.com/neyric)","humanchimp <morphcham@gmail.com> (https://github.com/humanchimp)","Craig Condon <craig@spiceapps.com> (https://github.com/spiceapps)","Dan Bear <daniel@hulu.com> (https://github.com/danhbear)","Vadim Baryshev <vadimbaryshev@gmail.com> (https://github.com/baryshev)","Leandro Ferrari <lfthomaz@gmail.com> (https://github.com/lfthomaz)","Gregg Zigler <greggzigler@gmail.com> (https://github.com/greggzigler)","Jordan Abderrachid <jabderrachid@gmail.com> (https://github.com/jordanabderrachid)","Masakazu Matsushita <matsukaz@gmail.com> (matsukaz)","Christopher Lunt <me@kirisu.co.uk> (https://github.com/kirisu)"],"jest":{"collectCoverage":true,"collectCoverageFrom":["lib/*.js"],"coverageThreshold":{"global":{"statements":80,"branches":80,"functions":70,"lines":80}}},"files":["lib","types","CHANGELOG.md","LICENSE","README.md"],"_lastModified":"2024-02-20T10:51:53.730Z"} |
@@ -0,2 +1,3 @@ | ||
export { BasicAuth } from './basic-auth'; | ||
export { AuthModel } from './model/authenticator'; | ||
export { default } from './plugin'; | ||
export { AuthModel } from './model/authenticator'; |
@@ -31,10 +31,13 @@ var __create = Object.create; | ||
AuthModel: () => import_authenticator.AuthModel, | ||
BasicAuth: () => import_basic_auth.BasicAuth, | ||
default: () => import_plugin.default | ||
}); | ||
module.exports = __toCommonJS(server_exports); | ||
var import_basic_auth = require("./basic-auth"); | ||
var import_authenticator = require("./model/authenticator"); | ||
var import_plugin = __toESM(require("./plugin")); | ||
var import_authenticator = require("./model/authenticator"); | ||
// Annotate the CommonJS export names for ESM import in node: | ||
0 && (module.exports = { | ||
AuthModel | ||
AuthModel, | ||
BasicAuth | ||
}); |
{ | ||
"name": "@nocobase/plugin-auth", | ||
"version": "0.19.0-alpha.6", | ||
"version": "0.19.0-alpha.7", | ||
"main": "./dist/server/index.js", | ||
@@ -29,3 +29,3 @@ "homepage": "https://docs.nocobase.com/plugins/auth", | ||
"description.zh-CN": "提供基础认证功能和扩展认证器管理功能", | ||
"gitHead": "2eb524db98c7f4136fe1a9a1b1259cd72cf6635f", | ||
"gitHead": "cbbfd4de14b8f73417e613af6927d2fbbdbd2b41", | ||
"keywords": [ | ||
@@ -32,0 +32,0 @@ "Users & permissions" |
1887634
46643