@spur.us/monocle-react 1.1.0-canary.v20250520214223 → 1.1.1-canary.v20250521185758

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.0-canary.v20250520214223 build /home/runner/work/javascript/javascript/packages/monocle-react
2
+ > @spur.us/monocle-react@1.1.1-canary.v20250521185758 build /home/runner/work/javascript/javascript/packages/monocle-react
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: {"index":"src/index.ts"}
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- ESM dist/index.mjs 3.35 KB
14
- ESM dist/index.mjs.map 7.54 KB
15
- ESM ⚡️ Build success in 43ms
16
13
  CJS dist/index.js 5.15 KB
17
14
  CJS dist/index.js.map 7.72 KB
18
- CJS ⚡️ Build success in 44ms
15
+ CJS ⚡️ Build success in 40ms
16
+ ESM dist/index.mjs 3.35 KB
17
+ ESM dist/index.mjs.map 7.54 KB
18
+ ESM ⚡️ Build success in 41ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 2322ms
20
+ DTS ⚡️ Build success in 2163ms
21
21
  DTS dist/index.d.ts 806.00 B
22
22
  DTS dist/index.d.mts 806.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @spur.us/monocle-react
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 9da3dcc: Allow overriding of Monocle domain
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spur.us/monocle-react",
3
- "version": "1.1.0-canary.v20250520214223",
3
+ "version": "1.1.1-canary.v20250521185758",
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.2.0"
23
+ "@spur.us/types": "^0.3.0-canary.v20250521185758"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "^18.0.0 || ^19.0.0 || ^19.0.0-0",