@xylabs/log 2.11.23 → 2.11.24

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/package.json CHANGED
@@ -45,8 +45,8 @@
45
45
  "rollbar": "^2.26.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@xylabs/ts-scripts-yarn3": "^3.0.72",
49
- "@xylabs/tsconfig": "^3.0.72",
48
+ "@xylabs/ts-scripts-yarn3": "^3.0.74",
49
+ "@xylabs/tsconfig": "^3.0.74",
50
50
  "rollbar": "^2.26.2",
51
51
  "typescript": "^5.2.2"
52
52
  },
@@ -58,6 +58,6 @@
58
58
  "url": "https://github.com/xylabs/sdk-js.git"
59
59
  },
60
60
  "sideEffects": false,
61
- "version": "2.11.23",
61
+ "version": "2.11.24",
62
62
  "packageManager": "yarn@3.3.1"
63
63
  }
@@ -1,158 +0,0 @@
1
- {
2
- "name": "rollbar",
3
- "version": "2.26.2",
4
- "repository": {
5
- "type": "git",
6
- "url": "http://github.com/rollbar/rollbar.js"
7
- },
8
- "description": "Effortlessly track and debug errors in your JavaScript applications with Rollbar. This package includes advanced error tracking features and an intuitive interface to help you identify and fix issues more quickly.",
9
- "keywords": ["error", "tracking", "logging", "debugging", "javascript"],
10
- "license": "MIT",
11
- "main": "src/server/rollbar.js",
12
- "browser": "dist/rollbar.umd.min.js",
13
- "types": "./index.d.ts",
14
- "dependencies": {
15
- "async": "~3.2.3",
16
- "console-polyfill": "0.3.0",
17
- "error-stack-parser": "^2.0.4",
18
- "json-stringify-safe": "~5.0.0",
19
- "lru-cache": "~2.2.1",
20
- "request-ip": "~3.3.0",
21
- "source-map": "^0.5.7"
22
- },
23
- "devDependencies": {
24
- "babel-core": "^6.26.3",
25
- "babel-eslint": "^10.0.3",
26
- "babel-loader": "^8.0.4",
27
- "bluebird": "^3.3.5",
28
- "browserstack-api": "0.0.5",
29
- "chai": "^4.2.0",
30
- "chalk": "^1.1.1",
31
- "eslint": "^6.8.0",
32
- "eslint-loader": "^3.0.3",
33
- "express": "^4.16.4",
34
- "glob": "^5.0.14",
35
- "grunt": "^1.1.0",
36
- "grunt-bumpup": "^0.6.3",
37
- "grunt-cli": "^1.3.2",
38
- "grunt-contrib-concat": "~0.3.0",
39
- "grunt-contrib-connect": "^2.1.0",
40
- "grunt-contrib-copy": "~0.5.0",
41
- "grunt-contrib-jshint": "^2.1.0",
42
- "grunt-contrib-uglify": "^4.0.0",
43
- "grunt-contrib-watch": "^1.1.0",
44
- "grunt-karma": "^3.0.2",
45
- "grunt-parallel": "^0.5.1",
46
- "grunt-text-replace": "^0.4.0",
47
- "grunt-vows": "^0.4.2",
48
- "grunt-webpack": "^3.1.3",
49
- "istanbul-instrumenter-loader": "^3.0.1",
50
- "jade": "~0.27.7",
51
- "jasmine-core": "^2.3.4",
52
- "jquery-mockjax": "^2.5.0",
53
- "karma": "^5.0.4",
54
- "karma-browserstack-launcher": "^1.5.1",
55
- "karma-chai": "^0.1.0",
56
- "karma-chrome-launcher": "^2.2.0",
57
- "karma-expect": "^1.1.0",
58
- "karma-firefox-launcher": "^0.1.6",
59
- "karma-html2js-preprocessor": "^1.1.0",
60
- "karma-jquery": "^0.1.0",
61
- "karma-mocha": "^2.0.1",
62
- "karma-mocha-reporter": "^2.2.5",
63
- "karma-requirejs": "^0.2.2",
64
- "karma-safari-launcher": "^0.1.1",
65
- "karma-sinon": "^1.0.4",
66
- "karma-sourcemap-loader": "^0.3.5",
67
- "karma-webpack": "^4.0.2",
68
- "mocha": "^7.1.2",
69
- "natives": "^1.1.6",
70
- "nock": "^11.9.1",
71
- "node-libs-browser": "^0.5.2",
72
- "request": "^2.88.0",
73
- "requirejs": "^2.1.20",
74
- "script-loader": "0.6.1",
75
- "sinon": "^8.1.1",
76
- "stackframe": "^0.2.2",
77
- "strict-loader": "^1.2.0",
78
- "time-grunt": "^1.0.0",
79
- "vows": "^0.8.3",
80
- "webpack": "^4.46.0"
81
- },
82
- "optionalDependencies": {
83
- "decache": "^3.0.5"
84
- },
85
- "scripts": {
86
- "build": "./node_modules/.bin/grunt",
87
- "test": "./node_modules/.bin/grunt test",
88
- "test-browser": "./node_modules/.bin/grunt test-browser",
89
- "test-server": "./node_modules/.bin/grunt test-server",
90
- "test_ci": "./node_modules/.bin/grunt test",
91
- "lint": "./node_modules/.bin/eslint . --ext .js"
92
- },
93
- "cdn": {
94
- "host": "cdn.rollbar.com"
95
- },
96
- "defaults": {
97
- "endpoint": "api.rollbar.com/api/1/item/",
98
- "server": {
99
- "scrubHeaders": [
100
- "authorization",
101
- "www-authorization",
102
- "http_authorization",
103
- "omniauth.auth",
104
- "cookie",
105
- "oauth-access-token",
106
- "x-access-token",
107
- "x_csrf_token",
108
- "http_x_csrf_token",
109
- "x-csrf-token"
110
- ],
111
- "scrubFields": [
112
- "pw",
113
- "pass",
114
- "passwd",
115
- "password",
116
- "password_confirmation",
117
- "passwordConfirmation",
118
- "confirm_password",
119
- "confirmPassword",
120
- "secret",
121
- "secret_token",
122
- "secretToken",
123
- "secret_key",
124
- "secretKey",
125
- "api_key",
126
- "access_token",
127
- "accessToken",
128
- "authenticity_token",
129
- "oauth_token",
130
- "token",
131
- "user_session_secret",
132
- "request.session.csrf",
133
- "request.session._csrf",
134
- "request.params._csrf",
135
- "request.cookie",
136
- "request.cookies"
137
- ]
138
- },
139
- "reactNative": {
140
- "rewriteFilenamePatterns": [
141
- "^.*/[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}/[^/]*.app/(.*)$",
142
- "^.*/[0-9A-Fa-f]{64}/codepush_ios/(.*)$",
143
- "^.*/[0-9A-Fa-f]{64}/codepush_android/(.*)$",
144
- "^.*/[0-9A-Fa-f]{64}/CodePush/(.*)$"
145
- ]
146
- },
147
- "logLevel": "debug",
148
- "reportLevel": "debug",
149
- "uncaughtErrorLevel": "error",
150
- "maxItems": 0,
151
- "itemsPerMin": 60
152
- },
153
- "plugins": {
154
- "jquery": {
155
- "version": "0.0.8"
156
- }
157
- }
158
- }