@microservicesss/core 1.0.0 → 1.0.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.
- package/package.json +1 -1
- package/src/prettier.config.mjs +4 -4
- package/src/tsconfig.json +10 -10
- package/.idea/core.iml +0 -12
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/.idea/workspace.xml +0 -73
package/package.json
CHANGED
package/src/prettier.config.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
tabWidth: 4,
|
|
3
|
-
useTabs: true,
|
|
4
|
-
trailingComma: 'none',
|
|
1
|
+
export default {
|
|
2
|
+
tabWidth: 4,
|
|
3
|
+
useTabs: true,
|
|
4
|
+
trailingComma: 'none',
|
|
5
5
|
}
|
package/src/tsconfig.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "es2016",
|
|
4
|
-
"module": "commonjs",
|
|
5
|
-
"esModuleInterop": true,
|
|
6
|
-
"forceConsistentCasingInFileNames": true,
|
|
7
|
-
"strict": true,
|
|
8
|
-
"skipLibCheck": true
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "es2016",
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"esModuleInterop": true,
|
|
6
|
+
"forceConsistentCasingInFileNames": true,
|
|
7
|
+
"strict": true,
|
|
8
|
+
"skipLibCheck": true
|
|
9
|
+
}
|
|
10
|
+
}
|
package/.idea/core.iml
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$">
|
|
5
|
-
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
6
|
-
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
7
|
-
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
-
</content>
|
|
9
|
-
<orderEntry type="inheritedJdk" />
|
|
10
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
-
</component>
|
|
12
|
-
</module>
|
package/.idea/modules.xml
DELETED
package/.idea/vcs.xml
DELETED
package/.idea/workspace.xml
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="AutoImportSettings">
|
|
4
|
-
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="f9257fe3-1fe5-47f9-8b15-9183f2163ad5" name="Changes" comment="" />
|
|
8
|
-
<option name="SHOW_DIALOG" value="false" />
|
|
9
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
10
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
11
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
12
|
-
</component>
|
|
13
|
-
<component name="FileTemplateManagerImpl">
|
|
14
|
-
<option name="RECENT_TEMPLATES">
|
|
15
|
-
<list>
|
|
16
|
-
<option value="tsconfig.json" />
|
|
17
|
-
</list>
|
|
18
|
-
</option>
|
|
19
|
-
</component>
|
|
20
|
-
<component name="Git.Settings">
|
|
21
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
22
|
-
</component>
|
|
23
|
-
<component name="ProjectColorInfo">{
|
|
24
|
-
"associatedIndex": 3
|
|
25
|
-
}</component>
|
|
26
|
-
<component name="ProjectId" id="37kHiumwc0K3TGYPcmXVTF7O6XS" />
|
|
27
|
-
<component name="ProjectViewState">
|
|
28
|
-
<option name="hideEmptyMiddlePackages" value="true" />
|
|
29
|
-
<option name="showLibraryContents" value="true" />
|
|
30
|
-
</component>
|
|
31
|
-
<component name="PropertiesComponent"><![CDATA[{
|
|
32
|
-
"keyToString": {
|
|
33
|
-
"ModuleVcsDetector.initialDetectionPerformed": "true",
|
|
34
|
-
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
35
|
-
"ignore.virus.scanning.warn.message": "true",
|
|
36
|
-
"last_opened_file_path": "C:/backend/microservice/core",
|
|
37
|
-
"node.js.detected.package.eslint": "true",
|
|
38
|
-
"node.js.detected.package.tslint": "true",
|
|
39
|
-
"node.js.selected.package.eslint": "(autodetect)",
|
|
40
|
-
"node.js.selected.package.tslint": "(autodetect)",
|
|
41
|
-
"nodejs_package_manager_path": "npm",
|
|
42
|
-
"settings.editor.selected.configurable": "org.jetbrains.plugins.github.ui.GithubSettingsConfigurable",
|
|
43
|
-
"vue.rearranger.settings.migration": "true"
|
|
44
|
-
}
|
|
45
|
-
}]]></component>
|
|
46
|
-
<component name="RecentsManager">
|
|
47
|
-
<key name="MoveFile.RECENT_KEYS">
|
|
48
|
-
<recent name="C:\backend\microservice\core" />
|
|
49
|
-
</key>
|
|
50
|
-
</component>
|
|
51
|
-
<component name="SharedIndexes">
|
|
52
|
-
<attachedChunks>
|
|
53
|
-
<set>
|
|
54
|
-
<option value="bundled-js-predefined-d6986cc7102b-f27c65a3e318-JavaScript-WS-251.23774.424" />
|
|
55
|
-
</set>
|
|
56
|
-
</attachedChunks>
|
|
57
|
-
</component>
|
|
58
|
-
<component name="TaskManager">
|
|
59
|
-
<task active="true" id="Default" summary="Default task">
|
|
60
|
-
<changelist id="f9257fe3-1fe5-47f9-8b15-9183f2163ad5" name="Changes" comment="" />
|
|
61
|
-
<created>1767440279458</created>
|
|
62
|
-
<option name="number" value="Default" />
|
|
63
|
-
<option name="presentableId" value="Default" />
|
|
64
|
-
<updated>1767440279458</updated>
|
|
65
|
-
<workItem from="1767440280708" duration="1035000" />
|
|
66
|
-
<workItem from="1767441325563" duration="735000" />
|
|
67
|
-
</task>
|
|
68
|
-
<servers />
|
|
69
|
-
</component>
|
|
70
|
-
<component name="TypeScriptGeneratedFilesManager">
|
|
71
|
-
<option name="version" value="3" />
|
|
72
|
-
</component>
|
|
73
|
-
</project>
|