@prairielearn/browser-utils 1.0.1 → 1.0.2

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.
@@ -4,7 +4,7 @@
4
4
  CLI Target: es2021
5
5
  CJS Build start
6
6
  ESM Build start
7
- ESM dist/index.mjs 1.47 KB
8
- ESM ⚡️ Build success in 79ms
9
7
  CJS dist/index.js 2.68 KB
10
- CJS ⚡️ Build success in 80ms
8
+ CJS ⚡️ Build success in 90ms
9
+ ESM dist/index.mjs 1.47 KB
10
+ ESM ⚡️ Build success in 90ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @prairielearn/browser-utils
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 0a3aa23f7: Add missing types field to exports in package.json
8
+
3
9
  ## 1.0.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prairielearn/browser-utils",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "dist/index.js",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -12,7 +12,8 @@
12
12
  "./package.json": "./package.json",
13
13
  ".": {
14
14
  "import": "./dist/index.mjs",
15
- "require": "./dist/index.js"
15
+ "require": "./dist/index.js",
16
+ "types": "./dist/index.d.ts"
16
17
  }
17
18
  },
18
19
  "scripts": {