@devkong/cli-nx 0.0.28 → 0.0.30
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
CHANGED
|
@@ -24,12 +24,11 @@ docker info
|
|
|
24
24
|
|
|
25
25
|
### Getting Started
|
|
26
26
|
|
|
27
|
-
1.
|
|
28
|
-
2.
|
|
29
|
-
3. Run the following commands in your terminal:
|
|
27
|
+
1. Make sure you're in the terminal and inside the extension folder you generated
|
|
28
|
+
2. Run the following commands in your terminal:
|
|
30
29
|
|
|
31
30
|
```shell script
|
|
32
|
-
# configure the base Kong URL (e.g., https://kong.dev.app-dts.net)
|
|
31
|
+
# configure the base Kong URL (e.g., https://dev.kong.dev.app-dts.net)
|
|
33
32
|
kong configure
|
|
34
33
|
```
|
|
35
34
|
|
|
@@ -21,7 +21,7 @@ repositories {
|
|
|
21
21
|
|
|
22
22
|
dependencies {
|
|
23
23
|
implementation("io.kong:kong-common:0.0.2-SNAPSHOT")
|
|
24
|
-
implementation("io.kong:kong-sdk-kotlin:0.0.
|
|
24
|
+
implementation("io.kong:kong-sdk-kotlin:0.0.24-SNAPSHOT")
|
|
25
25
|
|
|
26
26
|
implementation(enforcedPlatform("io.quarkus.platform:quarkus-bom:$quarkusVersion"))
|
|
27
27
|
implementation("io.quarkus:quarkus-arc")
|