@lx-frontend/wx-minapp-monitor 0.0.2 → 0.1.1

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.
Files changed (1) hide show
  1. package/package.json +34 -40
package/package.json CHANGED
@@ -1,48 +1,42 @@
1
1
  {
2
- "name": "@lx-frontend/wx-minapp-monitor",
3
- "version": "0.0.2",
4
- "description": "a sdk for min-app monitor",
5
- "keywords": [
6
- "min-app",
7
- "wx",
8
- "monitor"
9
- ],
10
- "author": "Ethan Chen <ethan.chen@lixinchuxing.com>",
11
- "homepage": "",
12
- "license": "ISC",
13
- "main": "lib/index.js",
14
- "types": "lib/index.d.ts",
15
- "files": [
16
- "lib"
17
- ],
18
- "repository": {
19
- "type": "git",
20
- "url": "git@code.lixinio.com:frontend/lx-basic.git"
21
- },
2
+ "name": "@lx-frontend/wx-minapp-monitor",
3
+ "version": "0.1.1",
4
+ "description": "a sdk for min-app monitor",
5
+ "keywords": [
6
+ "min-app",
7
+ "wx",
8
+ "monitor"
9
+ ],
10
+ "author": "Ethan Chen <ethan.chen@lixinchuxing.com>",
11
+ "homepage": "",
12
+ "license": "ISC",
13
+ "main": "lib/index.js",
14
+ "types": "lib/index.d.ts",
15
+ "files": [
16
+ "lib"
17
+ ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git@code.lixinio.com:frontend/lx-basic.git"
21
+ },
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "scripts": {
26
- "build": "npm run clean && tsc",
27
- "build:test": "npm run build -- --sourceMap false --inlineSourceMap true --noImplicitAny false",
28
- "clean": "rimraf lib",
29
- "build:badges": "jest-coverage-badges --output './badges'",
30
- "clean:coverage": "rimraf coverage",
31
- "test": "npm run clean:coverage && npm run build:test && jest && npm run build:badges"
32
- },
33
25
  "dependencies": {
34
26
  "tslib": "^2.5.3"
35
27
  },
36
28
  "devDependencies": {
37
- "@types/jest": "^29.5.1",
38
- "jest": "^29.5.0",
39
- "ts-jest": "^29.1.0",
40
- "typescript": "^5.0.4"
41
- },
42
- "peerDependencies": {
43
- "@types/jest": "^29.5.1",
44
- "jest": "^29.5.0",
45
- "ts-jest": "^29.1.0",
46
- "typescript": "^5.0.4"
47
- }
48
- }
29
+ "@types/jest": "^29.5.1",
30
+ "jest": "^29.5.0",
31
+ "ts-jest": "^29.1.0",
32
+ "typescript": "^5.0.4"
33
+ },
34
+ "scripts": {
35
+ "build": "npm run clean && tsc",
36
+ "build:test": "npm run build -- --sourceMap false --inlineSourceMap true --noImplicitAny false",
37
+ "clean": "rimraf lib",
38
+ "build:badges": "jest-coverage-badges --output './badges'",
39
+ "clean:coverage": "rimraf coverage",
40
+ "test": "npm run clean:coverage && npm run build:test && jest && npm run build:badges"
41
+ }
42
+ }