@prairielearn/sentry 1.0.0 → 1.0.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.
@@ -1,3 +1,3 @@
1
- @prairielearn/sentry:build: cache hit, replaying output 8e15df250c27f0f0
1
+ @prairielearn/sentry:build: cache hit, replaying output 9439d79507e62171
2
2
  @prairielearn/sentry:build: warning package.json: No license field
3
3
  @prairielearn/sentry:build: $ tsc
package/CHANGELOG.md ADDED
@@ -0,0 +1,7 @@
1
+ # @prairielearn/sentry
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - dba390399: Upgrade dependencies to latest versions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prairielearn/sentry",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -9,11 +9,11 @@
9
9
  "devDependencies": {
10
10
  "@prairielearn/tsconfig": "*",
11
11
  "mocha": "^10.0.0",
12
- "ts-node": "^10.8.1",
13
- "typescript": "^4.7.4"
12
+ "ts-node": "^10.9.1",
13
+ "typescript": "^4.8.2"
14
14
  },
15
15
  "dependencies": {
16
- "@sentry/node": "^7.12.0",
16
+ "@sentry/node": "^7.12.1",
17
17
  "execa": "^5.1.1"
18
18
  }
19
19
  }