@lynx-js/react-canary 0.114.1-canary-20250928-a35a2452 → 0.114.1-canary-20250929-c0168057

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/react
2
2
 
3
- ## 0.114.1-canary-20250928082931-a35a2452e5355bda3c475f9a750a86085e0cf56a
3
+ ## 0.114.1-canary-20250929042614-c01680575aa9104945fd0b3f7176fcc80c157d28
4
4
 
5
5
  ### Patch Changes
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/react-canary",
3
- "version": "0.114.1-canary-20250928-a35a2452",
3
+ "version": "0.114.1-canary-20250929-c0168057",
4
4
  "description": "ReactLynx is a framework for developing Lynx applications with familiar React.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -5,7 +5,7 @@
5
5
  Rslib v0.13.3
6
6
 
7
7
  info build started...
8
- ready built in 0.12 s
8
+ ready built in 0.10 s
9
9
 
10
10
  File (esm) Size 
11
11
  dist/index.js 11.1 kB
@@ -21,7 +21,8 @@ const createVitestConfig = async (options)=>{
21
21
  const runtimeDir = path.dirname(vitest_config_require.resolve(`${runtimePkgName}/package.json`));
22
22
  const runtimeOSSDir = path.dirname(vitest_config_require.resolve(`${runtimeOSSPkgName}/package.json`, {
23
23
  paths: [
24
- runtimeDir
24
+ runtimeDir,
25
+ vitest_config_dirname
25
26
  ]
26
27
  }));
27
28
  const preactDir = path.dirname(vitest_config_require.resolve('preact/package.json', {
@@ -38,7 +39,8 @@ const createVitestConfig = async (options)=>{
38
39
  find: new RegExp('^' + name + '$'),
39
40
  replacement: vitest_config_require.resolve(name, {
40
41
  paths: [
41
- resolveDir
42
+ resolveDir,
43
+ vitest_config_dirname
42
44
  ]
43
45
  })
44
46
  });