@farris/jit-engine 1.3.225 → 1.3.226

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- 1.3.225
1
+ 1.3.226
2
2
 
3
3
  支持基路径
4
4
 
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,13 @@
1
+ .DS_Store
2
+ node_modules/
3
+ dist/
4
+ dist-rollup/
5
+ npm-debug.log
6
+ yarn-error.log
7
+
8
+ # Editor directories and files
9
+ .idea
10
+ *.suo
11
+ *.ntvs*
12
+ *.njsproj
13
+ *.sln
@@ -7,7 +7,7 @@ class SubContextPathGenerator {
7
7
  if (metaDataConfig && metaDataConfig.enableSubRelativePath) {
8
8
  baseRelativePath = metaDataConfig.enableSubRelativePath ? "../../../../.." : "";
9
9
  if (metaDataConfig.isRuntime) {
10
- baseRelativePath = baseRelativePath + "../..";
10
+ baseRelativePath = baseRelativePath + "/../..";
11
11
  }
12
12
  if (isInForm) {
13
13
  baseRelativePath = baseRelativePath + "/..";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/jit-engine",
3
- "version": "1.3.225",
3
+ "version": "1.3.226",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {