@shellicar/core-config 2.1.2 → 2.1.4
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,5 +1,5 @@
|
|
|
1
1
|
import { ISecureFactory } from './interfaces.cjs';
|
|
2
|
-
import {
|
|
2
|
+
import { SecureConfig, IEncryptionProvider } from './types.cjs';
|
|
3
3
|
import 'node:util';
|
|
4
4
|
|
|
5
5
|
declare const defaultEncryptionProvider: IEncryptionProvider;
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("./chunk-7PP3CDDK.cjs"),r=require("./chunk-FKX4J4Q2.cjs");require("./chunk-J7CRMQ5Z.cjs"),require("./chunk-VQ2XCAJT.cjs"),require("./chunk-XVDIOMZD.cjs");var t=require("./chunk-JVM3GGW6.cjs"),n=require("./chunk-JS7CWWUD.cjs");require("./chunk-WZWXGAJN.cjs"),require("./chunk-PK6SKIKE.cjs"),Object.defineProperty(exports,"createFactory",{enumerable:!0,get:function(){return e.createFactory}}),Object.defineProperty(exports,"EncryptedValue",{enumerable:!0,get:function(){return r.EncryptedValue}}),Object.defineProperty(exports,"ISecureConnectionString",{enumerable:!0,get:function(){return t.ISecureConnectionString}}),Object.defineProperty(exports,"ISecureString",{enumerable:!0,get:function(){return t.ISecureString}}),Object.defineProperty(exports,"ISecureURL",{enumerable:!0,get:function(){return t.ISecureURL}}),Object.defineProperty(exports,"defaultSecureKeys",{enumerable:!0,get:function(){return n.defaultSecureKeys}});//# sourceMappingURL=index.cjs.map
|
|
1
|
+
"use strict";var e=require("./chunk-7PP3CDDK.cjs"),r=require("./chunk-FKX4J4Q2.cjs");require("./chunk-J7CRMQ5Z.cjs"),require("./chunk-VQ2XCAJT.cjs"),require("./chunk-XVDIOMZD.cjs");var t=require("./chunk-JVM3GGW6.cjs"),n=require("./chunk-JS7CWWUD.cjs");require("./chunk-WZWXGAJN.cjs"),require("./chunk-PK6SKIKE.cjs"),Object.defineProperty(exports,"createFactory",{enumerable:!0,get:function(){return e.createFactory}}),Object.defineProperty(exports,"EncryptedValue",{enumerable:!0,get:function(){return r.EncryptedValue}}),Object.defineProperty(exports,"ISecureConnectionString",{enumerable:!0,get:function(){return t.ISecureConnectionString}}),Object.defineProperty(exports,"ISecureFactory",{enumerable:!0,get:function(){return t.ISecureFactory}}),Object.defineProperty(exports,"ISecureString",{enumerable:!0,get:function(){return t.ISecureString}}),Object.defineProperty(exports,"ISecureURL",{enumerable:!0,get:function(){return t.ISecureURL}}),Object.defineProperty(exports,"defaultSecureKeys",{enumerable:!0,get:function(){return n.defaultSecureKeys}});//# sourceMappingURL=index.cjs.map
|
package/dist/cjs/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { createFactory } from './createFactory.cjs';
|
|
2
2
|
export { defaultSecureKeys } from './defaults.cjs';
|
|
3
3
|
export { EncryptedValue } from './EncryptedValue.cjs';
|
|
4
|
-
export { ISecureConnectionString, ISecureString, ISecureURL } from './interfaces.cjs';
|
|
4
|
+
export { ISecureConnectionString, ISecureFactory, ISecureString, ISecureURL } from './interfaces.cjs';
|
|
5
5
|
export { SecureConfig } from './types.cjs';
|
|
6
6
|
import 'node:util';
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { createFactory } from './createFactory.js';
|
|
2
2
|
export { defaultSecureKeys } from './defaults.js';
|
|
3
3
|
export { EncryptedValue } from './EncryptedValue.js';
|
|
4
|
-
export { ISecureConnectionString, ISecureString, ISecureURL } from './interfaces.js';
|
|
4
|
+
export { ISecureConnectionString, ISecureFactory, ISecureString, ISecureURL } from './interfaces.js';
|
|
5
5
|
export { SecureConfig } from './types.js';
|
|
6
6
|
import 'node:util';
|
package/dist/esm/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{createFactory}from"./chunk-NWPDBO55.js";export{EncryptedValue}from"./chunk-CGPJ25IS.js";import"./chunk-S3UXVGVK.js";import"./chunk-TGJY6ZQ7.js";import"./chunk-JAXX5FG7.js";export{ISecureConnectionString,ISecureString,ISecureURL}from"./chunk-XICVVAG4.js";export{defaultSecureKeys}from"./chunk-FUGQ3OFQ.js";import"./chunk-GJXVQ2LL.js";import"./chunk-7QVYU63E.js";//# sourceMappingURL=index.js.map
|
|
1
|
+
export{createFactory}from"./chunk-NWPDBO55.js";export{EncryptedValue}from"./chunk-CGPJ25IS.js";import"./chunk-S3UXVGVK.js";import"./chunk-TGJY6ZQ7.js";import"./chunk-JAXX5FG7.js";export{ISecureConnectionString,ISecureFactory,ISecureString,ISecureURL}from"./chunk-XICVVAG4.js";export{defaultSecureKeys}from"./chunk-FUGQ3OFQ.js";import"./chunk-GJXVQ2LL.js";import"./chunk-7QVYU63E.js";//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shellicar/core-config",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "Stephen Hellicar",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"*.md"
|
|
54
54
|
],
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@shellicar/build-clean": "1.
|
|
57
|
-
"@tsconfig/node20": "^20.1.
|
|
58
|
-
"@types/node": "^25.
|
|
59
|
-
"terser": "^5.
|
|
56
|
+
"@shellicar/build-clean": "^1.2.3",
|
|
57
|
+
"@tsconfig/node20": "^20.1.9",
|
|
58
|
+
"@types/node": "^25.3.2",
|
|
59
|
+
"terser": "^5.46.0",
|
|
60
60
|
"tsup": "^8.5.1",
|
|
61
61
|
"typescript": "^5.9.3",
|
|
62
|
-
"vitest": "^4.0.
|
|
62
|
+
"vitest": "^4.0.18"
|
|
63
63
|
},
|
|
64
64
|
"scripts": {
|
|
65
65
|
"build": "tsup-node",
|