@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 CHANGED
@@ -1,8 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## config v0.1.0-next.9a8f99e
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.9a8f99e)
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
@@ -1,8 +1,7 @@
1
-
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  //#region src/config.ts
3
3
  function defineConfig(config) {
4
4
  return config;
5
5
  }
6
-
7
6
  //#endregion
8
- exports.defineConfig = defineConfig;
7
+ exports.defineConfig = defineConfig;
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as RemoteConfig } from "./index-C5v3A9IM.cjs";
1
+ import { n as RemoteConfig } from "./index-BS61KYGj.cjs";
2
2
 
3
3
  //#region src/builtin.d.ts
4
4
  type RemoteBundleMatches = string | RegExp | Array<string | RegExp> | ((info: {
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as RemoteConfig } from "./index-f7Ruzcf_.mjs";
1
+ import { n as RemoteConfig } from "./index-BS61KYGj.mjs";
2
2
 
3
3
  //#region src/builtin.d.ts
4
4
  type RemoteBundleMatches = string | RegExp | Array<string | RegExp> | ((info: {
package/dist/index.mjs CHANGED
@@ -2,6 +2,5 @@
2
2
  function defineConfig(config) {
3
3
  return config;
4
4
  }
5
-
6
5
  //#endregion
7
- export { defineConfig };
6
+ export { defineConfig };
@@ -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;
@@ -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-C5v3A9IM.cjs";
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 };
@@ -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-f7Ruzcf_.mjs";
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 };
@@ -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.9a8f99e",
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": "22.19.3",
46
- "tsdown": "0.20.1",
47
- "typescript": "5.9.3",
48
- "vitest": "4.1.5"
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
  }