@constl/mandataire
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -16,3 +16,12 @@ import path, { dirname } from "path"; | ||
inject: [path.join(__dirname, "./scripts/node-globals.js")], | ||
external: ["fs", "path", "os", "chokidar", "url", "zlib", "rimraf"], | ||
external: [ | ||
"fs", | ||
"path", | ||
"os", | ||
"chokidar", | ||
"url", | ||
"zlib", | ||
"rimraf", | ||
"electron", | ||
], | ||
plugins: [ | ||
@@ -19,0 +28,0 @@ { |
@@ -1,1 +0,1 @@ | ||
export declare const version = "0.1.14"; | ||
export declare const version = "0.1.15"; |
// Generated by genversion. | ||
export const version = "0.1.14"; | ||
export const version = "0.1.15"; | ||
//# sourceMappingURL=version.js.map |
import { mandataire } from "@constl/ipa"; | ||
import { faisRien, adresseOrbiteValide } from "@constl/utils-ipa"; | ||
import { faisRien } from "@constl/utils-ipa"; | ||
import { attente, sfip } from "@constl/utils-tests"; | ||
import { isValidAddress } from "@orbitdb/core"; | ||
import { générerMandataire, ClientMandatairifiable, } from "../src/mandataire.js"; | ||
@@ -65,3 +66,3 @@ import { isNode, isElectronMain } from "wherearewe"; | ||
const idCompte = await mnd.obtIdCompte(); | ||
expect(adresseOrbiteValide(idCompte)).to.be.true(); | ||
expect(isValidAddress(idCompte)).to.be.true(); | ||
}); | ||
@@ -72,3 +73,3 @@ it("Action avec arguments", async () => { | ||
}); | ||
expect(adresseOrbiteValide(idVariable)).to.be.true(); | ||
expect(isValidAddress(idVariable)).to.be.true(); | ||
}); | ||
@@ -75,0 +76,0 @@ it("Suivi", async () => { |
{ | ||
"name": "@constl/mandataire", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"description": "Un mandataire très léger pour le client Constellation.", | ||
@@ -20,17 +20,19 @@ "author": "Julien Jean Malard-Adam", | ||
"events": "^3.3.0", | ||
"uuid": "^9.0.0" | ||
"uuid": "^9.0.1" | ||
}, | ||
"devDependencies": { | ||
"@constl/ipa": "^0.8.1", | ||
"@constl/utils-ipa": "^0.1.2", | ||
"@constl/utils-tests": "^0.1.1", | ||
"@types/mocha": "^10.0.1", | ||
"@types/uuid": "^9.0.2", | ||
"@typescript-eslint/eslint-plugin": "^6.4.1", | ||
"@typescript-eslint/parser": "^6.4.1", | ||
"aegir": "^40.0.11", | ||
"@constl/ipa": "^0.9.5", | ||
"@constl/orbit-db-types": "^1.2.8", | ||
"@constl/utils-ipa": "^0.2.0", | ||
"@constl/utils-tests": "^0.2.2", | ||
"@orbitdb/core": "^1.0.0", | ||
"@types/mocha": "^10.0.3", | ||
"@types/uuid": "^9.0.6", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"@typescript-eslint/parser": "^6.9.0", | ||
"aegir": "^41.0.13", | ||
"browserify-fs": "^1.0.0", | ||
"buffer": "^6.0.3", | ||
"crypto-browserify": "^3.12.0", | ||
"eslint": "^8.47.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
@@ -40,9 +42,9 @@ "genversion": "^3.1.1", | ||
"os-browserify": "^0.3.0", | ||
"prettier": "^3.0.2", | ||
"prettier": "^3.0.3", | ||
"process": "^0.11.10", | ||
"rimraf": "^5.0.1", | ||
"rimraf": "^5.0.5", | ||
"ts-patch": "^3.0.2", | ||
"typescript": "^5.1.6", | ||
"typescript": "^5.2.2", | ||
"typescript-transform-paths": "^3.4.6", | ||
"url": "^0.11.1", | ||
"url": "^0.11.3", | ||
"wherearewe": "^2.0.1" | ||
@@ -49,0 +51,0 @@ }, |
// Generated by genversion. | ||
export const version = "0.1.14"; | ||
export const version = "0.1.15"; |
import { client, types, mandataire } from "@constl/ipa"; | ||
import { faisRien, adresseOrbiteValide } from "@constl/utils-ipa"; | ||
import { faisRien } from "@constl/utils-ipa"; | ||
import { attente, sfip } from "@constl/utils-tests"; | ||
import { isValidAddress } from "@orbitdb/core"; | ||
import { | ||
@@ -92,3 +93,3 @@ générerMandataire, | ||
const idCompte = await mnd.obtIdCompte(); | ||
expect(adresseOrbiteValide(idCompte)).to.be.true(); | ||
expect(isValidAddress(idCompte)).to.be.true(); | ||
}); | ||
@@ -100,3 +101,3 @@ | ||
}); | ||
expect(adresseOrbiteValide(idVariable)).to.be.true(); | ||
expect(isValidAddress(idVariable)).to.be.true(); | ||
}); | ||
@@ -103,0 +104,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
193077
31
963
26
Updateduuid@^9.0.1