@kaiko.io/rescript-deser 5.0.0 → 5.0.1

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/lib/bs/.bsdeps CHANGED
@@ -2,7 +2,7 @@
2
2
  /home/manu/src/kaiko/rescript-deser
3
3
  0
4
4
  0
5
- rescript.json 0x1.9683f1e3d1a58p+30
5
+ rescript.json 0x1.9ca88a0b3f476p+30
6
6
  tests 0x1.93fb8b23e3f01p+30
7
7
  src/ 0x1.9683f1e026f57p+30
8
8
  ===
@@ -1,2 +1,2 @@
1
- #Start(1730814547247)
2
- #Done(1730814547247)
1
+ #Start(1730814618733)
2
+ #Done(1730814618768)
package/lib/bs/.ninja_log CHANGED
@@ -17,3 +17,27 @@
17
17
  27 40 1730814327823868546 tests/index.cmi 2318094a30b68775
18
18
  27 40 1730814327823868546 ../es6/tests/index.js 2318094a30b68775
19
19
  27 40 1730814327823868546 ../js/tests/index.js 2318094a30b68775
20
+ 0 9 1730814327790534214 tests/QUnit.cmj bbb941b31c5437b8
21
+ 0 9 1730814327790534214 tests/QUnit.cmi bbb941b31c5437b8
22
+ 0 9 1730814327790534214 ../es6/tests/QUnit.js bbb941b31c5437b8
23
+ 0 9 1730814327790534214 ../js/tests/QUnit.js bbb941b31c5437b8
24
+ 0 19 1730814327790534214 src/JSON.cmj dde7600b09c15a91
25
+ 0 19 1730814327790534214 src/JSON.cmi dde7600b09c15a91
26
+ 0 19 1730814327790534214 ../es6/src/JSON.js dde7600b09c15a91
27
+ 0 19 1730814327790534214 ../js/src/JSON.js dde7600b09c15a91
28
+ 19 33 1730814327807201380 tests/index.cmj 417742d12a492c9c
29
+ 19 33 1730814327807201380 tests/index.cmi 417742d12a492c9c
30
+ 19 33 1730814327807201380 ../es6/tests/index.js 417742d12a492c9c
31
+ 19 33 1730814327807201380 ../js/tests/index.js 417742d12a492c9c
32
+ 0 9 1730814327790534214 tests/QUnit.cmj 2ff3910d4c2b9db9
33
+ 0 9 1730814327790534214 tests/QUnit.cmi 2ff3910d4c2b9db9
34
+ 0 9 1730814327790534214 ../es6/tests/QUnit.js 2ff3910d4c2b9db9
35
+ 0 9 1730814327790534214 ../js/tests/QUnit.js 2ff3910d4c2b9db9
36
+ 1 24 1730814327790534214 src/JSON.cmj 6ce2f96753b60cef
37
+ 1 24 1730814327790534214 src/JSON.cmi 6ce2f96753b60cef
38
+ 1 24 1730814327790534214 ../es6/src/JSON.js 6ce2f96753b60cef
39
+ 1 24 1730814327790534214 ../js/src/JSON.js 6ce2f96753b60cef
40
+ 24 35 1730814327807201380 tests/index.cmj 318bc4b129e02820
41
+ 24 35 1730814327807201380 tests/index.cmi 318bc4b129e02820
42
+ 24 35 1730814327807201380 ../es6/tests/index.js 318bc4b129e02820
43
+ 24 35 1730814327807201380 ../js/tests/index.js 318bc4b129e02820
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaiko.io/rescript-deser",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "keywords": [
5
5
  "json",
6
6
  "deserializer",
package/rescript.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "uncurried": true,
18
18
  "package-specs": [
19
19
  {
20
- "module": "es6"
20
+ "module": "esmodule"
21
21
  },
22
22
  {
23
23
  "module": "commonjs"