rigjs 2.1.17 → 2.1.18

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.
@@ -10,7 +10,7 @@ interface EndpointInfo {
10
10
  defines: Define;
11
11
  vue_env?: string;
12
12
  extra_env?:{[env: string]: String};
13
- web_entry_path: string;
13
+ web_entry_path?: string;
14
14
  uri_rewrite: {
15
15
  original: string;
16
16
  original_regexp: string;
@@ -35,7 +35,7 @@ class Endpoint {
35
35
  extra_env?:{[env: string]: String};
36
36
  publicPath: string = '';
37
37
  defines: Define;
38
- web_entry_path: string = '/';//effective when no validate uri_rewrite
38
+ web_entry_path?: string;//effective when no validate uri_rewrite
39
39
  uri_rewrite: {
40
40
  original: string,
41
41
  original_regexp: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rigjs",
3
- "version": "2.1.17",
3
+ "version": "2.1.18",
4
4
  "description": "A multi-repos dev tool based on yarn and git.Rig is inspired by cocoapods. Not like those monorepo solutions,rig is a tool for organizing multi-repos.",
5
5
  "keywords": [
6
6
  "modular",