From 31a44516b827e2a4af1dd7bb83a73e6832f64695 Mon Sep 17 00:00:00 2001 From: Nick Angelou Date: Thu, 28 Dec 2023 15:41:14 -0600 Subject: [PATCH] update --- CHANGES.md | 6 ++++++ CITATION.cff | 2 +- README.md | 6 +++--- USAGE.md | 2 +- package-lock.json | 4 ++-- package.json | 8 ++++---- 6 files changed, 17 insertions(+), 11 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fd5dbfa..16a96fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,12 @@ See [Microsoft's Change log](https://github.com/microsoft/SEAL/blob/master/CHANGES.md) for more details on each SEAL version change. +## Version 5.1.3 + +Chore: + +- Updated new links to Github pages and republish for npm to also have the updated links. No functional changes. + ## Version 5.1.2 Chore: diff --git a/CITATION.cff b/CITATION.cff index b79eee6..a40088e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Nick" orcid: "https://orcid.org/0000-0001-7423-158X" title: "node-seal, a Homomorphic Encryption library for TypeScript or JavaScript using Microsoft SEAL" -version: 5.1.2 +version: 5.1.3 doi: 10.5281/zenodo.1234 date-released: 2022-03-19 url: "https://github.com/s0l0ist/node-seal" diff --git a/README.md b/README.md index 7fb5090..7ab0887 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [node-seal](https://morfix.io) · [![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/s0l0ist/node-seal/blob/main/LICENSE) [![codecov](https://codecov.io/gh/s0l0ist/node-seal/branch/main/graph/badge.svg)](https://codecov.io/gh/s0l0ist/node-seal) [![npm version](https://badge.fury.io/js/node-seal.svg)](https://www.npmjs.com/package/node-seal) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmorfix-io%2Fnode-seal.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmorfix-io%2Fnode-seal?ref=badge_shield) +# [node-seal](https://github.com/s0l0ist/node-seal) · [![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/s0l0ist/node-seal/blob/main/LICENSE) [![codecov](https://codecov.io/gh/s0l0ist/node-seal/branch/main/graph/badge.svg)](https://codecov.io/gh/s0l0ist/node-seal) [![npm version](https://badge.fury.io/js/node-seal.svg)](https://www.npmjs.com/package/node-seal) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmorfix-io%2Fnode-seal.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmorfix-io%2Fnode-seal?ref=badge_shield) node-seal is a homomorphic encryption library for TypeScript or JavaScript. @@ -66,7 +66,7 @@ WebView. ## Demo -Go to [morfix.io](https://morfix.io) +Go to [morfix.io](https://s0l0ist.github.io/seal-sandbox/) This sandbox was built for users to experiment and learn how to use Microsoft SEAL featuring node-seal. @@ -90,7 +90,7 @@ View the latest docs [here](https://s0l0ist.github.io/node-seal) ## Examples -Check out the [Sandbox](https://morfix.io) to run HE functions and even +Check out the [Sandbox](https://s0l0ist.github.io/seal-sandbox/) to run HE functions and even generate working code! If you'd rather read an example, take a look [here](FULL-EXAMPLE.md). diff --git a/USAGE.md b/USAGE.md index d56d2f3..c711daa 100644 --- a/USAGE.md +++ b/USAGE.md @@ -256,7 +256,7 @@ const decryptor = seal.Decryptor(context, secretKey) ### Functions We show homomorphic addition, but more functions are available and the code can -be generated from the [demo](https://morfix.io). +be generated from the [demo](https://s0l0ist.github.io/seal-sandbox/). ```javascript //////////////////////// diff --git a/package-lock.json b/package-lock.json index 423315f..47d523c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "node-seal", - "version": "5.1.2", + "version": "5.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "node-seal", - "version": "5.1.2", + "version": "5.1.3", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.3", diff --git a/package.json b/package.json index 0b562d1..c02cdfc 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "node-seal", - "version": "5.1.2", + "version": "5.1.3", "description": "Homomorphic Encryption for TypeScript or JavaScript using Microsoft SEAL", "repository": { "type": "git", "url": "https://github.com/morfix-io/node-seal" }, - "homepage": "https://morfix.io", + "homepage": "https://s0l0ist.github.io/seal-sandbox/", "author": { "name": "Nick Angelou", - "email": "accounts@morfix.io", - "url": "https://morfix.io" + "email": "angelou.nick@gmail.com", + "url": "https://s0l0ist.github.io/seal-sandbox/" }, "keywords": [ "homomorphic",