@datapos/datapos-development 0.3.222 → 0.3.223

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.
@@ -7704,7 +7704,7 @@ async function Uh(e = !1) {
7704
7704
  try {
7705
7705
  Ne("Release Project");
7706
7706
  const t = await St("package.json");
7707
- await _r(t), await Lh(t), await Ae("1️⃣ Bundle project.", "vite", ["build"]), await _e("git", ["add", "."]), await _e("git", ["commit", "-m", `"v${t.version}"`]), await _e("git", ["push", "origin", "main:main"]), await Ae("", "npm", ["publish", "--access", "public"]), Ve(`Project version ${t.version} released.`);
7707
+ await _r(t), await Lh(t), await Ae("3️⃣ Bundle project.", "vite", ["build"]), await _e("git", ["add", "."]), await _e("git", ["commit", "-m", `"v${t.version}"`]), await _e("git", ["push", "origin", "main:main"]), await Ae("", "npm", ["publish", "--access", "public"]), Ve(`Project version ${t.version} released.`);
7708
7708
  } catch (t) {
7709
7709
  console.error("❌ Error releasing project.", t), process.exit(1);
7710
7710
  }
@@ -7728,12 +7728,12 @@ function qh() {
7728
7728
  }
7729
7729
  }
7730
7730
  async function Lh(e) {
7731
- We("Build project configuration");
7731
+ We("2️⃣ Build project configuration");
7732
7732
  const t = await St("config.json");
7733
7733
  e.name != null && (t.id = e.name.replace("@datapos/", "").replace("@data-positioning/", "")), e.version != null && (t.version = e.version), await di("config.json", t), console.info("✅ Configuration built.");
7734
7734
  }
7735
7735
  async function _r(e, t = "./") {
7736
- if (We("Bump project version"), e.version == null)
7736
+ if (We("1️⃣ Bump project version"), e.version == null)
7737
7737
  e.version = "0.0.001", console.warn(`⚠️ Project version initialised to ${e.version}.`), await di(`${t}package.json`, e);
7738
7738
  else {
7739
7739
  const i = e.version, s = e.version.split(".");
@@ -11,7 +11,7 @@ declare function uploadDirectoryToR2(sourceDirectory: string, uploadDirectory: s
11
11
  declare function uploadModuleConfigToDO(): Promise<void>;
12
12
  declare function uploadModuleToR2(uploadDirectoryPath: string): Promise<void>;
13
13
  export { buildConfig, buildConnectorConfig, buildContextConfig, buildPresenterConfig, buildPublicDirectoryIndex, sendDeploymentNotice, uploadDirectoryToR2, uploadModuleConfigToDO, uploadModuleToR2 };
14
- export { buildProject, releaseProject, syncProjectWithGitHub, testProject } from './operations/manageArtifact';
14
+ export { buildProject, releaseProject, syncProjectWithGitHub, testProject } from './operations/manageProject';
15
15
  export { auditDependencies } from './operations/auditDependencies';
16
16
  export { checkDependencies } from './operations/checkDependencies';
17
17
  export { documentDependencies } from './operations/documentDependencies';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-development",
3
- "version": "0.3.222",
3
+ "version": "0.3.223",
4
4
  "description": "A library of utilities for managing the Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Terrell <terrell.jm@gmail.com>",