@kaiko.io/rescript-deser 6.0.0-alpha.1 → 6.0.0
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 +3 -1
- package/lib/bs/.bsdeps +2 -2
- package/lib/bs/.compiler.log +2 -2
- package/lib/bs/.ninja_log +14 -0
- package/lib/bs/src/Deser.cmt +0 -0
- package/lib/bs/tests/QUnit.cmt +0 -0
- package/lib/bs/tests/index.cmt +0 -0
- package/package.json +7 -7
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
|
-
|
|
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
|
|
package/lib/bs/.bsdeps
CHANGED
|
@@ -4,6 +4,6 @@
|
|
|
4
4
|
0
|
|
5
5
|
rescript.json 0x1.9d272e38c4598p+30
|
|
6
6
|
tests 0x1.9d272e38c7c35p+30
|
|
7
|
-
src/ 0x1.
|
|
7
|
+
src/ 0x1.a024aa053ad05p+30
|
|
8
8
|
===
|
|
9
|
-
/home/manu/src/kaiko/rescript-deser/node_modules/rescript/linux/rescript.exe 0x1.
|
|
9
|
+
/home/manu/src/kaiko/rescript-deser/node_modules/rescript/linux/rescript.exe 0x1.a0f1eb2331822p+30
|
package/lib/bs/.compiler.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#Start(
|
|
2
|
-
#Done(
|
|
1
|
+
#Start(1748794171703)
|
|
2
|
+
#Done(1748794171704)
|
package/lib/bs/.ninja_log
CHANGED
|
@@ -29,3 +29,17 @@
|
|
|
29
29
|
29 43 1732889720608155890 tests/index.cmi 1492142736e6fe59
|
|
30
30
|
29 43 1732889720608155890 ../es6/tests/index.js 1492142736e6fe59
|
|
31
31
|
29 43 1732889720608155890 ../js/tests/index.js 1492142736e6fe59
|
|
32
|
+
1 10 1748794057621698671 src/Deser.ast 60777bbe51986b3b
|
|
33
|
+
1 12 1732888969609093921 tests/QUnit.cmj 61e1b54782097a96
|
|
34
|
+
1 12 1732888969609093921 tests/QUnit.cmi 61e1b54782097a96
|
|
35
|
+
1 12 1732888969609093921 ../es6/tests/QUnit.js 61e1b54782097a96
|
|
36
|
+
1 12 1732888969609093921 ../js/tests/QUnit.js 61e1b54782097a96
|
|
37
|
+
10 12 1748794057621698671 src/Deser.d 691c816990b589e8
|
|
38
|
+
12 36 1748794057621698671 src/Deser.cmj 4b6956c2ed469aef
|
|
39
|
+
12 36 1748794057621698671 src/Deser.cmi 4b6956c2ed469aef
|
|
40
|
+
12 36 1748794057621698671 ../es6/src/Deser.js 4b6956c2ed469aef
|
|
41
|
+
12 36 1748794057621698671 ../js/src/Deser.js 4b6956c2ed469aef
|
|
42
|
+
36 52 1732889720608155890 tests/index.cmj 436d06e8f796c935
|
|
43
|
+
36 52 1732889720608155890 tests/index.cmi 436d06e8f796c935
|
|
44
|
+
36 52 1732889720608155890 ../es6/tests/index.js 436d06e8f796c935
|
|
45
|
+
36 52 1732889720608155890 ../js/tests/index.js 436d06e8f796c935
|
package/lib/bs/src/Deser.cmt
CHANGED
|
Binary file
|
package/lib/bs/tests/QUnit.cmt
CHANGED
|
Binary file
|
package/lib/bs/tests/index.cmt
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaiko.io/rescript-deser",
|
|
3
|
-
"version": "6.0.0
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"json",
|
|
6
6
|
"deserializer",
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
"README.md"
|
|
20
20
|
],
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"rescript": ">=
|
|
23
|
-
"
|
|
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
|
-
"
|
|
32
|
+
"vite": "^5.4.0"
|
|
33
33
|
}
|
|
34
34
|
}
|