@ebowwa/logic-spec 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/cli.js +5 -6426
  2. package/dist/index.js +3 -6424
  3. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebowwa/logic-spec",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Language-agnostic standard for extracting pure logic from implementations into logic.yaml",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -16,7 +16,7 @@
16
16
  "examples"
17
17
  ],
18
18
  "scripts": {
19
- "build": "bun build ./src/index.ts ./src/cli.ts --outdir ./dist",
19
+ "build": "bun build ./src/index.ts ./src/cli.ts --outdir ./dist --target node --external yaml",
20
20
  "validate": "bun run src/cli.ts",
21
21
  "test": "bun test",
22
22
  "prepublishOnly": "bun run build"