Skip to content

Commit 62e59f8

Browse files
committed
add rescript 12 as dep
1 parent d0538fb commit 62e59f8

File tree

2 files changed

+68
-3
lines changed

2 files changed

+68
-3
lines changed

rewatch/testrepo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313
},
1414
"dependencies": {
15-
"rescript": "11.1.4"
15+
"rescript": "12.0.0-alpha.13"
1616
},
1717
"scripts": {
1818
"build": "../target/release/rewatch build .",

rewatch/testrepo/yarn.lock

Lines changed: 67 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,41 @@ __metadata:
1414
languageName: node
1515
linkType: hard
1616

17+
"@rescript/darwin-arm64@npm:12.0.0-alpha.13":
18+
version: 12.0.0-alpha.13
19+
resolution: "@rescript/darwin-arm64@npm:12.0.0-alpha.13"
20+
conditions: os=darwin & cpu=arm64
21+
languageName: node
22+
linkType: hard
23+
24+
"@rescript/darwin-x64@npm:12.0.0-alpha.13":
25+
version: 12.0.0-alpha.13
26+
resolution: "@rescript/darwin-x64@npm:12.0.0-alpha.13"
27+
conditions: os=darwin & cpu=x64
28+
languageName: node
29+
linkType: hard
30+
31+
"@rescript/linux-arm64@npm:12.0.0-alpha.13":
32+
version: 12.0.0-alpha.13
33+
resolution: "@rescript/linux-arm64@npm:12.0.0-alpha.13"
34+
conditions: os=linux & cpu=arm64
35+
languageName: node
36+
linkType: hard
37+
38+
"@rescript/linux-x64@npm:12.0.0-alpha.13":
39+
version: 12.0.0-alpha.13
40+
resolution: "@rescript/linux-x64@npm:12.0.0-alpha.13"
41+
conditions: os=linux & cpu=x64
42+
languageName: node
43+
linkType: hard
44+
45+
"@rescript/win32-x64@npm:12.0.0-alpha.13":
46+
version: 12.0.0-alpha.13
47+
resolution: "@rescript/win32-x64@npm:12.0.0-alpha.13"
48+
conditions: os=win32 & cpu=x64
49+
languageName: node
50+
linkType: hard
51+
1752
"@testrepo/dep01@npm:*, @testrepo/dep01@workspace:packages/dep01":
1853
version: 0.0.0-use.local
1954
resolution: "@testrepo/dep01@workspace:packages/dep01"
@@ -58,7 +93,7 @@ __metadata:
5893
languageName: unknown
5994
linkType: soft
6095

61-
"rescript@npm:*, rescript@npm:11.1.4":
96+
"rescript@npm:*":
6297
version: 11.1.4
6398
resolution: "rescript@npm:11.1.4"
6499
bin:
@@ -69,10 +104,40 @@ __metadata:
69104
languageName: node
70105
linkType: hard
71106

107+
"rescript@npm:12.0.0-alpha.13":
108+
version: 12.0.0-alpha.13
109+
resolution: "rescript@npm:12.0.0-alpha.13"
110+
dependencies:
111+
"@rescript/darwin-arm64": "npm:12.0.0-alpha.13"
112+
"@rescript/darwin-x64": "npm:12.0.0-alpha.13"
113+
"@rescript/linux-arm64": "npm:12.0.0-alpha.13"
114+
"@rescript/linux-x64": "npm:12.0.0-alpha.13"
115+
"@rescript/win32-x64": "npm:12.0.0-alpha.13"
116+
dependenciesMeta:
117+
"@rescript/darwin-arm64":
118+
optional: true
119+
"@rescript/darwin-x64":
120+
optional: true
121+
"@rescript/linux-arm64":
122+
optional: true
123+
"@rescript/linux-x64":
124+
optional: true
125+
"@rescript/win32-x64":
126+
optional: true
127+
bin:
128+
bsc: cli/bsc.js
129+
bstracing: cli/bstracing.js
130+
rescript: cli/rescript.js
131+
rescript-tools: cli/rescript-tools.js
132+
rewatch: cli/rewatch.js
133+
checksum: 10c0/97ad8615b1a1cbace61e050b65a10bbe280c77b4fe693b99aee7d3c6bb0b2ebd284db16a7aec3d65179267dc610a9737fdf74197f6322b1281113fd588fe1b32
134+
languageName: node
135+
linkType: hard
136+
72137
"testrepo@workspace:.":
73138
version: 0.0.0-use.local
74139
resolution: "testrepo@workspace:."
75140
dependencies:
76-
rescript: "npm:11.1.4"
141+
rescript: "npm:12.0.0-alpha.13"
77142
languageName: unknown
78143
linkType: soft

0 commit comments

Comments
 (0)