From 69d0978614764f23d75c4f48ce4eb168b68e3003 Mon Sep 17 00:00:00 2001 From: Philipp Legner Date: Tue, 12 Nov 2024 17:25:29 +0000 Subject: [PATCH] 1.1.23 --- package-lock.json | 36 ++++++++++++++++++------------------ package.json | 6 +++--- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 432b5ff..1a38687 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@mathigon/hilbert", - "version": "1.1.22", + "version": "1.1.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mathigon/hilbert", - "version": "1.1.22", + "version": "1.1.23", "license": "MIT", "dependencies": { - "@mathigon/core": "1.1.21", - "@mathigon/fermat": "1.1.22" + "@mathigon/core": "1.1.22", + "@mathigon/fermat": "1.1.23" }, "devDependencies": { "@types/tape": "5.6.4", @@ -575,21 +575,21 @@ } }, "node_modules/@mathigon/core": { - "version": "1.1.21", - "resolved": "https://registry.npmjs.org/@mathigon/core/-/core-1.1.21.tgz", - "integrity": "sha512-kV17AoUS1gRBsAem7DWO9VsUYfFwodJub6UOaH646x6WLnks5loZPn4a947frXqRnI8Pvfovy11FIzIDH6NwHw==", + "version": "1.1.22", + "resolved": "https://registry.npmjs.org/@mathigon/core/-/core-1.1.22.tgz", + "integrity": "sha512-qCb0BkF1sa8eSujVcy4g+CVAGqPRWiAS6Y46xRJdpSmoh6gLDOo6CYytH4/ZpX7yWvy1yX3uFoZ2/U5ehqiIKg==", "license": "MIT", "engines": { "node": ">=16" } }, "node_modules/@mathigon/fermat": { - "version": "1.1.22", - "resolved": "https://registry.npmjs.org/@mathigon/fermat/-/fermat-1.1.22.tgz", - "integrity": "sha512-HWUk1E50XuVkbFZwLfzV56+A8fG019L5nOeNaUC/Evmx7nngWNoLsjRIcYxh3h0OjvgZ2pdiKODobOpRc6NE2Q==", + "version": "1.1.23", + "resolved": "https://registry.npmjs.org/@mathigon/fermat/-/fermat-1.1.23.tgz", + "integrity": "sha512-hJd4Lv/h5mTcwsjeVFhCmgc5Vw7VoNT/yNErCNudNV/l+PSUszkE9PA48ps25DgRqQQrDaFEh1cU92WptNfKvQ==", "license": "MIT", "dependencies": { - "@mathigon/core": "1.1.21" + "@mathigon/core": "1.1.22" }, "engines": { "node": ">=16" @@ -4052,16 +4052,16 @@ } }, "@mathigon/core": { - "version": "1.1.21", - "resolved": "https://registry.npmjs.org/@mathigon/core/-/core-1.1.21.tgz", - "integrity": "sha512-kV17AoUS1gRBsAem7DWO9VsUYfFwodJub6UOaH646x6WLnks5loZPn4a947frXqRnI8Pvfovy11FIzIDH6NwHw==" + "version": "1.1.22", + "resolved": "https://registry.npmjs.org/@mathigon/core/-/core-1.1.22.tgz", + "integrity": "sha512-qCb0BkF1sa8eSujVcy4g+CVAGqPRWiAS6Y46xRJdpSmoh6gLDOo6CYytH4/ZpX7yWvy1yX3uFoZ2/U5ehqiIKg==" }, "@mathigon/fermat": { - "version": "1.1.22", - "resolved": "https://registry.npmjs.org/@mathigon/fermat/-/fermat-1.1.22.tgz", - "integrity": "sha512-HWUk1E50XuVkbFZwLfzV56+A8fG019L5nOeNaUC/Evmx7nngWNoLsjRIcYxh3h0OjvgZ2pdiKODobOpRc6NE2Q==", + "version": "1.1.23", + "resolved": "https://registry.npmjs.org/@mathigon/fermat/-/fermat-1.1.23.tgz", + "integrity": "sha512-hJd4Lv/h5mTcwsjeVFhCmgc5Vw7VoNT/yNErCNudNV/l+PSUszkE9PA48ps25DgRqQQrDaFEh1cU92WptNfKvQ==", "requires": { - "@mathigon/core": "1.1.21" + "@mathigon/core": "1.1.22" } }, "@nodelib/fs.scandir": { diff --git a/package.json b/package.json index 04df7d9..0f9d3f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mathigon/hilbert", - "version": "1.1.22", + "version": "1.1.23", "license": "MIT", "homepage": "https://mathigon.io/hilbert", "repository": "mathigon/hilbert.js", @@ -31,8 +31,8 @@ "lint": "eslint . --ext .ts" }, "dependencies": { - "@mathigon/core": "1.1.21", - "@mathigon/fermat": "1.1.22" + "@mathigon/core": "1.1.22", + "@mathigon/fermat": "1.1.23" }, "devDependencies": { "@types/tape": "5.6.4",