@rescript/webapi 0.1.0-experimental-a525ca6 → 0.1.0-experimental-79e60ba

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescript/webapi",
3
- "version": "0.1.0-experimental-a525ca6",
3
+ "version": "0.1.0-experimental-79e60ba",
4
4
  "description": "Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescript-webapi)",
5
5
  "homepage": "https://rescript-lang.github.io/experimental-rescript-webapi/",
6
6
  "bugs": "https://github.com/rescript-lang/experimental-rescript-webapi/issues",
@@ -28,7 +28,7 @@
28
28
  "type": "module",
29
29
  "scripts": {
30
30
  "test": "node tests/index.js",
31
- "build": "rescript",
31
+ "build": "rewatch --dev",
32
32
  "format": "rescript format -all && prettier --write ./tests/index.js ./package.json ./docs/pages",
33
33
  "docs": "astro dev",
34
34
  "prebuild:docs": "node docs/llm.js",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "license": "MIT",
38
38
  "dependencies": {
39
- "rescript": "^12.0.0-alpha.9"
39
+ "rescript": "^12.0.0-alpha.13"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@astrojs/starlight": "0.34.3",
@@ -1,6 +1,5 @@
1
1
  open Prelude
2
2
  open CanvasAPI
3
- open DOMAPI
4
3
 
5
4
  external fromString: string => fillStyle = "%identity"
6
5
  external fromCanvasGradient: canvasGradient => fillStyle = "%identity"
@@ -1,5 +1,4 @@
1
1
  open FetchAPI
2
- open Prelude
3
2
 
4
3
  /**
5
4
  [Read more on MDN](https://developer.mozilla.org/docs/Web/API/Headers)
@@ -1,5 +1,4 @@
1
1
  open FetchAPI
2
- open Prelude
3
2
 
4
3
  /**
5
4
  [Read more on MDN](https://developer.mozilla.org/docs/Web/API/URLSearchParams)