@nu-art/build-and-install 0.204.1 → 0.204.2

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/package.json +3 -3
  2. package/phases/phases.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/build-and-install",
3
- "version": "0.204.1",
3
+ "version": "0.204.2",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "chokidar": "^3.6.0",
35
- "@nu-art/ts-common": "0.204.1_DEPENDENCY",
36
- "@nu-art/commando": "0.204.1_DEPENDENCY"
35
+ "@nu-art/ts-common": "~0.204.0",
36
+ "@nu-art/commando": "~0.204.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^18.0.0"
package/phases/phases.js CHANGED
@@ -18,7 +18,7 @@ const chokidar = require("chokidar");
18
18
  const consts_2 = require("../defaults/consts");
19
19
  const project_manager_1 = require("../project-manager");
20
20
  const CONST_ThunderstormVersionKey = 'THUNDERSTORM_SDK_VERSION';
21
- const CONST_ThunderstormDependencyKey = 'THUNDERSTORM_SDK_VERSION_DEPENDENCY';
21
+ const CONST_ThunderstormDependencyKey = 'THUNDERSTORM_DEPENDENCY_VERSION';
22
22
  const CONST_ProjectVersionKey = 'APP_VERSION';
23
23
  const CONST_ProjectDependencyKey = 'APP_VERSION_DEPENDENCY';
24
24
  const CONST_TS_Config = `tsconfig.json`;