aranea-sdk-cli 0.3.12 → 0.3.13

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/dist/config.js CHANGED
@@ -23,8 +23,8 @@ exports.ENDPOINTS = {
23
23
  command: 'https://asia-northeast1-mobesorder.cloudfunctions.net/araneaDeviceCommand',
24
24
  mqtt: 'wss://aranea-mqtt-bridge-1010551946141.asia-northeast1.run.app',
25
25
  schemaAPI: 'https://asia-northeast1-mobesorder.cloudfunctions.net/araneaSchemaAPI',
26
- knowledgeAPI: 'https://asia-northeast1-mobesorder.cloudfunctions.net/araneaKnowledgeManagement',
27
- metatronAPI: 'https://asia-northeast1-mobesorder.cloudfunctions.net/araneaMetatronQuery',
26
+ knowledgeAPI: 'https://asia-northeast1-mobesorder.cloudfunctions.net/araneaSDK_knowledgeManagement',
27
+ metatronAPI: 'https://asia-northeast1-mobesorder.cloudfunctions.net/araneaSDK_metatronQuery',
28
28
  webhookBase: 'https://us-central1-mobesorder.cloudfunctions.net',
29
29
  },
30
30
  staging: {
@@ -33,8 +33,8 @@ exports.ENDPOINTS = {
33
33
  command: 'https://asia-northeast1-mobesorder-staging.cloudfunctions.net/araneaDeviceCommand',
34
34
  mqtt: 'wss://aranea-mqtt-bridge-staging.asia-northeast1.run.app',
35
35
  schemaAPI: 'https://asia-northeast1-mobesorder-staging.cloudfunctions.net/araneaSchemaAPI',
36
- knowledgeAPI: 'https://asia-northeast1-mobesorder-staging.cloudfunctions.net/araneaKnowledgeManagement',
37
- metatronAPI: 'https://asia-northeast1-mobesorder-staging.cloudfunctions.net/araneaMetatronQuery',
36
+ knowledgeAPI: 'https://asia-northeast1-mobesorder-staging.cloudfunctions.net/araneaSDK_knowledgeManagement',
37
+ metatronAPI: 'https://asia-northeast1-mobesorder-staging.cloudfunctions.net/araneaSDK_metatronQuery',
38
38
  webhookBase: 'https://us-central1-mobesorder-staging.cloudfunctions.net',
39
39
  },
40
40
  };
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.12');
31
+ .version('0.3.13');
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.12",
3
+ "version": "0.3.13",
4
4
  "description": "AraneaSDK CLI - ESP32 IoTデバイス開発支援ツール",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",