We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be544f3 + dda02eb commit 9672c77Copy full SHA for 9672c77
.vscode/settings.json
@@ -8,11 +8,12 @@
8
"password": "SYS",
9
"ns": "REGISTRY",
10
"host": "localhost",
11
- "port": 52774,
+ "port": 52775,
12
"links": {
13
"Swagger spec": "http://${host}:${port}/registry/_spec",
14
"All Packages": "http://${host}:${port}/registry/packages/-/all"
15
- }
+ },
16
+ "server": "registry"
17
},
18
"objectscript.export": {
19
"folder": "src",
module.xml
@@ -5,7 +5,7 @@
5
<Name>zpm-registry</Name>
6
<ExternalName>ZPM Registry</ExternalName>
7
<Description>Registry server for ZPM</Description>
- <Version>1.1.6</Version>
+ <Version>1.1.7</Version>
<Packaging>module</Packaging>
<Dependencies>
<ModuleReference>
0 commit comments