@etohq/auth 1.2.0 → 1.3.0
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/loaders/providers.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,cAAc,EACd,eAAe,EAChB,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/loaders/providers.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EACb,cAAc,EACd,eAAe,EAChB,MAAM,wBAAwB,CAAA;yBAwBT,yBAGnB,aAAa,CACd,CACI,eAAe,CAAC,8BAA8B,GAC9C,eAAe,CAAC,6CAA6C,CAChE,GAAG;IAAE,SAAS,EAAE,cAAc,EAAE,CAAA;CAAE,CACpC,KAAG,OAAO,CAAC,IAAI,CAAC;AARjB,wBAcC"}
|
|
@@ -4,7 +4,7 @@ export declare const AuthIdentity: import("@etohq/framework/utils").DmlEntity<im
|
|
|
4
4
|
id: import("@etohq/framework/utils").PrimaryKeyModifier<string, import("@etohq/framework/utils").IdProperty>;
|
|
5
5
|
entity_id: import("@etohq/framework/utils").TextProperty;
|
|
6
6
|
provider: import("@etohq/framework/utils").TextProperty;
|
|
7
|
-
auth_identity: import("@etohq/framework/utils").BelongsTo<() => import("@etohq/framework/utils").DmlEntity<import("@etohq/framework/utils").DMLEntitySchemaBuilder
|
|
7
|
+
auth_identity: import("@etohq/framework/utils").BelongsTo<() => import("@etohq/framework/utils").DmlEntity<import("@etohq/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "auth_identity">, undefined>;
|
|
8
8
|
user_metadata: import("@etohq/framework/utils").NullableModifier<Record<string, unknown>, import("@etohq/framework/utils").JSONProperty>;
|
|
9
9
|
provider_metadata: import("@etohq/framework/utils").NullableModifier<Record<string, unknown>, import("@etohq/framework/utils").JSONProperty>;
|
|
10
10
|
}>, "provider_identity">>;
|
|
@@ -4,7 +4,7 @@ export declare const ProviderIdentity: import("@etohq/framework/utils").DmlEntit
|
|
|
4
4
|
provider: import("@etohq/framework/utils").TextProperty;
|
|
5
5
|
auth_identity: import("@etohq/framework/utils").BelongsTo<() => import("@etohq/framework/utils").DmlEntity<import("@etohq/framework/utils").DMLEntitySchemaBuilder<{
|
|
6
6
|
id: import("@etohq/framework/utils").PrimaryKeyModifier<string, import("@etohq/framework/utils").IdProperty>;
|
|
7
|
-
provider_identities: import("@etohq/framework/utils").HasMany<() => import("@etohq/framework/utils").DmlEntity<import("@etohq/framework/utils").DMLEntitySchemaBuilder
|
|
7
|
+
provider_identities: import("@etohq/framework/utils").HasMany<() => import("@etohq/framework/utils").DmlEntity<import("@etohq/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "provider_identity">>;
|
|
8
8
|
app_metadata: import("@etohq/framework/utils").NullableModifier<Record<string, unknown>, import("@etohq/framework/utils").JSONProperty>;
|
|
9
9
|
}>, "auth_identity">, undefined>;
|
|
10
10
|
user_metadata: import("@etohq/framework/utils").NullableModifier<Record<string, unknown>, import("@etohq/framework/utils").JSONProperty>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../src/index.ts","../src/joiner-config.ts","../src/loaders/providers.ts","../src/migrations/migration20240205025928.ts","../src/migrations/migration20240529080336.ts","../src/migrations/migration20241202100304.ts","../src/models/auth-identity.ts","../src/models/index.ts","../src/models/provider-identity.ts","../src/services/auth-module.ts","../src/services/auth-provider.ts","../src/services/index.ts","../src/types/index.ts"],"version":"5.
|
|
1
|
+
{"root":["../src/index.ts","../src/joiner-config.ts","../src/loaders/providers.ts","../src/migrations/migration20240205025928.ts","../src/migrations/migration20240529080336.ts","../src/migrations/migration20241202100304.ts","../src/models/auth-identity.ts","../src/models/index.ts","../src/models/provider-identity.ts","../src/services/auth-module.ts","../src/services/auth-provider.ts","../src/services/index.ts","../src/types/index.ts"],"version":"5.8.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etohq/auth",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Eto Auth module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts eto-mikro-orm cache:clear"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@etohq/framework": "^1.
|
|
40
|
-
"@etohq/test-utils": "^1.
|
|
39
|
+
"@etohq/framework": "^1.3.0",
|
|
40
|
+
"@etohq/test-utils": "^1.3.0",
|
|
41
41
|
"@mikro-orm/cli": "5.9.7",
|
|
42
42
|
"@mikro-orm/core": "5.9.7",
|
|
43
43
|
"@mikro-orm/migrations": "5.9.7",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"jest": "^29.7.0",
|
|
50
50
|
"rimraf": "^5.0.2",
|
|
51
51
|
"tsc-alias": "^1.8.6",
|
|
52
|
-
"typescript": "^5.
|
|
52
|
+
"typescript": "^5.8.3"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@etohq/framework": "^1.1.0",
|