@devkong/cli-nx 0.0.29 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkong/cli-nx",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./src/index.d.ts",
@@ -24,12 +24,11 @@ docker info
24
24
 
25
25
  ### Getting Started
26
26
 
27
- 1. Add your username to the `ownership` field in the `kong.json` file (e.g., "kong-dev", "kong-qa")
28
- 2. Make sure you're in the terminal and inside the extension folder you generated
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.20-SNAPSHOT")
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")
@@ -30,7 +30,7 @@ docker info
30
30
  2. Run the following commands in your terminal:
31
31
 
32
32
  ```shell script
33
- # configure the base Kong URL (e.g., https://kong.dev.app-dts.net)
33
+ # configure the base Kong URL (e.g., https://dev.kong.dev.app-dts.net)
34
34
  kong configure
35
35
  ```
36
36