@naylence/runtime 0.4.10 → 0.4.11

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.
@@ -525,12 +525,12 @@ async function ensureRuntimeFactoriesRegistered(registry = factory.Registry) {
525
525
  }
526
526
 
527
527
  // This file is auto-generated during build - do not edit manually
528
- // Generated from package.json version: 0.4.10
528
+ // Generated from package.json version: 0.4.11
529
529
  /**
530
530
  * The package version, injected at build time.
531
531
  * @internal
532
532
  */
533
- const VERSION = '0.4.10';
533
+ const VERSION = '0.4.11';
534
534
 
535
535
  let initialized = false;
536
536
  const runtimePlugin = {
@@ -22044,7 +22044,7 @@ const DEFAULT_POLICY_SOURCE = {
22044
22044
  const POLICY_LOCALFILE_PROFILE = {
22045
22045
  type: 'PolicyAuthorizer',
22046
22046
  verifier: DEFAULT_VERIFIER_CONFIG,
22047
- policySource: DEFAULT_POLICY_SOURCE,
22047
+ policy_source: DEFAULT_POLICY_SOURCE,
22048
22048
  };
22049
22049
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_DEFAULT, DEFAULT_PROFILE, { source: 'authorization-profile-factory' });
22050
22050
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_OAUTH2, OAUTH2_PROFILE, { source: 'authorization-profile-factory' });
@@ -523,12 +523,12 @@ async function ensureRuntimeFactoriesRegistered(registry = Registry) {
523
523
  }
524
524
 
525
525
  // This file is auto-generated during build - do not edit manually
526
- // Generated from package.json version: 0.4.10
526
+ // Generated from package.json version: 0.4.11
527
527
  /**
528
528
  * The package version, injected at build time.
529
529
  * @internal
530
530
  */
531
- const VERSION = '0.4.10';
531
+ const VERSION = '0.4.11';
532
532
 
533
533
  let initialized = false;
534
534
  const runtimePlugin = {
@@ -22042,7 +22042,7 @@ const DEFAULT_POLICY_SOURCE = {
22042
22042
  const POLICY_LOCALFILE_PROFILE = {
22043
22043
  type: 'PolicyAuthorizer',
22044
22044
  verifier: DEFAULT_VERIFIER_CONFIG,
22045
- policySource: DEFAULT_POLICY_SOURCE,
22045
+ policy_source: DEFAULT_POLICY_SOURCE,
22046
22046
  };
22047
22047
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_DEFAULT, DEFAULT_PROFILE, { source: 'authorization-profile-factory' });
22048
22048
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_OAUTH2, OAUTH2_PROFILE, { source: 'authorization-profile-factory' });
@@ -89,7 +89,7 @@ const DEFAULT_POLICY_SOURCE = {
89
89
  const POLICY_LOCALFILE_PROFILE = {
90
90
  type: 'PolicyAuthorizer',
91
91
  verifier: DEFAULT_VERIFIER_CONFIG,
92
- policySource: DEFAULT_POLICY_SOURCE,
92
+ policy_source: DEFAULT_POLICY_SOURCE,
93
93
  };
94
94
  (0, profile_registry_js_1.registerProfile)(authorizer_factory_js_1.AUTHORIZER_FACTORY_BASE_TYPE, exports.PROFILE_NAME_DEFAULT, DEFAULT_PROFILE, { source: 'authorization-profile-factory' });
95
95
  (0, profile_registry_js_1.registerProfile)(authorizer_factory_js_1.AUTHORIZER_FACTORY_BASE_TYPE, exports.PROFILE_NAME_OAUTH2, OAUTH2_PROFILE, { source: 'authorization-profile-factory' });
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  // This file is auto-generated during build - do not edit manually
3
- // Generated from package.json version: 0.4.10
3
+ // Generated from package.json version: 0.4.11
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
5
  exports.VERSION = void 0;
6
6
  /**
7
7
  * The package version, injected at build time.
8
8
  * @internal
9
9
  */
10
- exports.VERSION = '0.4.10';
10
+ exports.VERSION = '0.4.11';
@@ -86,7 +86,7 @@ const DEFAULT_POLICY_SOURCE = {
86
86
  const POLICY_LOCALFILE_PROFILE = {
87
87
  type: 'PolicyAuthorizer',
88
88
  verifier: DEFAULT_VERIFIER_CONFIG,
89
- policySource: DEFAULT_POLICY_SOURCE,
89
+ policy_source: DEFAULT_POLICY_SOURCE,
90
90
  };
91
91
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_DEFAULT, DEFAULT_PROFILE, { source: 'authorization-profile-factory' });
92
92
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_OAUTH2, OAUTH2_PROFILE, { source: 'authorization-profile-factory' });
@@ -1,7 +1,7 @@
1
1
  // This file is auto-generated during build - do not edit manually
2
- // Generated from package.json version: 0.4.10
2
+ // Generated from package.json version: 0.4.11
3
3
  /**
4
4
  * The package version, injected at build time.
5
5
  * @internal
6
6
  */
7
- export const VERSION = '0.4.10';
7
+ export const VERSION = '0.4.11';
@@ -14,12 +14,12 @@ var fastify = require('fastify');
14
14
  var websocketPlugin = require('@fastify/websocket');
15
15
 
16
16
  // This file is auto-generated during build - do not edit manually
17
- // Generated from package.json version: 0.4.10
17
+ // Generated from package.json version: 0.4.11
18
18
  /**
19
19
  * The package version, injected at build time.
20
20
  * @internal
21
21
  */
