@kaiko.io/rescript-deser 6.0.0-alpha.1 → 6.0.0-alpha.2

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/README.md CHANGED
@@ -5,8 +5,10 @@ Simple JSON deserializer for ReScript.
5
5
  **Note**: In Rescript 12, this will be kind of useless. So this will be
6
6
  likely be the last version series of Deser.
7
7
 
8
- You may want to watch the tests live here: https://kaiko-systems.gitlab.io/rescript-deser/
8
+ **Important**: Version 6+ changed the name of the module from `JSON` to
9
+ `Deser` to avoid clashes with `RescriptCore.JSON`.
9
10
 
11
+ You may want to watch the tests live here: https://kaiko-systems.gitlab.io/rescript-deser/
10
12
 
11
13
  ## Description
12
14
 
@@ -1,2 +1,2 @@
1
- #Start(1732894204752)
2
- #Done(1732894204752)
1
+ #Start(1732894377391)
2
+ #Done(1732894377391)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaiko.io/rescript-deser",
3
- "version": "6.0.0-alpha.1",
3
+ "version": "6.0.0-alpha.2",
4
4
  "keywords": [
5
5
  "json",
6
6
  "deserializer",
@@ -19,16 +19,16 @@
19
19
  "README.md"
20
20
  ],
21
21
  "peerDependencies": {
22
- "rescript": ">=11.1.0",
23
- "@rescript/core": ">=1.6"
22
+ "@rescript/core": ">=1.6",
23
+ "rescript": ">=11.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@jihchi/vite-plugin-rescript": "^6.0",
27
- "qunit": "^2.16.0",
28
- "vite": "^5.4.0",
29
26
  "@babel/code-frame": "7.18.6",
27
+ "@jihchi/vite-plugin-rescript": "^6.0",
28
+ "@rescript/core": "^1.6.0",
30
29
  "@rescript/tools": "0.6.4",
30
+ "qunit": "^2.16.0",
31
31
  "rescript": "^11.1.0",
32
- "@rescript/core": "^1.6.0"
32
+ "vite": "^5.4.0"
33
33
  }
34
34
  }