From 95da3f457244ac134d9af66a6f19fd29bc3fb5b2 Mon Sep 17 00:00:00 2001 From: Geoffrey Hendrey Date: Fri, 27 Sep 2024 09:14:28 -0700 Subject: [PATCH] Bun ci bump version (#81) * introduce CliCoreBase.ts to remove all Node repl dependencies, allowing future REPL to be built without using Node REPL. Small change to stringify so that Timer objects are recognized in Bun. Add couple Bun detectors in tests to work around Jest specialties that are not availavle in Bun. Add github actions so that all tests run on Bun as well as node. * fix bun:run script * make workaround for bug in pulsar-flex. Issue submitted: https://github.com/ayeo-flex-org/pulsar-flex/issues/90 * v0.1.35 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88fb1764..bed8c859 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stated-js", - "version": "0.1.34", + "version": "0.1.35", "license": "Apache-2.0", "description": "JSONata embedded in JSON", "main": "./dist/src/index.js",