@barefootjs/mojolicious 0.26.0 → 0.26.2
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.
package/dist/index.js
CHANGED
|
@@ -1919,7 +1919,7 @@ var conformancePins = {
|
|
|
1919
1919
|
"filter-nested-find-predicate": [
|
|
1920
1920
|
{ code: "BF101", severity: "error", issue: "https://github.com/piconic-ai/barefootjs/issues/2320" }
|
|
1921
1921
|
],
|
|
1922
|
-
"date-method-uncatalogued": [{ code: "BF021", severity: "error", issue: "https://github.com/piconic-ai/barefootjs/issues/
|
|
1922
|
+
"date-method-uncatalogued": [{ code: "BF021", severity: "error", issue: "https://github.com/piconic-ai/barefootjs/issues/2356" }]
|
|
1923
1923
|
};
|
|
1924
1924
|
// src/render-divergences.ts
|
|
1925
1925
|
var renderDivergences = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@barefootjs/mojolicious",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.2",
|
|
4
4
|
"description": "Mojolicious EP template adapter for BarefootJS - generates .html.ep files from IR",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"directory": "packages/adapter-mojolicious"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@barefootjs/shared": "0.26.
|
|
55
|
+
"@barefootjs/shared": "0.26.2"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@barefootjs/jsx": ">=0.2.0",
|
|
@@ -60,6 +60,6 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@barefootjs/adapter-tests": "0.1.0",
|
|
63
|
-
"@barefootjs/jsx": "0.26.
|
|
63
|
+
"@barefootjs/jsx": "0.26.2"
|
|
64
64
|
}
|
|
65
65
|
}
|
package/src/conformance-pins.ts
CHANGED
|
@@ -148,5 +148,5 @@ export const conformancePins: ConformancePins = {
|
|
|
148
148
|
// compiler-level refusal (`checkRichTypeMethodCalls`, wired ahead of
|
|
149
149
|
// `adapter.generate()`), not an adapter-specific gap, so it is pinned
|
|
150
150
|
// identically across every adapter package including Hono.
|
|
151
|
-
'date-method-uncatalogued': [{ code: 'BF021', severity: 'error', issue: 'https://github.com/piconic-ai/barefootjs/issues/
|
|
151
|
+
'date-method-uncatalogued': [{ code: 'BF021', severity: 'error', issue: 'https://github.com/piconic-ai/barefootjs/issues/2356' }],
|
|
152
152
|
}
|