@naylence/advanced-security 0.4.0 → 0.4.1

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/LICENSE CHANGED
@@ -11,7 +11,7 @@ Additional Use Grant:
11
11
  Production use is permitted **only for internal use by Naylence staff**; all other production usage requires a commercial license granted by Naylence Inc.
12
12
 
13
13
  Change Date:
14
- On 2028-10-06, in accordance with the Business Source License, this software will be licensed under the Apache License, Version 2.0 with no additional restrictions.
14
+ On 2028-12-26, in accordance with the Business Source License, this software will be licensed under the Apache License, Version 2.0 with no additional restrictions.
15
15
 
16
16
  Change License:
17
17
  Apache License, Version 2.0 (SPDX identifier: `Apache-2.0`).
@@ -572,12 +572,12 @@ async function registerAdvancedSecurityFactories(registrar = factory.Registry, o
572
572
  }
573
573
 
574
574
  // This file is auto-generated during build - do not edit manually
575
- // Generated from package.json version: 0.4.0
575
+ // Generated from package.json version: 0.4.1
576
576
  /**
577
577
  * The package version, injected at build time.
578
578
  * @internal
579
579
  */
580
- const VERSION = '0.4.0';
580
+ const VERSION = '0.4.1';
581
581
 
582
582
  async function registerAdvancedSecurityPluginFactories(registrar = factory.Registry) {
583
583
  await registerAdvancedSecurityFactories(registrar);
@@ -570,12 +570,12 @@ async function registerAdvancedSecurityFactories(registrar = Registry, options)
570
570
  }
571
571
 
572
572
  // This file is auto-generated during build - do not edit manually
573
- // Generated from package.json version: 0.4.0
573
+ // Generated from package.json version: 0.4.1
574
574
  /**
575
575
  * The package version, injected at build time.
576
576
  * @internal
577
577
  */
578
- const VERSION = '0.4.0';
578
+ const VERSION = '0.4.1';
579
579
 
580
580
  async function registerAdvancedSecurityPluginFactories(registrar = Registry) {
581
581
  await registerAdvancedSecurityFactories(registrar);
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
@@ -1,8 +1,8 @@
1
1
  // This file is auto-generated during build - do not edit manually
2
- // Generated from package.json version: 0.4.0
2
+ // Generated from package.json version: 0.4.1
3
3
  /**
4
4
  * The package version, injected at build time.
5
5
  * @internal
6
6
  */
7
- export const VERSION = '0.4.0';
7
+ export const VERSION = '0.4.1';
8
8
  //# sourceMappingURL=version.js.map
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -1,8 +1,8 @@
1
1
  // This file is auto-generated during build - do not edit manually
2
- // Generated from package.json version: 0.4.0
2
+ // Generated from package.json version: 0.4.1
3
3
  /**
4
4
  * The package version, injected at build time.
5
5
  * @internal
6
6
  */
7
- export const VERSION = '0.4.0';
7
+ export const VERSION = '0.4.1';
8
8
  //# sourceMappingURL=version.js.map
@@ -18,12 +18,12 @@ var sha256_js = require('@noble/hashes/sha256.js');
18
18
  var x509 = require('@peculiar/x509');
19
19
 
20
20
  // This file is auto-generated during build - do not edit manually
21
- // Generated from package.json version: 0.4.0
21
+ // Generated from package.json version: 0.4.1
22
22
  /**
23
23
  * The package version, injected at build time.
24
24
  * @internal
25
25
  */
26
- const VERSION = '0.4.0';
26
+ const VERSION = '0.4.1';
27
27
 
28
28
  /**
29
29
  * Abstract Syntax Tree (AST) node types for the expression language.
@@ -16,12 +16,12 @@ import { sha256 as sha256$2 } from '@noble/hashes/sha256.js';
16
16
  import { X509Certificate } from '@peculiar/x509';
17
17
 
18
18
  // This file is auto-generated during build - do not edit manually
19
- // Generated from package.json version: 0.4.0
19
+ // Generated from package.json version: 0.4.1
20
20
  /**
21
21
  * The package version, injected at build time.
22
22
  * @internal
23
23
  */
24
- const VERSION = '0.4.0';
24
+ const VERSION = '0.4.1';
25
25
 
26
26
  /**
27
27
  * Abstract Syntax Tree (AST) node types for the expression language.
@@ -575,12 +575,12 @@ async function registerAdvancedSecurityFactories(registrar = factory.Registry, o
575
575
  }
576
576
 
577
577
  // This file is auto-generated during build - do not edit manually
578
- // Generated from package.json version: 0.4.0
578
+ // Generated from package.json version: 0.4.1
579
579
  /**
580
580
  * The package version, injected at build time.
581
581
  * @internal
582
582
  */
583
- const VERSION = '0.4.0';
583
+ const VERSION = '0.4.1';
584
584
 
585
585
  async function registerAdvancedSecurityPluginFactories(registrar = factory.Registry) {
586
586
  await registerAdvancedSecurityFactories(registrar, { includeExtras: true });
@@ -573,12 +573,12 @@ async function registerAdvancedSecurityFactories(registrar = Registry, options)
573
573
  }
574
574
 
575
575
  // This file is auto-generated during build - do not edit manually
576
- // Generated from package.json version: 0.4.0
576
+ // Generated from package.json version: 0.4.1
577
577
  /**
578
578
  * The package version, injected at build time.
579
579
  * @internal
580
580
  */
581
- const VERSION = '0.4.0';
581
+ const VERSION = '0.4.1';
582
582
 
583
583
  async function registerAdvancedSecurityPluginFactories(registrar = Registry) {
584
584
  await registerAdvancedSecurityFactories(registrar, { includeExtras: true });
@@ -2,5 +2,5 @@
2
2
  * The package version, injected at build time.
3
3
  * @internal
4
4
  */
5
- export declare const VERSION = "0.4.0";
5
+ export declare const VERSION = "0.4.1";
6
6
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naylence/advanced-security",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "description": "Advanced security utilities for the Naylence Fame runtime implemented in TypeScript.",
6
6
  "author": "Naylence Dev <naylencedev@gmail.com>",
@@ -121,11 +121,12 @@
121
121
  "NOTICE"
122
122
  ],
123
123
  "scripts": {
124
- "build": "npm run clean && npm run build:types && npm run build:cjs && npm run build:esm && npm run build:browser",
124
+ "build": "npm run clean && npm run build:types && npm run build:cjs && npm run build:esm && npm run build:browser && npm run postbuild",
125
125
  "build:types": "tsc --emitDeclarationOnly --outDir dist/types",
126
126
  "build:cjs": "tsc -p tsconfig.cjs.json",
127
127
  "build:esm": "tsc -p tsconfig.esm.json",
128
128
  "build:browser": "rollup -c rollup.config.js",
129
+ "postbuild": "node ./scripts/create-dist-package-json.mjs",
129
130
  "clean": "rimraf dist",
130
131
  "generate:factory-manifest": "node ./scripts/generate-factory-manifest.mjs",
131
132
  "inject-version": "node ./scripts/inject-version.js",