motely-node 2.2.3 → 3.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 +10 -10
- package/_framework/Motely.8y5rvfuai3.wasm +0 -0
- package/_framework/Motely.SingleThread.tnxmlx0rs7.wasm +0 -0
- package/_framework/{System.Private.CoreLib.t6vylij0to.wasm → System.Private.CoreLib.q31xygua1s.wasm} +0 -0
- package/_framework/dotnet.js +11 -11
- package/_framework/{dotnet.native.ws3tq8jgzv.wasm → dotnet.native.f4wynpy50s.wasm} +0 -0
- package/index.cjs +3 -0
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/jaml-schema.d.ts +12 -0
- package/jaml-schema.js +3284 -0
- package/jaml.schema.json +1267 -115
- package/package.json +11 -4
- package/_framework/Motely.80zooe1g1b.wasm +0 -0
- package/_framework/Motely.80zooe1g1b.wasm.br +0 -0
- package/_framework/Motely.80zooe1g1b.wasm.gz +0 -0
- package/_framework/Motely.SingleThread.qdb6metss2.wasm +0 -0
- package/_framework/Motely.SingleThread.qdb6metss2.wasm.br +0 -0
- package/_framework/Motely.SingleThread.qdb6metss2.wasm.gz +0 -0
- package/_framework/System.Collections.Concurrent.ayp51emk7f.wasm.br +0 -0
- package/_framework/System.Collections.Concurrent.ayp51emk7f.wasm.gz +0 -0
- package/_framework/System.Collections.tt425i6ify.wasm.br +0 -0
- package/_framework/System.Collections.tt425i6ify.wasm.gz +0 -0
- package/_framework/System.ComponentModel.Primitives.fjv77ljto2.wasm.br +0 -0
- package/_framework/System.ComponentModel.Primitives.fjv77ljto2.wasm.gz +0 -0
- package/_framework/System.Console.a5h4vm85mj.wasm.br +0 -0
- package/_framework/System.Console.a5h4vm85mj.wasm.gz +0 -0
- package/_framework/System.IO.Pipelines.dvb53mk2zg.wasm.br +0 -0
- package/_framework/System.IO.Pipelines.dvb53mk2zg.wasm.gz +0 -0
- package/_framework/System.Linq.x3bjseuxl8.wasm.br +0 -0
- package/_framework/System.Linq.x3bjseuxl8.wasm.gz +0 -0
- package/_framework/System.Memory.tf17uamb4m.wasm.br +0 -0
- package/_framework/System.Memory.tf17uamb4m.wasm.gz +0 -0
- package/_framework/System.ObjectModel.8ksm30ll2f.wasm.br +0 -0
- package/_framework/System.ObjectModel.8ksm30ll2f.wasm.gz +0 -0
- package/_framework/System.Private.CoreLib.t6vylij0to.wasm.br +0 -0
- package/_framework/System.Private.CoreLib.t6vylij0to.wasm.gz +0 -0
- package/_framework/System.Private.Uri.vf3uyjlk4r.wasm.br +0 -0
- package/_framework/System.Private.Uri.vf3uyjlk4r.wasm.gz +0 -0
- package/_framework/System.Runtime.InteropServices.JavaScript.4jnkqxblyl.wasm.br +0 -0
- package/_framework/System.Runtime.InteropServices.JavaScript.4jnkqxblyl.wasm.gz +0 -0
- package/_framework/System.Text.Encodings.Web.ha1lyoz09i.wasm.br +0 -0
- package/_framework/System.Text.Encodings.Web.ha1lyoz09i.wasm.gz +0 -0
- package/_framework/System.Text.Json.ad1y3qs7i4.wasm.br +0 -0
- package/_framework/System.Text.Json.ad1y3qs7i4.wasm.gz +0 -0
- package/_framework/System.Text.RegularExpressions.n5mf3b24ec.wasm.br +0 -0
- package/_framework/System.Text.RegularExpressions.n5mf3b24ec.wasm.gz +0 -0
- package/_framework/System.Threading.8wct646wp9.wasm.br +0 -0
- package/_framework/System.Threading.8wct646wp9.wasm.gz +0 -0
- package/_framework/YamlDotNet.b2a7su70z1.wasm.br +0 -0
- package/_framework/YamlDotNet.b2a7su70z1.wasm.gz +0 -0
- package/_framework/dotnet.js.br +0 -0
- package/_framework/dotnet.js.gz +0 -0
- package/_framework/dotnet.native.2rnmjvcnrv.js.br +0 -0
- package/_framework/dotnet.native.2rnmjvcnrv.js.gz +0 -0
- package/_framework/dotnet.native.ws3tq8jgzv.wasm.br +0 -0
- package/_framework/dotnet.native.ws3tq8jgzv.wasm.gz +0 -0
- package/_framework/dotnet.runtime.q5rqv3xrhm.js.br +0 -0
- package/_framework/dotnet.runtime.q5rqv3xrhm.js.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "motely-node",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "MotelyJAML for Node.js/V8 - Balatro seed analyzer and JAML filter engine using .NET WASM",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"import": "./index.js",
|
|
12
12
|
"require": "./index.cjs"
|
|
13
13
|
},
|
|
14
|
+
"./jaml-schema": {
|
|
15
|
+
"types": "./jaml-schema.d.ts",
|
|
16
|
+
"import": "./jaml-schema.js"
|
|
17
|
+
},
|
|
14
18
|
"./jaml.schema.json": "./jaml.schema.json"
|
|
15
19
|
},
|
|
16
20
|
"files": [
|
|
@@ -18,6 +22,8 @@
|
|
|
18
22
|
"index.js",
|
|
19
23
|
"index.cjs",
|
|
20
24
|
"index.d.ts",
|
|
25
|
+
"jaml-schema.js",
|
|
26
|
+
"jaml-schema.d.ts",
|
|
21
27
|
"README.md",
|
|
22
28
|
"jaml.schema.json"
|
|
23
29
|
],
|
|
@@ -53,9 +59,10 @@
|
|
|
53
59
|
"esbuild": "^0.24.0"
|
|
54
60
|
},
|
|
55
61
|
"scripts": {
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
62
|
+
"generate:jaml-schema": "dotnet run --project ../Motely.CLI/Motely.CLI.csproj -- --write-jaml-schema",
|
|
63
|
+
"build": "npm run generate:jaml-schema && tsc && esbuild index.js --outfile=index.cjs --format=cjs --platform=node --banner:js=\"const import_meta_url=require('url').pathToFileURL(__filename).href;\" --define:import.meta.url=import_meta_url",
|
|
64
|
+
"stage-framework": "node ../stage-packages.mjs node",
|
|
65
|
+
"prepublishOnly": "npm run build && npm run stage-framework",
|
|
59
66
|
"prove": "node prove-node.mjs && node -e \"console.log(require('fs').readFileSync('prove-node-result.txt','utf8'))\""
|
|
60
67
|
}
|
|
61
68
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/_framework/dotnet.js.br
DELETED
|
Binary file
|
package/_framework/dotnet.js.gz
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|