tnp-core 19.0.9 → 19.0.15

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 (43) hide show
  1. package/assets/shared/shared_folder_info.txt +1 -1
  2. package/browser/fesm2022/tnp-core.mjs +11 -0
  3. package/browser/fesm2022/tnp-core.mjs.map +1 -1
  4. package/browser/lib/core-models.d.ts +11 -0
  5. package/browser/package.json +1 -1
  6. package/cli.backend.js +2 -2
  7. package/client/fesm2022/tnp-core.mjs +11 -0
  8. package/client/fesm2022/tnp-core.mjs.map +1 -1
  9. package/client/lib/core-models.d.ts +11 -0
  10. package/client/package.json +1 -1
  11. package/lib/build-info._auto-generated_.d.ts +1 -1
  12. package/lib/build-info._auto-generated_.js +1 -1
  13. package/lib/build-info._auto-generated_.js.map +1 -1
  14. package/lib/core-models.d.ts +11 -0
  15. package/lib/core-models.js +11 -0
  16. package/lib/core-models.js.map +1 -1
  17. package/lib/helpers.d.ts +1 -1
  18. package/lib/node-chalk-mock.js +2 -2
  19. package/lib/node-path-mock.js +2 -2
  20. package/lib/required.d.ts +44 -0
  21. package/lib/required.js +76 -0
  22. package/lib/required.js.map +1 -0
  23. package/package.json +1 -1
  24. package/tmp-environment.json +4 -4
  25. package/websql/fesm2022/tnp-core.mjs +11 -0
  26. package/websql/fesm2022/tnp-core.mjs.map +1 -1
  27. package/websql/lib/core-models.d.ts +11 -0
  28. package/websql/package.json +1 -1
  29. package/env.d.ts +0 -2
  30. package/environments/angular-node-app/env.angular-node-app.__.d.ts +0 -3
  31. package/environments/angular-node-app/env.angular-node-app.dev.d.ts +0 -3
  32. package/environments/angular-node-app/env.angular-node-app.localhost.d.ts +0 -3
  33. package/environments/angular-node-app/env.angular-node-app.prod.d.ts +0 -3
  34. package/environments/angular-node-app/env.angular-node-app.stage.d.ts +0 -3
  35. package/environments/docs-webapp/env.docs-webapp.__.d.ts +0 -3
  36. package/environments/electron-app/env.electron-app.__.d.ts +0 -3
  37. package/environments/electron-app/env.electron-app.prod.d.ts +0 -3
  38. package/environments/mobile-app/env.mobile-app.__.d.ts +0 -3
  39. package/environments/mobile-app/env.mobile-app.prod.d.ts +0 -3
  40. package/environments/npm-lib-and-cli-tool/env.npm-lib-and-cli-tool.__.d.ts +0 -3
  41. package/environments/npm-lib-and-cli-tool/env.npm-lib-and-cli-tool.prod.d.ts +0 -3
  42. package/environments/vscode-plugin/env.vscode-plugin.__.d.ts +0 -6
  43. package/environments/vscode-plugin/env.vscode-plugin.prod.d.ts +0 -4
@@ -88,6 +88,17 @@ export declare namespace CoreModels {
88
88
  * Demonstration environment specifically configured for client presentations and demos.
89
89
  */
90
90
  DEMO: "demo";
91
+ /**
92
+ * Documentation environment for hosting and managing project documentation.
93
+ */
94
+ DOCS: "docs";
95
+ /**
96
+ * Demonstration environment ONLY html files, typically used for static pages or documentation.
97
+ * This environment is not intended for dynamic content or server-side processing.
98
+ * Perfect to github pages or similar.
99
+ * It is not intended for production use and should not be used for any critical applications or services.
100
+ */
101
+ STATIC_PAGES: "static-pages";
91
102
  /**
92
103
  * Continuous Integration environment used by CI/CD pipelines for automated builds and deployments.
93
104
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/websql",
3
- "version": "19.0.9",
3
+ "version": "19.0.15",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
package/env.d.ts DELETED
@@ -1,2 +0,0 @@
1
- declare const env: Partial<any>;
2
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,3 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions>;
3
- export default env;
@@ -1,6 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- declare const env: Partial<EnvOptions<EnvVSCodePaths>>;
3
- export default env;
4
- export interface EnvVSCodePaths {
5
- vscodeDeployPath?: string;
6
- }
@@ -1,4 +0,0 @@
1
- import type { EnvOptions } from 'tnp';
2
- import type { EnvVSCodePaths } from './env.vscode-plugin.__';
3
- declare const env: Partial<EnvOptions<EnvVSCodePaths>>;
4
- export default env;