@wvb/config 0.1.0-next.9a8f99e → 0.1.0-next.a1bf387
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/CHANGELOG.md +2 -2
- package/dist/index.cjs +2 -3
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.mjs +1 -2
- package/dist/remote/index.cjs +2 -4
- package/dist/remote/index.d.cts +2 -2
- package/dist/remote/index.d.mts +2 -2
- package/dist/remote/index.mjs +1 -4
- package/package.json +5 -5
- /package/dist/{index-C5v3A9IM.d.cts → index-BS61KYGj.d.cts} +0 -0
- /package/dist/{index-f7Ruzcf_.d.mts → index-BS61KYGj.d.mts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## config v0.1.0-next.
|
|
3
|
+
## config v0.1.0-next.a1bf387
|
|
4
4
|
|
|
5
|
-
This release includes packages: [`@wvb/config`](https://www.npmjs.com/package/@wvb/config/v/0.1.0-next.
|
|
5
|
+
This release includes packages: [`@wvb/config`](https://www.npmjs.com/package/@wvb/config/v/0.1.0-next.a1bf387)
|
|
6
6
|
|
|
7
7
|
- feat(ffi): add ffi package for Android/iOS bindings (#139) (c41b723)
|
|
8
8
|
- feat: redesgin cli commands, add local remote provider, oxc -> biome (#132) (af26b39)
|
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.mjs
CHANGED
package/dist/remote/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
1
2
|
let node_buffer = require("node:buffer");
|
|
2
|
-
|
|
3
3
|
//#region src/remote/integrity.ts
|
|
4
4
|
async function makeIntegrity(maker, data) {
|
|
5
5
|
if (typeof maker === "function") return maker({ data });
|
|
@@ -14,7 +14,6 @@ function hashAlg$1(rasHash) {
|
|
|
14
14
|
case "sha512": return "SHA-512";
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
|
|
18
17
|
//#endregion
|
|
19
18
|
//#region src/remote/signature.ts
|
|
20
19
|
async function signSignature(signer, message) {
|
|
@@ -75,7 +74,6 @@ function signAlg(config) {
|
|
|
75
74
|
};
|
|
76
75
|
}
|
|
77
76
|
}
|
|
78
|
-
|
|
79
77
|
//#endregion
|
|
80
78
|
exports.makeIntegrity = makeIntegrity;
|
|
81
|
-
exports.signSignature = signSignature;
|
|
79
|
+
exports.signSignature = signSignature;
|
package/dist/remote/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as IntegrityMakeFn, a as RemoteUploadProgress, b as BaseRemoteDeployer, c as SignatureHash, d as SignatureSigner, f as SignatureSigningKeyConfig, g as IntegrityMakeConfig, h as IntegrityAlgorithm, i as RemoteUploadParams, l as SignatureSignConfig, m as signSignature, n as RemoteConfig, o as SignatureAlgorithm, p as SigningKeyFormat, r as BaseRemoteUploader, s as SignatureEcdsaCurve, t as RemoteBundleDeployment, u as SignatureSignFn, v as IntegrityMaker, x as RemoteDeployParams, y as makeIntegrity } from "../index-
|
|
2
|
-
export { BaseRemoteDeployer, BaseRemoteUploader, IntegrityAlgorithm, IntegrityMakeConfig, IntegrityMakeFn, IntegrityMaker, RemoteBundleDeployment, RemoteConfig, RemoteDeployParams, RemoteUploadParams, RemoteUploadProgress, SignatureAlgorithm, SignatureEcdsaCurve, SignatureHash, SignatureSignConfig, SignatureSignFn, SignatureSigner, SignatureSigningKeyConfig, SigningKeyFormat, makeIntegrity, signSignature };
|
|
1
|
+
import { _ as IntegrityMakeFn, a as RemoteUploadProgress, b as BaseRemoteDeployer, c as SignatureHash, d as SignatureSigner, f as SignatureSigningKeyConfig, g as IntegrityMakeConfig, h as IntegrityAlgorithm, i as RemoteUploadParams, l as SignatureSignConfig, m as signSignature, n as RemoteConfig, o as SignatureAlgorithm, p as SigningKeyFormat, r as BaseRemoteUploader, s as SignatureEcdsaCurve, t as RemoteBundleDeployment, u as SignatureSignFn, v as IntegrityMaker, x as RemoteDeployParams, y as makeIntegrity } from "../index-BS61KYGj.cjs";
|
|
2
|
+
export { type BaseRemoteDeployer, type BaseRemoteUploader, type IntegrityAlgorithm, type IntegrityMakeConfig, type IntegrityMakeFn, type IntegrityMaker, type RemoteBundleDeployment, type RemoteConfig, type RemoteDeployParams, type RemoteUploadParams, type RemoteUploadProgress, type SignatureAlgorithm, type SignatureEcdsaCurve, type SignatureHash, type SignatureSignConfig, type SignatureSignFn, type SignatureSigner, type SignatureSigningKeyConfig, type SigningKeyFormat, makeIntegrity, signSignature };
|
package/dist/remote/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as IntegrityMakeFn, a as RemoteUploadProgress, b as BaseRemoteDeployer, c as SignatureHash, d as SignatureSigner, f as SignatureSigningKeyConfig, g as IntegrityMakeConfig, h as IntegrityAlgorithm, i as RemoteUploadParams, l as SignatureSignConfig, m as signSignature, n as RemoteConfig, o as SignatureAlgorithm, p as SigningKeyFormat, r as BaseRemoteUploader, s as SignatureEcdsaCurve, t as RemoteBundleDeployment, u as SignatureSignFn, v as IntegrityMaker, x as RemoteDeployParams, y as makeIntegrity } from "../index-
|
|
2
|
-
export { BaseRemoteDeployer, BaseRemoteUploader, IntegrityAlgorithm, IntegrityMakeConfig, IntegrityMakeFn, IntegrityMaker, RemoteBundleDeployment, RemoteConfig, RemoteDeployParams, RemoteUploadParams, RemoteUploadProgress, SignatureAlgorithm, SignatureEcdsaCurve, SignatureHash, SignatureSignConfig, SignatureSignFn, SignatureSigner, SignatureSigningKeyConfig, SigningKeyFormat, makeIntegrity, signSignature };
|
|
1
|
+
import { _ as IntegrityMakeFn, a as RemoteUploadProgress, b as BaseRemoteDeployer, c as SignatureHash, d as SignatureSigner, f as SignatureSigningKeyConfig, g as IntegrityMakeConfig, h as IntegrityAlgorithm, i as RemoteUploadParams, l as SignatureSignConfig, m as signSignature, n as RemoteConfig, o as SignatureAlgorithm, p as SigningKeyFormat, r as BaseRemoteUploader, s as SignatureEcdsaCurve, t as RemoteBundleDeployment, u as SignatureSignFn, v as IntegrityMaker, x as RemoteDeployParams, y as makeIntegrity } from "../index-BS61KYGj.mjs";
|
|
2
|
+
export { type BaseRemoteDeployer, type BaseRemoteUploader, type IntegrityAlgorithm, type IntegrityMakeConfig, type IntegrityMakeFn, type IntegrityMaker, type RemoteBundleDeployment, type RemoteConfig, type RemoteDeployParams, type RemoteUploadParams, type RemoteUploadProgress, type SignatureAlgorithm, type SignatureEcdsaCurve, type SignatureHash, type SignatureSignConfig, type SignatureSignFn, type SignatureSigner, type SignatureSigningKeyConfig, type SigningKeyFormat, makeIntegrity, signSignature };
|
package/dist/remote/index.mjs
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Buffer } from "node:buffer";
|
|
2
|
-
|
|
3
2
|
//#region src/remote/integrity.ts
|
|
4
3
|
async function makeIntegrity(maker, data) {
|
|
5
4
|
if (typeof maker === "function") return maker({ data });
|
|
@@ -14,7 +13,6 @@ function hashAlg$1(rasHash) {
|
|
|
14
13
|
case "sha512": return "SHA-512";
|
|
15
14
|
}
|
|
16
15
|
}
|
|
17
|
-
|
|
18
16
|
//#endregion
|
|
19
17
|
//#region src/remote/signature.ts
|
|
20
18
|
async function signSignature(signer, message) {
|
|
@@ -75,6 +73,5 @@ function signAlg(config) {
|
|
|
75
73
|
};
|
|
76
74
|
}
|
|
77
75
|
}
|
|
78
|
-
|
|
79
76
|
//#endregion
|
|
80
|
-
export { makeIntegrity, signSignature };
|
|
77
|
+
export { makeIntegrity, signSignature };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wvb/config",
|
|
3
|
-
"version": "0.1.0-next.
|
|
3
|
+
"version": "0.1.0-next.a1bf387",
|
|
4
4
|
"description": "Configuration for webview bundle",
|
|
5
5
|
"homepage": "https://github.com/webview-bundle/webview-bundle",
|
|
6
6
|
"bugs": {
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"typecheck": "tsc --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@types/node": "
|
|
46
|
-
"tsdown": "0.
|
|
47
|
-
"typescript": "
|
|
48
|
-
"vitest": "4.1.
|
|
45
|
+
"@types/node": "25.9.1",
|
|
46
|
+
"tsdown": "0.22.1",
|
|
47
|
+
"typescript": "6.0.3",
|
|
48
|
+
"vitest": "4.1.8"
|
|
49
49
|
}
|
|
50
50
|
}
|
|
File without changes
|
|
File without changes
|