@constl/mandataire
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -16,3 +16,10 @@ import path, { dirname } from "path"; | ||
inject: [path.join(__dirname, "./scripts/node-globals.js")], | ||
external: ["fs", "path", "os", "chokidar", "@constl/electron-webrtc-relay"], | ||
external: [ | ||
"fs", | ||
"path", | ||
"os", | ||
"chokidar", | ||
"@constl/electron-webrtc-relay", | ||
"minipass", | ||
], | ||
plugins: [ | ||
@@ -19,0 +26,0 @@ { |
@@ -1,1 +0,1 @@ | ||
export declare const version = "0.1.11"; | ||
export declare const version = "0.1.12"; |
// Generated by genversion. | ||
export const version = "0.1.11"; | ||
export const version = "0.1.12"; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@constl/mandataire", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Un mandataire très léger pour le client Constellation.", | ||
@@ -23,7 +23,7 @@ "author": "Julien Jean Malard-Adam", | ||
"devDependencies": { | ||
"@constl/ipa": "^0.7.3", | ||
"@constl/ipa": "^0.7.5", | ||
"@types/mocha": "^10.0.1", | ||
"@types/uuid": "^9.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.61.0", | ||
"@typescript-eslint/parser": "^5.61.0", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"aegir": "^39.0.13", | ||
@@ -35,3 +35,3 @@ "browserify-fs": "^1.0.0", | ||
"genversion": "^3.1.1", | ||
"jest": "^29.6.0", | ||
"jest": "^29.6.1", | ||
"os-browserify": "^0.3.0", | ||
@@ -38,0 +38,0 @@ "prettier": "^2.8.8", |
// Generated by genversion. | ||
export const version = "0.1.11"; | ||
export const version = "0.1.12"; |
Sorry, the diff of this file is not supported yet
170506
931