@m2c2kit/build-helpers 0.3.31 → 0.3.32

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -20275,8 +20275,8 @@ function requireRe () {
20275
20275
 
20276
20276
  // ## Pre-release Version Identifier
20277
20277
  // A numeric identifier, or a non-numeric identifier.
20278
- // Non-numberic identifiers include numberic identifiers but can be longer.
20279
- // Therefore non-numberic identifiers must go first.
20278
+ // Non-numeric identifiers include numeric identifiers but can be longer.
20279
+ // Therefore non-numeric identifiers must go first.
20280
20280
 
20281
20281
  createToken('PRERELEASEIDENTIFIER', `(?:${src[t.NONNUMERICIDENTIFIER]
20282
20282
  }|${src[t.NUMERICIDENTIFIER]})`);
@@ -20972,7 +20972,7 @@ function requireDiff () {
20972
20972
  return prefix + 'patch'
20973
20973
  }
20974
20974
 
20975
- // high and low are preleases
20975
+ // high and low are prereleases
20976
20976
  return 'prerelease'
20977
20977
  };
20978
20978
 
@@ -22531,7 +22531,7 @@ function requireSubset () {
22531
22531
  // - If LT
22532
22532
  // - If LT.semver is greater than any < or <= comp in C, return false
22533
22533
  // - If LT is <=, and LT.semver does not satisfy every C, return false
22534
- // - If GT.semver has a prerelease, and not in prerelease mode
22534
+ // - If LT.semver has a prerelease, and not in prerelease mode
22535
22535
  // - If no C has a prerelease and the LT.semver tuple, return false
22536
22536
  // - Else return true
22537
22537
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m2c2kit/build-helpers",
3
- "version": "0.3.31",
3
+ "version": "0.3.32",
4
4
  "description": "Utility functions for building m2c2kit apps",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -15,7 +15,7 @@
15
15
  "dist/index.d.ts"
16
16
  ],
17
17
  "devDependencies": {
18
- "@rollup/plugin-commonjs": "29.0.0",
18
+ "@rollup/plugin-commonjs": "29.0.2",
19
19
  "@rollup/plugin-json": "6.1.0",
20
20
  "@rollup/plugin-node-resolve": "16.0.3",
21
21
  "@rollup/plugin-replace": "6.0.3",
@@ -24,14 +24,14 @@
24
24
  "@types/semver": "7.7.1",
25
25
  "cpy": "10.1.0",
26
26
  "findup-sync": "5.0.0",
27
- "fs-extra": "11.3.3",
27
+ "fs-extra": "11.3.4",
28
28
  "magic-string": "0.30.21",
29
- "rimraf": "6.1.2",
30
- "rollup": "4.57.0",
29
+ "rimraf": "6.1.3",
30
+ "rollup": "4.59.0",
31
31
  "rollup-plugin-copy": "3.5.0",
32
32
  "rollup-plugin-dts": "6.3.0",
33
33
  "rollup-plugin-esbuild": "6.2.1",
34
- "semver": "7.7.3",
34
+ "semver": "7.7.4",
35
35
  "typescript": "5.9.3"
36
36
  },
37
37
  "scripts": {
@@ -60,6 +60,6 @@
60
60
  "resolve": "1.22.11"
61
61
  },
62
62
  "engines": {
63
- "node": ">=18"
63
+ "node": ">=22"
64
64
  }
65
65
  }