@royaltics/tracker-sails 0.0.2 → 0.0.21

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 +59 -58
package/package.json CHANGED
@@ -1,60 +1,61 @@
1
1
  {
2
- "name": "@royaltics/tracker-sails",
3
- "version": "0.0.2",
4
- "description": "Sails.js hook for Royaltics Error Tracker",
5
- "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "private": false,
10
- "publishConfig": {
11
- "access": "public"
12
- },
13
- "exports": {
14
- ".": {
15
- "import": "./dist/index.js",
16
- "require": "./dist/index.cjs",
17
- "types": "./dist/index.d.ts"
18
- }
19
- },
20
- "scripts": {
21
- "build": "vite build && tsc --emitDeclarationOnly",
22
- "test": "vitest",
23
- "test:coverage": "vitest --coverage",
24
- "prepublishOnly": "npm run build",
25
- "publish": "npm publish"
26
- },
27
- "files": [
28
- "dist",
29
- "README.md",
30
- "LICENSE"
31
- ],
32
- "repository": {
33
- "type": "git",
34
- "url": "https://github.com/royaltics-solutions/royaltics-solutions-tracker"
35
- },
36
- "keywords": [
37
- "sails",
38
- "sailsjs",
39
- "tracker",
40
- "monitoring",
41
- "logging"
42
- ],
43
- "sails": {
44
- "isHook": true
45
- },
46
- "peerDependencies": {
47
- "sails": "^1.0.0"
48
- },
49
- "devDependencies": {
50
- "@types/node": "^20.0.0",
51
- "@vitest/coverage-v8": "^1.0.0",
52
- "typescript": "^5.0.0",
53
- "vite": "^5.0.0",
54
- "vite-plugin-dts": "^3.0.0",
55
- "vitest": "^1.0.0"
56
- },
57
- "dependencies": {
58
- "@royaltics/tracker": "^0.0.4"
59
- }
2
+ "name": "@royaltics/tracker-sails",
3
+ "version": "0.0.21",
4
+ "description": "Sails.js hook for Royaltics Error Tracker",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "private": false,
10
+ "publishConfig": {
11
+ "access": "public"
12
+ },
13
+ "exports": {
14
+ ".": {
15
+ "import": "./dist/index.js",
16
+ "require": "./dist/index.cjs",
17
+ "types": "./dist/index.d.ts"
18
+ }
19
+ },
20
+ "scripts": {
21
+ "build": "vite build && tsc --emitDeclarationOnly",
22
+ "test": "vitest",
23
+ "test:coverage": "vitest --coverage",
24
+ "prepublishOnly": "npm run build",
25
+ "publish": "npm publish"
26
+ },
27
+ "files": [
28
+ "dist",
29
+ "README.md",
30
+ "LICENSE"
31
+ ],
32
+ "repository": {
33
+ "type": "git",
34
+ "url": "https://github.com/royaltics-solutions/royaltics-solutions-tracker"
35
+ },
36
+ "keywords": [
37
+ "sails",
38
+ "sailsjs",
39
+ "tracker",
40
+ "monitoring",
41
+ "logging"
42
+ ],
43
+ "sails": {
44
+ "isHook": true
45
+ },
46
+ "peerDependencies": {
47
+ "sails": "^1.0.0"
48
+ },
49
+ "devDependencies": {
50
+ "@types/node": "^20.19.27",
51
+ "@vitest/coverage-v8": "^1.6.1",
52
+ "typescript": "^5.9.3",
53
+ "vite": "^5.4.21",
54
+ "vite-plugin-dts": "^3.9.1",
55
+ "vitest": "^1.6.1"
56
+ },
57
+ "dependencies": {
58
+ "@royaltics/tracker": "^0.0.20"
59
+ },
60
+ "pnpm": {}
60
61
  }