pkgbld 1.29.3 → 1.29.4

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.mjs +2 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -912,7 +912,7 @@ async function writeJson(path, json) {
912
912
  await fs.writeFile(path, toFormattedJson(json));
913
913
  }
914
914
 
915
- var version = "1.29.3";
915
+ var version = "1.29.4";
916
916
  var name = "pkgbld";
917
917
  var license = "MIT";
918
918
  var author = "Konstantin Shutkin";
@@ -975,7 +975,7 @@ var devDependencies = {
975
975
  xc6: "workspace:*"
976
976
  };
977
977
  var peerDependencies = {
978
- typescript: "^5.3.3"
978
+ typescript: ">=5.3.3"
979
979
  };
980
980
  var pkgbldPkg = {
981
981
  version: version,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.29.3",
2
+ "version": "1.29.4",
3
3
  "name": "pkgbld",
4
4
  "license": "MIT",
5
5
  "author": "Konstantin Shutkin",
@@ -49,6 +49,6 @@
49
49
  "jsonata": "^2.0.4"
50
50
  },
51
51
  "peerDependencies": {
52
- "typescript": "^5.3.3"
52
+ "typescript": ">=5.3.3"
53
53
  }
54
54
  }