@barefootjs/erb 0.17.0 → 0.18.0

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.
@@ -18568,7 +18568,7 @@ https://github.com/browserify/crypto-browserify`);
18568
18568
 
18569
18569
  // ../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/typescript.js
18570
18570
  var require_typescript = __commonJS((exports, module) => {
18571
- var __dirname = "/Users/kfly8/src/github.com/piconic-ai/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib", __filename = "/Users/kfly8/src/github.com/piconic-ai/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/typescript.js";
18571
+ var __dirname = "/home/runner/work/barefootjs/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib", __filename = "/home/runner/work/barefootjs/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/typescript.js";
18572
18572
  /*! *****************************************************************************
18573
18573
  Copyright (c) Microsoft Corporation. All rights reserved.
18574
18574
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
package/dist/build.js CHANGED
@@ -18568,7 +18568,7 @@ https://github.com/browserify/crypto-browserify`);
18568
18568
 
18569
18569
  // ../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/typescript.js
18570
18570
  var require_typescript = __commonJS((exports, module) => {
18571
- var __dirname = "/Users/kfly8/src/github.com/piconic-ai/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib", __filename = "/Users/kfly8/src/github.com/piconic-ai/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/typescript.js";
18571
+ var __dirname = "/home/runner/work/barefootjs/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib", __filename = "/home/runner/work/barefootjs/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/typescript.js";
18572
18572
  /*! *****************************************************************************
18573
18573
  Copyright (c) Microsoft Corporation. All rights reserved.
18574
18574
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
package/dist/index.js CHANGED
@@ -18568,7 +18568,7 @@ https://github.com/browserify/crypto-browserify`);
18568
18568
 
18569
18569
  // ../../node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/typescript.js
18570
18570
  var require_typescript = __commonJS((exports, module) => {
18571
- var __dirname = "/Users/kfly8/src/github.com/piconic-ai/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib", __filename = "/Users/kfly8/src/github.com/piconic-ai/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/typescript.js";
18571
+ var __dirname = "/home/runner/work/barefootjs/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib", __filename = "/home/runner/work/barefootjs/barefootjs/node_modules/.bun/typescript@5.9.3/node_modules/typescript/lib/typescript.js";
18572
18572
  /*! *****************************************************************************
18573
18573
  Copyright (c) Microsoft Corporation. All rights reserved.
18574
18574
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barefootjs/erb",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "ERB (Embedded Ruby) adapter for BarefootJS — compiles IR to .erb templates and ships the Ruby rendering backend; runs under any Rack app (Sinatra, Rails)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -54,14 +54,14 @@
54
54
  "directory": "packages/adapter-erb"
55
55
  },
56
56
  "dependencies": {
57
- "@barefootjs/shared": "0.17.1"
57
+ "@barefootjs/shared": "0.18.0"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "@barefootjs/jsx": ">=0.2.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@barefootjs/adapter-tests": "0.1.0",
64
- "@barefootjs/jsx": "0.17.1",
64
+ "@barefootjs/jsx": "0.18.0",
65
65
  "typescript": "^5.0.0"
66
66
  }
67
67
  }