@univerjs/telemetry 0.20.1 → 0.21.0

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/lib/cjs/index.js CHANGED
@@ -1 +1,26 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=(0,require(`@univerjs/core`).createIdentifier)(`telemetry.service`);exports.ITelemetryService=e;
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
+ let _univerjs_core = require("@univerjs/core");
3
+
4
+ //#region src/services/telemetry-service.ts
5
+ /**
6
+ * Copyright 2023-present DreamNum Co., Ltd.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ */
20
+ /**
21
+ * Univer telemetry service identifier.
22
+ */
23
+ const ITelemetryService = (0, _univerjs_core.createIdentifier)("telemetry.service");
24
+
25
+ //#endregion
26
+ exports.ITelemetryService = ITelemetryService;
package/lib/es/index.js CHANGED
@@ -1 +1,25 @@
1
- import{createIdentifier as e}from"@univerjs/core";const t=e(`telemetry.service`);export{t as ITelemetryService};
1
+ import { createIdentifier } from "@univerjs/core";
2
+
3
+ //#region src/services/telemetry-service.ts
4
+ /**
5
+ * Copyright 2023-present DreamNum Co., Ltd.
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ */
19
+ /**
20
+ * Univer telemetry service identifier.
21
+ */
22
+ const ITelemetryService = createIdentifier("telemetry.service");
23
+
24
+ //#endregion
25
+ export { ITelemetryService };
package/lib/index.js CHANGED
@@ -1 +1,25 @@
1
- import{createIdentifier as e}from"@univerjs/core";const t=e(`telemetry.service`);export{t as ITelemetryService};
1
+ import { createIdentifier } from "@univerjs/core";
2
+
3
+ //#region src/services/telemetry-service.ts
4
+ /**
5
+ * Copyright 2023-present DreamNum Co., Ltd.
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ */
19
+ /**
20
+ * Univer telemetry service identifier.
21
+ */
22
+ const ITelemetryService = createIdentifier("telemetry.service");
23
+
24
+ //#endregion
25
+ export { ITelemetryService };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/telemetry",
3
- "version": "0.20.1",
3
+ "version": "0.21.0",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -42,12 +42,12 @@
42
42
  "lib"
43
43
  ],
44
44
  "dependencies": {
45
- "@univerjs/core": "0.20.1"
45
+ "@univerjs/core": "0.21.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "typescript": "^6.0.2",
49
- "vitest": "^4.1.1",
50
- "@univerjs-infra/shared": "0.20.1"
49
+ "vitest": "^4.1.4",
50
+ "@univerjs-infra/shared": "0.21.0"
51
51
  },
52
52
  "scripts": {
53
53
  "test": "vitest run",