@knighted/jsx 1.6.1 → 1.6.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { createRequire } from 'node:module';
|
|
2
|
-
const nodeRequire = createRequire(
|
|
2
|
+
const nodeRequire = createRequire(require("node:url").pathToFileURL(__filename).href);
|
|
3
3
|
let requireOverride = null;
|
|
4
4
|
const resolveRequire = () => requireOverride ?? nodeRequire;
|
|
5
5
|
const DOM_TEMPLATE = '<!doctype html><html><body></body></html>';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knighted/jsx",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "Runtime JSX tagged template that renders DOM or React trees anywhere without a build step.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jsx runtime",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
},
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@eslint/js": "^9.39.1",
|
|
142
|
-
"@knighted/duel": "^2.
|
|
142
|
+
"@knighted/duel": "^3.2.0",
|
|
143
143
|
"@oxc-project/types": "^0.105.0",
|
|
144
144
|
"@playwright/test": "^1.57.0",
|
|
145
145
|
"@rspack/core": "^1.0.5",
|
|
@@ -170,6 +170,7 @@
|
|
|
170
170
|
"vitest": "^4.0.14"
|
|
171
171
|
},
|
|
172
172
|
"dependencies": {
|
|
173
|
+
"@napi-rs/wasm-runtime": "^1.1.0",
|
|
173
174
|
"magic-string": "^0.30.21",
|
|
174
175
|
"oxc-parser": "^0.105.0",
|
|
175
176
|
"property-information": "^7.1.0",
|