lhcb-ntuple-wizard-test 1.1.11 → 1.1.13

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.
@@ -1,11 +1,5 @@
1
1
  "use strict";
2
2
 
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.calcCosSim = calcCosSim;
7
- exports.embed = embed;
8
- exports.readJsonFile = readJsonFile;
9
3
  var _transformers = require("@xenova/transformers");
10
4
  /*****************************************************************************\
11
5
  * (c) Copyright 2024 CERN for the benefit of the LHCb Collaboration *
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "lhcb-ntuple-wizard-test",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
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",
7
8
  "main": "dist/index.js",
8
9
  "module": "dist/index.js",
9
10
  "files": [