ztechno_core 0.0.104 → 0.0.105

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/lib/index.d.ts CHANGED
@@ -6,9 +6,5 @@ import { ZTranslateService } from './translate_service';
6
6
  import { ZUserService } from './user_service';
7
7
  export { middleware } from './express';
8
8
  export * from './typings';
9
- export * from './scripts/docker-update';
10
- export * from './scripts/docker-build';
11
- export * from './scripts/docker-push';
12
- export * from './scripts/docker-publish';
13
9
  export * from './schema';
14
10
  export { ZEngineBase, ZCryptoService, ZMailService, ZSQLService, ZTranslateService, ZUserService };
package/lib/index.js CHANGED
@@ -87,10 +87,5 @@ Object.defineProperty(exports, 'middleware', {
87
87
  });
88
88
  // Re-export all types from typings barrel
89
89
  __exportStar(require('./typings'), exports);
90
- // Re-export specific scripts
91
- __exportStar(require('./scripts/docker-update'), exports);
92
- __exportStar(require('./scripts/docker-build'), exports);
93
- __exportStar(require('./scripts/docker-push'), exports);
94
- __exportStar(require('./scripts/docker-publish'), exports);
95
90
  // Re-export all schema-related modules
96
91
  __exportStar(require('./schema'), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztechno_core",
3
- "version": "0.0.104",
3
+ "version": "0.0.105",
4
4
  "description": "Core files for ztechno framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -20,12 +20,6 @@
20
20
  "postversion": "git push && git push --tags",
21
21
  "update": "npm run build && npm version patch && npm publish"
22
22
  },
23
- "bin": {
24
- "ztechno-docker-update": "lib/scripts/docker-update.js",
25
- "ztechno-docker-build": "lib/scripts/docker-build.js",
26
- "ztechno-docker-push": "lib/scripts/docker-push.js",
27
- "ztechno-docker-publish": "lib/scripts/docker-publish.js"
28
- },
29
23
  "keywords": [
30
24
  "ztechno",
31
25
  "core",