@ray-js/api 1.6.2 → 1.6.3

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.
@@ -1,3 +1,4 @@
1
+ /// <reference path="../../@types/energy.d.ts" />
1
2
  import { factory } from '../utils';
2
3
  const getDeviceDataMultipleSum = factory('getDeviceDataMultipleSum', {
3
4
  namespace: 'energy'
@@ -1,3 +1,4 @@
1
+ /// <reference path="../../@types/gateway.d.ts" />
1
2
  import { factory } from '../utils';
2
3
  const sendCmdForRefreshDeviceLQI = factory('sendCmdForRefreshDeviceLQI', {
3
4
  namespace: 'gateway'
@@ -1,3 +1,4 @@
1
+ /// <reference path="../../@types/health.d.ts" />
1
2
  import { factory } from '../utils';
2
3
  const addPanelUser = factory('addPanelUser', {
3
4
  namespace: 'health'
@@ -1,3 +1,5 @@
1
+ /// <reference path="../../../@types/api-cloud.d.ts" />
2
+
1
3
  import { factory } from '../../utils';
2
4
  const getMultipleMapFiles = factory('getMultipleMapFiles');
3
5
  const getSweeperStorageConfig = factory('getSweeperStorageConfig');
@@ -1,3 +1,4 @@
1
+ /// <reference path="../../../@types/api-cloud.d.ts" />
1
2
  import { factory } from '../../utils';
2
3
  const getCleaningRecords = factory('getCleaningRecords');
3
4
  const deleteCleaningRecord = factory('deleteCleaningRecord');
@@ -1,3 +1,4 @@
1
+ /// <reference path="../../../@types/api-cloud.d.ts" />
1
2
  import { factory } from '../../utils';
2
3
  const getVoiceList = factory('getVoiceList');
3
4
  export { getVoiceList };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,14 +29,14 @@
29
29
  "watch": "ray start --type=component"
30
30
  },
31
31
  "dependencies": {
32
- "@ray-js/framework": "1.6.2",
33
- "@ray-js/router": "1.6.2",
32
+ "@ray-js/framework": "1.6.3",
33
+ "@ray-js/router": "1.6.3",
34
34
  "@ray-js/wechat": "^0.2.19",
35
35
  "base64-browser": "^1.0.1",
36
36
  "query-string": "^7.1.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@ray-js/cli": "1.6.2",
39
+ "@ray-js/cli": "1.6.3",
40
40
  "art-template": "^4.13.2",
41
41
  "fs-extra": "^10.1.0",
42
42
  "miniprogram-api-typings": "^3.12.3",
@@ -46,5 +46,5 @@
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.com"
48
48
  },
49
- "gitHead": "3b5d2fa88a51ed215543b93d99e10c6977cce04d"
49
+ "gitHead": "f0390bf5a5c5867f2157214b900ca656877853fd"
50
50
  }