@nodefony/mongoose 10.0.0-alpha.5 → 10.0.0-alpha.7
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/_virtual/{_@oxc-project_runtime@0.149.0 → _@oxc-project_runtime@0.150.0}/helpers/esm/decorate.js +1 -1
- package/dist/_virtual/{_@oxc-project_runtime@0.149.0 → _@oxc-project_runtime@0.150.0}/helpers/esm/decorateMetadata.js +1 -1
- package/dist/index.js +2 -2
- package/dist/nodefony/entity/sessionEntity.js +1 -1
- package/package.json +15 -15
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region \0@oxc-project+runtime@0.
|
|
1
|
+
//#region \0@oxc-project+runtime@0.150.0/helpers/esm/decorate.js
|
|
2
2
|
function __decorate(decorators, target, key, desc) {
|
|
3
3
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
4
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region \0@oxc-project+runtime@0.
|
|
1
|
+
//#region \0@oxc-project+runtime@0.150.0/helpers/esm/decorateMetadata.js
|
|
2
2
|
function __decorateMetadata(k, v) {
|
|
3
3
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
4
4
|
}
|
package/dist/index.js
CHANGED
|
@@ -12,8 +12,8 @@ import { MongooseTokenStore } from "./nodefony/src/MongooseTokenStore.js";
|
|
|
12
12
|
import { MongooseWebAuthnCredentialStore } from "./nodefony/src/MongooseWebAuthnCredentialStore.js";
|
|
13
13
|
import { MongooseWebhookStore } from "./nodefony/src/MongooseWebhookStore.js";
|
|
14
14
|
import { FRAMEWORK_CONNECTOR, registerMongooseFrameworkStores } from "./nodefony/registerStores.js";
|
|
15
|
-
import __decorateMetadata from "./_virtual/_@oxc-project_runtime@0.
|
|
16
|
-
import __decorate from "./_virtual/_@oxc-project_runtime@0.
|
|
15
|
+
import __decorateMetadata from "./_virtual/_@oxc-project_runtime@0.150.0/helpers/esm/decorateMetadata.js";
|
|
16
|
+
import __decorate from "./_virtual/_@oxc-project_runtime@0.150.0/helpers/esm/decorate.js";
|
|
17
17
|
import sessionEntity_default, { SESSION_CONNECTOR, sessionSchema as schema } from "./nodefony/entity/sessionEntity.js";
|
|
18
18
|
import SessionStorage from "./nodefony/src/SessionStorage.js";
|
|
19
19
|
import { createUserEntity, registerUserEntity, userSchema } from "./nodefony/entity/userEntity.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import __decorate from "../../_virtual/_@oxc-project_runtime@0.
|
|
1
|
+
import __decorate from "../../_virtual/_@oxc-project_runtime@0.150.0/helpers/esm/decorate.js";
|
|
2
2
|
import { entity } from "@nodefony/orm-core";
|
|
3
3
|
//#region nodefony/entity/sessionEntity.ts
|
|
4
4
|
/** ORM cible du stockage de session (connecteur par défaut du module). */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nodefony/mongoose",
|
|
3
|
-
"version": "10.0.0-alpha.
|
|
3
|
+
"version": "10.0.0-alpha.7",
|
|
4
4
|
"description": "Moteur MongoDB de Nodefony sur Mongoose : dépôts typés conformes au contrat orm-core",
|
|
5
5
|
"nodefony": {
|
|
6
6
|
"storeKind": "durable",
|
|
@@ -47,27 +47,27 @@
|
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"mongodb": "7.6.0",
|
|
50
|
-
"mongoose": "9.10.
|
|
50
|
+
"mongoose": "9.10.1",
|
|
51
51
|
"tslib": "2.8.1",
|
|
52
|
-
"zod": "^4.6.
|
|
52
|
+
"zod": "^4.6.5"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@nodefony/http": "^10.0.0-alpha.
|
|
56
|
-
"@nodefony/orm-core": "^10.0.0-alpha.
|
|
57
|
-
"@nodefony/security": "^10.0.0-alpha.
|
|
58
|
-
"@nodefony/user": "^10.0.0-alpha.
|
|
59
|
-
"@types/node": "26.
|
|
55
|
+
"@nodefony/http": "^10.0.0-alpha.7",
|
|
56
|
+
"@nodefony/orm-core": "^10.0.0-alpha.7",
|
|
57
|
+
"@nodefony/security": "^10.0.0-alpha.7",
|
|
58
|
+
"@nodefony/user": "^10.0.0-alpha.7",
|
|
59
|
+
"@types/node": "26.6.1",
|
|
60
60
|
"mongodb-memory-server": "11.2.0",
|
|
61
|
-
"nodefony": "^10.0.0-alpha.
|
|
61
|
+
"nodefony": "^10.0.0-alpha.7",
|
|
62
62
|
"rimraf": "6.1.3",
|
|
63
|
-
"vitest": "5.0.
|
|
63
|
+
"vitest": "5.0.1"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
|
-
"@nodefony/http": "^10.0.0-alpha.
|
|
67
|
-
"@nodefony/orm-core": "^10.0.0-alpha.
|
|
68
|
-
"@nodefony/security": "^10.0.0-alpha.
|
|
69
|
-
"@nodefony/user": "^10.0.0-alpha.
|
|
70
|
-
"nodefony": "^10.0.0-alpha.
|
|
66
|
+
"@nodefony/http": "^10.0.0-alpha.7",
|
|
67
|
+
"@nodefony/orm-core": "^10.0.0-alpha.7",
|
|
68
|
+
"@nodefony/security": "^10.0.0-alpha.7",
|
|
69
|
+
"@nodefony/user": "^10.0.0-alpha.7",
|
|
70
|
+
"nodefony": "^10.0.0-alpha.7"
|
|
71
71
|
},
|
|
72
72
|
"repository": {
|
|
73
73
|
"type": "git",
|