@sentry/gatsby 8.12.0 → 8.13.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/package.json +41 -19
- /package/{cjs → build/cjs}/index.js +0 -0
- /package/{cjs → build/cjs}/index.js.map +0 -0
- /package/{cjs → build/cjs}/sdk.js +0 -0
- /package/{cjs → build/cjs}/sdk.js.map +0 -0
- /package/{esm → build/esm}/index.js +0 -0
- /package/{esm → build/esm}/index.js.map +0 -0
- /package/{esm → build/esm}/package.json +0 -0
- /package/{esm → build/esm}/sdk.js +0 -0
- /package/{esm → build/esm}/sdk.js.map +0 -0
- /package/{types → build/types}/index.d.ts +0 -0
- /package/{types → build/types}/index.d.ts.map +0 -0
- /package/{types → build/types}/sdk.d.ts +0 -0
- /package/{types → build/types}/sdk.d.ts.map +0 -0
- /package/{types → build/types}/utils/types.d.ts +0 -0
- /package/{types → build/types}/utils/types.d.ts.map +0 -0
- /package/{types-ts3.8 → build/types-ts3.8}/index.d.ts +0 -0
- /package/{types-ts3.8 → build/types-ts3.8}/sdk.d.ts +0 -0
- /package/{types-ts3.8 → build/types-ts3.8}/utils/types.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/gatsby",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.13.0",
|
|
4
4
|
"description": "Official Sentry SDK for Gatsby.js",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-javascript.git",
|
|
6
6
|
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/gatsby",
|
|
@@ -14,33 +14,30 @@
|
|
|
14
14
|
"node": ">=14.18"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
|
-
"
|
|
18
|
-
"esm",
|
|
19
|
-
"types",
|
|
20
|
-
"types-ts3.8",
|
|
17
|
+
"/build",
|
|
21
18
|
"gatsby-node.js",
|
|
22
19
|
"gatsby-node.d.ts"
|
|
23
20
|
],
|
|
24
|
-
"main": "cjs/index.js",
|
|
25
|
-
"module": "esm/index.js",
|
|
26
|
-
"types": "types/index.d.ts",
|
|
21
|
+
"main": "build/cjs/index.js",
|
|
22
|
+
"module": "build/esm/index.js",
|
|
23
|
+
"types": "build/types/index.d.ts",
|
|
27
24
|
"exports": {
|
|
28
25
|
"./package.json": "./package.json",
|
|
29
26
|
".": {
|
|
30
27
|
"import": {
|
|
31
|
-
"types": "./types/index.d.ts",
|
|
32
|
-
"default": "./esm/index.js"
|
|
28
|
+
"types": "./build/types/index.d.ts",
|
|
29
|
+
"default": "./build/esm/index.js"
|
|
33
30
|
},
|
|
34
31
|
"require": {
|
|
35
|
-
"types": "./types/index.d.ts",
|
|
36
|
-
"default": "./cjs/index.js"
|
|
32
|
+
"types": "./build/types/index.d.ts",
|
|
33
|
+
"default": "./build/cjs/index.js"
|
|
37
34
|
}
|
|
38
35
|
}
|
|
39
36
|
},
|
|
40
37
|
"typesVersions": {
|
|
41
38
|
"<4.9": {
|
|
42
|
-
"types/index.d.ts": [
|
|
43
|
-
"types-ts3.8/index.d.ts"
|
|
39
|
+
"build/types/index.d.ts": [
|
|
40
|
+
"build/types-ts3.8/index.d.ts"
|
|
44
41
|
]
|
|
45
42
|
}
|
|
46
43
|
},
|
|
@@ -48,10 +45,10 @@
|
|
|
48
45
|
"access": "public"
|
|
49
46
|
},
|
|
50
47
|
"dependencies": {
|
|
51
|
-
"@sentry/core": "8.
|
|
52
|
-
"@sentry/react": "8.
|
|
53
|
-
"@sentry/types": "8.
|
|
54
|
-
"@sentry/utils": "8.
|
|
48
|
+
"@sentry/core": "8.13.0",
|
|
49
|
+
"@sentry/react": "8.13.0",
|
|
50
|
+
"@sentry/types": "8.13.0",
|
|
51
|
+
"@sentry/utils": "8.13.0",
|
|
55
52
|
"@sentry/webpack-plugin": "2.16.0"
|
|
56
53
|
},
|
|
57
54
|
"peerDependencies": {
|
|
@@ -62,5 +59,30 @@
|
|
|
62
59
|
"@testing-library/react": "^13.0.0",
|
|
63
60
|
"react": "^18.0.0"
|
|
64
61
|
},
|
|
62
|
+
"scripts": {
|
|
63
|
+
"build": "run-p build:transpile build:types",
|
|
64
|
+
"build:dev": "yarn build",
|
|
65
|
+
"build:plugin": "tsc -p tsconfig.plugin.json",
|
|
66
|
+
"build:transpile": "run-p build:rollup build:plugin",
|
|
67
|
+
"build:rollup": "rollup -c rollup.npm.config.mjs",
|
|
68
|
+
"build:types": "run-s build:types:core build:types:downlevel",
|
|
69
|
+
"build:types:core": "tsc -p tsconfig.types.json",
|
|
70
|
+
"build:types:downlevel": "yarn downlevel-dts build/types build/types-ts3.8 --to ts3.8",
|
|
71
|
+
"build:watch": "run-p build:transpile:watch build:types:watch",
|
|
72
|
+
"build:dev:watch": "yarn build:watch",
|
|
73
|
+
"build:transpile:watch": "rollup -c rollup.npm.config.mjs --watch",
|
|
74
|
+
"build:types:watch": "tsc -p tsconfig.types.json --watch",
|
|
75
|
+
"build:tarball": "npm pack",
|
|
76
|
+
"circularDepCheck": "madge --circular src/index.ts",
|
|
77
|
+
"clean": "rimraf build coverage *.d.ts sentry-gatsby-*.tgz",
|
|
78
|
+
"fix": "eslint . --format stylish --fix",
|
|
79
|
+
"lint": "eslint . --format stylish",
|
|
80
|
+
"test": "yarn ts-node scripts/pretest.ts && yarn jest",
|
|
81
|
+
"test:watch": "yarn ts-node scripts/pretest.ts && yarn jest --watch",
|
|
82
|
+
"yalc:publish": "yalc publish --push --sig"
|
|
83
|
+
},
|
|
84
|
+
"volta": {
|
|
85
|
+
"extends": "../../package.json"
|
|
86
|
+
},
|
|
65
87
|
"sideEffects": false
|
|
66
|
-
}
|
|
88
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|