Skip to content

Commit

Permalink
Bun ci bump version (#81)
Browse files Browse the repository at this point in the history
* 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: ayeo-flex-org/pulsar-flex#90

* v0.1.35
  • Loading branch information
geoffhendrey authored Sep 27, 2024
1 parent 7f5db56 commit 95da3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 95da3f4

Please sign in to comment.