@neutron.co.id/operasional-interfaces 1.17.16 → 1.17.17

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.
@@ -26,7 +26,7 @@ function switchUrl(subdomain, isDev) {
26
26
  case "office":
27
27
  action = "api.office.ion.neutron.neon.id";
28
28
  break;
29
- case "kantor":
29
+ case "kantor.holding":
30
30
  action = "api.office.holding.neutron.neon.id";
31
31
  break;
32
32
  case "operasional":
@@ -12988,7 +12988,7 @@ function switchUrl(subdomain, isDev) {
12988
12988
  case "office":
12989
12989
  action = "api.office.ion.neutron.neon.id";
12990
12990
  break;
12991
- case "kantor":
12991
+ case "kantor.holding":
12992
12992
  action = "api.office.holding.neutron.neon.id";
12993
12993
  break;
12994
12994
  case "operasional":
@@ -12969,7 +12969,7 @@ function switchUrl(subdomain, isDev) {
12969
12969
  case "office":
12970
12970
  action = "api.office.ion.neutron.neon.id";
12971
12971
  break;
12972
- case "kantor":
12972
+ case "kantor.holding":
12973
12973
  action = "api.office.holding.neutron.neon.id";
12974
12974
  break;
12975
12975
  case "operasional":
package/build/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "1.17.16",
7
+ "version": "1.17.17",
8
8
  "builder": {
9
9
  "@neon.id/module-builder": "1.8.0",
10
10
  "unbuild": "2.0.0"
package/build/nuxt.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "1.17.16",
7
+ "version": "1.17.17",
8
8
  "builder": {
9
9
  "@neon.id/module-builder": "1.8.0",
10
10
  "unbuild": "2.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/operasional-interfaces",
3
- "version": "1.17.16",
3
+ "version": "1.17.17",
4
4
  "description": "Interface library of Neutron Operasional.",
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -164,5 +164,5 @@
164
164
  "publishConfig": {
165
165
  "access": "public"
166
166
  },
167
- "build": 198
167
+ "build": 199
168
168
  }