From b38bc57d61b5801ea32fd48b7d9cb9426e5c198f Mon Sep 17 00:00:00 2001 From: tobiadefami Date: Wed, 22 Apr 2026 19:38:31 +0100 Subject: [PATCH] Upgrade gaussformula engine to 0.1.7 Switch from local file reference to npm registry version for the gauss formula engine. --- package.json | 2 +- pnpm-lock.yaml | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3e71fec..e360d81 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ai": "^6.0.168", "echarts": "^6.0.0", "echarts-for-react": "^3.0.6", - "gaussformula": "file:../gaussformula/gaussformula-0.1.6.tgz", + "gaussformula": "0.1.7", "react": "^19.2.5", "react-dom": "^19.2.5", "zod": "^4.3.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c40a7b9..eeabfc1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^3.0.6 version: 3.0.6(echarts@6.0.0)(react@19.2.5) gaussformula: - specifier: file:../gaussformula/gaussformula-0.1.6.tgz - version: file:../gaussformula/gaussformula-0.1.6.tgz + specifier: 0.1.7 + version: 0.1.7 react: specifier: ^19.2.5 version: 19.2.5 @@ -1002,9 +1002,8 @@ packages: engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] - gaussformula@file:../gaussformula/gaussformula-0.1.6.tgz: - resolution: {integrity: sha512-Py/KrGcDzMUj+Kn5TzlTJ0gIV8zcF3XwfPbi7f5jG5lUdtRZkkDdJDHnj+yO1Hai7wpQVPRSmLyUFKlMzIscgw==, tarball: file:../gaussformula/gaussformula-0.1.6.tgz} - version: 0.1.6 + gaussformula@0.1.7: + resolution: {integrity: sha512-ec1MePBsFy39uFnlku8QiwoCWSfvFYqaj8MRTLfGvx1WprLJ1FPn1EltXIQum6ltuSEoS3xLDEq/JvZ3rdQwJg==} gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} @@ -2363,7 +2362,7 @@ snapshots: fsevents@2.3.3: optional: true - gaussformula@file:../gaussformula/gaussformula-0.1.6.tgz: + gaussformula@0.1.7: dependencies: chevrotain: 6.5.0 tiny-emitter: 2.1.0