@leverege/build-tools 2.46.0 → 2.46.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": "@leverege/build-tools",
3
- "version": "2.46.0",
3
+ "version": "2.46.1",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -14,6 +14,13 @@ BASE_NODE_IMAGE="${BASE_NODE_IMAGE:-iron-alpine}" # node 20, iron
14
14
 
15
15
  # Load common bash functions
16
16
  . `build-tools --bashfun`
17
+ cat<<DEPRECATED_TOOL
18
+
19
+ `color y "***DEPRECATED docker-to-registry.sh - upgrade to docker-to-registry.mjs***"`
20
+
21
+ DEPRECATED_TOOL
22
+ sleep 3
23
+
17
24
  PKGTOP="$npm_config_local_prefix"
18
25
  cd $PKGTOP/docker
19
26
 
package/src/dockreate.sh CHANGED
@@ -8,6 +8,13 @@ fi
8
8
 
9
9
  # Load common bash functions
10
10
  . `build-tools --bashfun`
11
+ cat<<DOCKREATE_DEPRECATED
12
+
13
+ `color y "***DOCKREATE is DEPRECATED - move to docker-to-registry***"`
14
+
15
+ DOCKREATE_DEPRECATED
16
+ sleep 3
17
+
11
18
  PKGTOP="$npm_config_local_prefix"
12
19
  cd $PKGTOP/docker
13
20