aranea-sdk-cli 0.3.3 → 0.3.4

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.
@@ -59,8 +59,8 @@ const config_1 = require("../config");
59
59
  // Config
60
60
  // ============================================================================
61
61
  const KNOWLEDGE_API_ENDPOINTS = {
62
- production: 'https://asia-northeast1-mobesorder.cloudfunctions.net/araneaKnowledgeManagement',
63
- staging: 'https://asia-northeast1-mobesorder-staging.cloudfunctions.net/araneaKnowledgeManagement',
62
+ production: 'https://asia-northeast1-mobesorder.cloudfunctions.net/araneaSDK_knowledgeManagement',
63
+ staging: 'https://asia-northeast1-mobesorder-staging.cloudfunctions.net/araneaSDK_knowledgeManagement',
64
64
  };
65
65
  function getKnowledgeApiBase(env) {
66
66
  return KNOWLEDGE_API_ENDPOINTS[env];
@@ -56,8 +56,8 @@ const config_1 = require("../config");
56
56
  // Config
57
57
  // ============================================================================
58
58
  const METATRON_API_ENDPOINTS = {
59
- production: 'https://asia-northeast1-mobesorder.cloudfunctions.net/araneaMetatronQuery',
60
- staging: 'https://asia-northeast1-mobesorder-staging.cloudfunctions.net/araneaMetatronQuery',
59
+ production: 'https://asia-northeast1-mobesorder.cloudfunctions.net/araneaSDK_metatronQuery',
60
+ staging: 'https://asia-northeast1-mobesorder-staging.cloudfunctions.net/araneaSDK_metatronQuery',
61
61
  };
62
62
  function getMetatronApiBase(env) {
63
63
  return METATRON_API_ENDPOINTS[env];
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ const program = new commander_1.Command();
28
28
  program
29
29
  .name('aranea-sdk')
30
30
  .description('AraneaSDK CLI - デバイス開発支援ツール')
31
- .version('0.3.3');
31
+ .version('0.3.4');
32
32
  // test コマンド
33
33
  program.addCommand(test_1.testCommand);
34
34
  // simulate コマンド
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aranea-sdk-cli",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "AraneaSDK CLI - ESP32 IoTデバイス開発支援ツール",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",