22
- const VERSION = '0.4.10';
22
+ const VERSION = '0.4.11';
23
23
 
24
24
  /**
25
25
  * Fame protocol specific error classes with WebSocket close codes and proper inheritance.
@@ -21931,7 +21931,7 @@ const DEFAULT_POLICY_SOURCE = {
21931
21931
  const POLICY_LOCALFILE_PROFILE = {
21932
21932
  type: 'PolicyAuthorizer',
21933
21933
  verifier: DEFAULT_VERIFIER_CONFIG,
21934
- policySource: DEFAULT_POLICY_SOURCE,
21934
+ policy_source: DEFAULT_POLICY_SOURCE,
21935
21935
  };
21936
21936
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_DEFAULT, DEFAULT_PROFILE, { source: 'authorization-profile-factory' });
21937
21937
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_OAUTH2, OAUTH2_PROFILE, { source: 'authorization-profile-factory' });
@@ -13,12 +13,12 @@ import fastify from 'fastify';
13
13
  import websocketPlugin from '@fastify/websocket';
14
14
 
15
15
  // This file is auto-generated during build - do not edit manually
16
- // Generated from package.json version: 0.4.10
16
+ // Generated from package.json version: 0.4.11
17
17
  /**
18
18
  * The package version, injected at build time.
19
19
  * @internal
20
20
  */
21
- const VERSION = '0.4.10';
21
+ const VERSION = '0.4.11';
22
22
 
23
23
  /**
24
24
  * Fame protocol specific error classes with WebSocket close codes and proper inheritance.
@@ -21930,7 +21930,7 @@ const DEFAULT_POLICY_SOURCE = {
21930
21930
  const POLICY_LOCALFILE_PROFILE = {
21931
21931
  type: 'PolicyAuthorizer',
21932
21932
  verifier: DEFAULT_VERIFIER_CONFIG,
21933
- policySource: DEFAULT_POLICY_SOURCE,
21933
+ policy_source: DEFAULT_POLICY_SOURCE,
21934
21934
  };
21935
21935
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_DEFAULT, DEFAULT_PROFILE, { source: 'authorization-profile-factory' });
21936
21936
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_OAUTH2, OAUTH2_PROFILE, { source: 'authorization-profile-factory' });
@@ -4436,12 +4436,12 @@ async function ensureRuntimeFactoriesRegistered(registry = factory.Registry) {
4436
4436
  }
4437
4437
 
4438
4438
  // This file is auto-generated during build - do not edit manually
4439
- // Generated from package.json version: 0.4.10
4439
+ // Generated from package.json version: 0.4.11
4440
4440
  /**
4441
4441
  * The package version, injected at build time.
4442
4442
  * @internal
4443
4443
  */
4444
- const VERSION = '0.4.10';
4444
+ const VERSION = '0.4.11';
4445
4445
 
4446
4446
  let initialized = false;
4447
4447
  const runtimePlugin = {
@@ -23138,7 +23138,7 @@ const DEFAULT_POLICY_SOURCE = {
23138
23138
  const POLICY_LOCALFILE_PROFILE = {
23139
23139
  type: 'PolicyAuthorizer',
23140
23140
  verifier: DEFAULT_VERIFIER_CONFIG,
23141
- policySource: DEFAULT_POLICY_SOURCE,
23141
+ policy_source: DEFAULT_POLICY_SOURCE,
23142
23142
  };
23143
23143
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_DEFAULT, DEFAULT_PROFILE, { source: 'authorization-profile-factory' });
23144
23144
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_OAUTH2, OAUTH2_PROFILE, { source: 'authorization-profile-factory' });
@@ -4435,12 +4435,12 @@ async function ensureRuntimeFactoriesRegistered(registry = Registry) {
4435
4435
  }
4436
4436
 
4437
4437
  // This file is auto-generated during build - do not edit manually
4438
- // Generated from package.json version: 0.4.10
4438
+ // Generated from package.json version: 0.4.11
4439
4439
  /**
4440
4440
  * The package version, injected at build time.
4441
4441
  * @internal
4442
4442
  */
4443
- const VERSION = '0.4.10';
4443
+ const VERSION = '0.4.11';
4444
4444
 
4445
4445
  let initialized = false;
4446
4446
  const runtimePlugin = {
@@ -23137,7 +23137,7 @@ const DEFAULT_POLICY_SOURCE = {
23137
23137
  const POLICY_LOCALFILE_PROFILE = {
23138
23138
  type: 'PolicyAuthorizer',
23139
23139
  verifier: DEFAULT_VERIFIER_CONFIG,
23140
- policySource: DEFAULT_POLICY_SOURCE,
23140
+ policy_source: DEFAULT_POLICY_SOURCE,
23141
23141
  };
23142
23142
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_DEFAULT, DEFAULT_PROFILE, { source: 'authorization-profile-factory' });
23143
23143
  registerProfile(AUTHORIZER_FACTORY_BASE_TYPE, PROFILE_NAME_OAUTH2, OAUTH2_PROFILE, { source: 'authorization-profile-factory' });
@@ -2,4 +2,4 @@
2
2
  * The package version, injected at build time.
3
3
  * @internal
4
4
  */
5
- export declare const VERSION = "0.4.10";
5
+ export declare const VERSION = "0.4.11";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naylence/runtime",
3
- "version": "0.4.10",
3
+ "version": "0.4.11",
4
4
  "type": "module",
5
5
  "description": "Naylence Runtime - Complete TypeScript runtime",
6
6
  "author": "Naylence Dev <naylencedev@gmail.com>",