lhcb-ntuple-wizard-test 1.1.5 → 1.1.6
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.
|
@@ -22,9 +22,7 @@ var _transformers = require("@xenova/transformers");
|
|
|
22
22
|
_transformers.env.allowLocalModels = false;
|
|
23
23
|
_transformers.env.useBrowserCache = false;
|
|
24
24
|
// Create a new worker
|
|
25
|
-
const worker = new Worker(new URL("./worker.jsx", import.meta.url)
|
|
26
|
-
type: "module"
|
|
27
|
-
});
|
|
25
|
+
const worker = new Worker(new URL("./worker.jsx", import.meta.url));
|
|
28
26
|
/**
|
|
29
27
|
* @type {function}
|
|
30
28
|
* Promise resolve function for loading the model
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lhcb-ntuple-wizard-test",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "An application to access large-scale open data from LHCb",
|
|
5
5
|
"url": "https://gitlab.cern.ch/lhcb-dpa/wp6-analysis-preservation-and-open-data/lhcb-ntuple-wizard-frontend/issues",
|
|
6
6
|
"private": false,
|
|
7
|
-
"type": "module",
|
|
8
7
|
"main": "dist/index.js",
|
|
9
8
|
"module": "dist/index.js",
|
|
10
9
|
"files": [
|