@linkurious/ogma-linkurious-parser 4.3.2 → 4.3.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linkurious/ogma-linkurious-parser",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "author": "Linkurious SAS",
5
5
  "description": "Parse and load a Linkurious visualization in Ogma with one line of code ",
6
6
  "files": [
@@ -15,7 +15,7 @@
15
15
  "module": "./dist/index.mjs",
16
16
  "types": "./dist/index.d.ts",
17
17
  "engines": {
18
- "node": "24.13.0",
18
+ "node": "24.14.1",
19
19
  "npm": "^11.6.1"
20
20
  },
21
21
  "exports": {
@@ -29,23 +29,13 @@
29
29
  "build": "npm run compile && npm run build:bundle",
30
30
  "compile": "tsc --emitDeclarationOnly",
31
31
  "build:bundle": "vite build",
32
+ "clean": "rm -rf node_modules dist .nyc_output",
32
33
  "test": "mocha -r tsx tests/**/*.spec.ts",
33
- "test:unit": "nyc --reporter=text-summary --reporter=cobertura --report-dir=reports mocha -r tsx --reporter mocha-multi-reporters --reporter-options configFile=.test-reporters.json tests/**/*.spec.ts",
34
- "clean": "rm -rf node_modules; rm -rf package-lock.json; rm -rf dist",
34
+ "test:unit": "mocha -r tsx --reporter mocha-multi-reporters --reporter-options configFile=.test-reporters.json tests/**/*.spec.ts",
35
+ "coverage": "nyc --reporter=text-summary --reporter=cobertura --report-dir=../../reports/ogma-linkurious-parser npm run test:unit",
35
36
  "lint": "eslint --fix --ext .ts .",
36
- "lint:ci": "eslint -f checkstyle -o reports/checkstyle.xml --ext .ts .",
37
- "latest:develop-lts": "npm_config_save_prefix='~' npm install @linkurious/rest-client@lk-develop-lts",
38
- "latest:develop-maintenance": "npm_config_save_prefix='~' npm install @linkurious/rest-client@lk-develop-maintenance",
39
- "latest:develop-stable": "npm_config_save_prefix='~' npm install @linkurious/rest-client@lk-develop-stable",
40
- "latest:develop": "npm_config_save_prefix='~' npm install @linkurious/rest-client@lk-develop",
41
- "latest:develop-next": "npm_config_save_prefix='~' npm install @linkurious/rest-client@lk-develop-next",
42
- "latest:master-maintenance": "npm install --save-exact @linkurious/rest-client@lk-master-maintenance",
43
- "latest:master-stable": "npm install --save-exact @linkurious/rest-client@lk-master-stable",
44
- "latest:master": "npm install --save-exact @linkurious/rest-client@lk-master",
45
- "latest:generic": "npm install --save-exact @linkurious/rest-client@${npm_config_lk_tag}",
46
- "bump:patch": "bump2version patch && npm version --no-git-tag-version patch",
47
- "bump:minor": "bump2version minor && npm version --no-git-tag-version minor",
48
- "bump:major": "bump2version major && npm version --no-git-tag-version major"
37
+ "lint:ci": "eslint --cache --cache-strategy content -f checkstyle -o reports/checkstyle.xml --ext .ts .",
38
+ "latest:generic": "npm install @linkurious/rest-client@${npm_config_lk_tag}"
49
39
  },
50
40
  "repository": {
51
41
  "type": "git",
@@ -59,11 +49,11 @@
59
49
  "sha1": "1.1.1"
60
50
  },
61
51
  "peerDependencies": {
62
- "@linkurious/ogma": "5.3.11"
52
+ "@linkurious/ogma": "5.3.12"
63
53
  },
64
54
  "devDependencies": {
65
- "@linkurious/ogma": "5.3.11",
66
- "@linkurious/rest-client": "4.3.2",
55
+ "@linkurious/ogma": "5.3.12",
56
+ "@linkurious/rest-client": "4.3.3",
67
57
  "@types/chai": "4.2.17",
68
58
  "@types/lodash": "4.14.182",
69
59
  "@types/mocha": "5.2.7",