@prairielearn/browser-utils 1.1.7 → 1.1.9

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,10 +1,10 @@
1
1
  CLI Building entry: src/index.ts
2
2
  CLI Using tsconfig: tsconfig.json
3
- CLI tsup v7.2.0
3
+ CLI tsup v8.0.1
4
4
  CLI Target: es2021
5
5
  CJS Build start
6
6
  ESM Build start
7
- CJS dist/index.js 4.22 KB
8
- CJS ⚡️ Build success in 159ms
9
7
  ESM dist/index.mjs 2.95 KB
10
- ESM ⚡️ Build success in 159ms
8
+ ESM ⚡️ Build success in 92ms
9
+ CJS dist/index.js 4.22 KB
10
+ CJS ⚡️ Build success in 92ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @prairielearn/browser-utils
2
2
 
3
+ ## 1.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2da23ab]
8
+ - @prairielearn/html@3.1.2
9
+
10
+ ## 1.1.8
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [1523b97b0]
15
+ - @prairielearn/html@3.1.1
16
+
3
17
  ## 1.1.7
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prairielearn/browser-utils",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "main": "dist/index.js",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -21,12 +21,12 @@
21
21
  "dev": "tsup --watch src/index.ts"
22
22
  },
23
23
  "dependencies": {
24
- "@prairielearn/html": "^3.1.0",
24
+ "@prairielearn/html": "^3.1.2",
25
25
  "js-base64": "^3.7.5"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@prairielearn/tsconfig": "^0.0.0",
29
- "tsup": "^7.2.0",
29
+ "tsup": "^8.0.1",
30
30
  "typescript": "^5.2.2"
31
31
  }
32
32
  }