@3cr/viewer-browser 0.0.10 → 0.0.14

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.
@@ -5,6 +5,7 @@
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
7
  <list default="true" id="feb68f38-3ed5-44bb-a81b-c68f1e9d5e48" name="Changes" comment="initial">
8
+ <change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
8
9
  <change beforePath="$PROJECT_DIR$/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/index.ts" afterDir="false" />
9
10
  <change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
10
11
  <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
@@ -53,6 +54,7 @@
53
54
  "node.js.selected.package.tslint": "(autodetect)",
54
55
  "nodejs_package_manager_path": "npm",
55
56
  "npm.build.executor": "Run",
57
+ "npm.deploy.executor": "Run",
56
58
  "npm.dev.executor": "Run",
57
59
  "npm.test.executor": "Run",
58
60
  "ts.external.directory.path": "/Users/elliottcooper/Applications/WebStorm.app/Contents/plugins/javascript-impl/jsLanguageServicesImpl/external",
@@ -73,7 +75,7 @@
73
75
  <recent name="$PROJECT_DIR$/src" />
74
76
  </key>
75
77
  </component>
76
- <component name="RunManager" selected="npm.build">
78
+ <component name="RunManager" selected="npm.deploy">
77
79
  <configuration name="build" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
78
80
  <package-json value="$PROJECT_DIR$/package.json" />
79
81
  <command value="run" />
@@ -84,6 +86,16 @@
84
86
  <envs />
85
87
  <method v="2" />
86
88
  </configuration>
89
+ <configuration name="deploy" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
90
+ <package-json value="$PROJECT_DIR$/package.json" />
91
+ <command value="run" />
92
+ <scripts>
93
+ <script value="deploy" />
94
+ </scripts>
95
+ <node-interpreter value="project" />
96
+ <envs />
97
+ <method v="2" />
98
+ </configuration>
87
99
  <configuration name="dev" type="js.build_tools.npm" temporary="true" nameIsGenerated="true">
88
100
  <package-json value="$PROJECT_DIR$/package.json" />
89
101
  <command value="run" />
@@ -106,8 +118,9 @@
106
118
  </configuration>
107
119
  <recent_temporary>
108
120
  <list>
109
- <item itemvalue="npm.build" />
121
+ <item itemvalue="npm.deploy" />
110
122
  <item itemvalue="npm.dev" />
123
+ <item itemvalue="npm.build" />
111
124
  <item itemvalue="npm.test" />
112
125
  </list>
113
126
  </recent_temporary>
@@ -127,7 +140,7 @@
127
140
  <option name="number" value="Default" />
128
141
  <option name="presentableId" value="Default" />
129
142
  <updated>1712197208124</updated>
130
- <workItem from="1712197209295" duration="33770000" />
143
+ <workItem from="1712197209295" duration="36344000" />
131
144
  </task>
132
145
  <task id="LOCAL-00001" summary="initial">
133
146
  <option name="closed" value="true" />