@decimalturn/toml-patch 0.3.8 → 0.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decimalturn/toml-patch",
3
- "version": "0.3.8",
3
+ "version": "0.4.1",
4
4
  "contributors": [
5
5
  "Tim Hall <tim.hall.engr@gmail.com>",
6
6
  "Martin Leduc <31558169+DecimalTurn@users.noreply.github.com>"
@@ -29,7 +29,10 @@
29
29
  "browser": "dist/toml-patch.umd.min.js",
30
30
  "types": "dist/toml-patch.d.ts",
31
31
  "scripts": {
32
+ "dev": "npm run typecheck && npm run build && npm-run-all2 --parallel test:all specs",
32
33
  "test": "jest",
34
+ "test:js": "jest src/__tests__/__js__ --testRegex=\"/__tests__/.*\\.[jt]sx?$\"",
35
+ "test:all": "npm run test && npm run test:js",
33
36
  "typecheck": "tsc",
34
37
  "specs": "jest --config specs.config.js",
35
38
  "benchmark": "npm-run-all2 bench:*",
@@ -40,7 +43,7 @@
40
43
  "prepublishOnly": "npm run build"
41
44
  },
42
45
  "devDependencies": {
43
- "@decimalturn/toml-patch": "npm:@decimalturn/toml-patch@0.3.7",
46
+ "@decimalturn/toml-patch": "npm:@decimalturn/toml-patch@0.3.8",
44
47
  "@rollup/plugin-terser": "^0.4.4",
45
48
  "@rollup/plugin-typescript": "^12.1.2",
46
49
  "@types/dedent": "^0.7.2",
@@ -48,13 +51,13 @@
48
51
  "@types/js-yaml": "^4.0.0",
49
52
  "benchmark": "^2",
50
53
  "dedent": "^1.5.3",
51
- "glob": "^11.0.0",
54
+ "glob": "^13.0.0",
52
55
  "jest": "^30.0.0",
53
56
  "js-yaml": "^4.0.0",
54
57
  "mri": "^1",
55
58
  "npm-run-all2": "^8.0.0",
56
59
  "rimraf": "^6.0.0",
57
- "rollup": "^4.38.0",
60
+ "rollup": ">=4.0.0 <4.53.0 || >4.53.0",
58
61
  "rollup-plugin-dts": "^6.2.1",
59
62
  "rollup-plugin-filesize": "^10",
60
63
  "ts-jest": "^29",
@@ -64,7 +67,7 @@
64
67
  "jest": {
65
68
  "testEnvironment": "node",
66
69
  "preset": "ts-jest",
67
- "testRegex": "/__tests__/.*\\.[jt]sx?$",
70
+ "testRegex": "/__tests__/(?!__js__).*\\.[jt]sx?$",
68
71
  "snapshotFormat": {
69
72
  "escapeString": true,
70
73
  "printBasicPrototype": true