@spur.us/monocle-react 1.1.1-canary.v20250702201215 → 1.1.1-canary.v20250707133917
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.
- package/.turbo/turbo-build.log +6 -6
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @spur.us/monocle-react@1.1.1-canary.
|
|
2
|
+
> @spur.us/monocle-react@1.1.1-canary.v20250707133917 build /home/runner/work/javascript/javascript/packages/monocle-react
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: {"index":"src/index.ts"}
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
12
|
[34mESM[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m4.27 KB[39m
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m9.92 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in 33ms
|
|
16
13
|
[32mCJS[39m [1mdist/index.js [22m[32m6.08 KB[39m
|
|
17
14
|
[32mCJS[39m [1mdist/index.js.map [22m[32m10.07 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 43ms
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m4.27 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m9.92 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 46ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 2242ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.29 KB[39m
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m1.29 KB[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spur.us/monocle-react",
|
|
3
|
-
"version": "1.1.1-canary.
|
|
3
|
+
"version": "1.1.1-canary.v20250707133917",
|
|
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.
|
|
23
|
+
"@spur.us/types": "^0.3.0-canary.v20250707133917"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-0",
|