@barefootjs/xslate 0.9.0 → 0.9.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 (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barefootjs/xslate",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Text::Xslate (Kolon) adapter for BarefootJS — compiles IR to .tx templates and ships the Xslate rendering backend; runs under any PSGI/Plack app",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -55,15 +55,14 @@
55
55
  "directory": "packages/adapter-xslate"
56
56
  },
57
57
  "dependencies": {
58
- "@barefootjs/perl": "0.9.0",
59
- "@barefootjs/shared": "0.9.0"
58
+ "@barefootjs/shared": "0.9.1"
60
59
  },
61
60
  "peerDependencies": {
62
61
  "@barefootjs/jsx": ">=0.2.0"
63
62
  },
64
63
  "devDependencies": {
65
64
  "@barefootjs/adapter-tests": "0.1.0",
66
- "@barefootjs/jsx": "0.9.0",
65
+ "@barefootjs/jsx": "0.9.1",
67
66
  "typescript": "^5.0.0"
68
67
  }
69
68
  }