@spur.us/monocle-react 1.1.1-canary.v20250918211544 → 1.1.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,5 +1,5 @@
1
1
 
2
- > @spur.us/monocle-react@1.1.1-canary.v20250918211544 build /home/runner/work/javascript/javascript/packages/monocle-react
2
+ > @spur.us/monocle-react@1.1.1 build /home/runner/work/javascript/javascript/packages/monocle-react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: {"index":"src/index.ts"}
@@ -12,11 +12,11 @@
12
12
  ESM Build start
13
13
  CJS dist/index.js 6.04 KB
14
14
  CJS dist/index.js.map 9.95 KB
15
- CJS ⚡️ Build success in 33ms
15
+ CJS ⚡️ Build success in 40ms
16
16
  ESM dist/index.mjs 4.24 KB
17
17
  ESM dist/index.mjs.map 9.80 KB
18
- ESM ⚡️ Build success in 34ms
18
+ ESM ⚡️ Build success in 41ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 1939ms
20
+ DTS ⚡️ Build success in 2128ms
21
21
  DTS dist/index.d.ts 1.30 KB
22
22
  DTS dist/index.d.mts 1.30 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @spur.us/monocle-react
2
2
 
3
+ ## 1.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - f12a046: Fix refresh logic in `MonocleProvider`
8
+ - 74d2cb6: Fix `onAssessment` function signature in `MonocleConfig` type.
9
+
10
+ Fix `MonocleProvider` issue where assessment isn't set.
11
+
12
+ - 5dd4555: Fix refresh return type in `MonocleContextType`
13
+ - a6967b1: Set isLoading to false after successful refresh
14
+ - Updated dependencies [abccf0d]
15
+ - Updated dependencies [74d2cb6]
16
+ - Updated dependencies [c9b9f35]
17
+ - @spur.us/types@0.3.0
18
+
3
19
  ## 1.1.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spur.us/monocle-react",
3
- "version": "1.1.1-canary.v20250918211544",
3
+ "version": "1.1.1",
4
4
  "description": "Monocle React library",
5
5
  "keywords": [
6
6
  "spur",
@@ -20,7 +20,7 @@
20
20
  "author": "Spur",
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
- "@spur.us/types": "^0.3.0-canary.v20250918211544"
23
+ "@spur.us/types": "^0.3.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "^18.0.0 || ^19.0.0 || ^19.0.0-0",