tnp-config 19.0.33 → 19.0.34

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 (48) hide show
  1. package/README.md +17 -17
  2. package/browser/README.md +24 -24
  3. package/browser/fesm2022/tnp-config.mjs +196 -130
  4. package/browser/fesm2022/tnp-config.mjs.map +1 -1
  5. package/browser/lib/config.d.ts +9 -27
  6. package/browser/lib/constants.d.ts +171 -1
  7. package/browser/package.json +1 -1
  8. package/index.js.map +1 -1
  9. package/lib/build-info._auto-generated_.d.ts +1 -1
  10. package/lib/build-info._auto-generated_.js +1 -1
  11. package/lib/build-info._auto-generated_.js.map +1 -1
  12. package/lib/config.d.ts +13 -38
  13. package/lib/config.js +20 -220
  14. package/lib/config.js.map +1 -1
  15. package/lib/constants.d.ts +195 -0
  16. package/lib/constants.js +268 -1
  17. package/lib/constants.js.map +1 -1
  18. package/lib/env/env.angular-node-app.d.ts +6 -0
  19. package/lib/env/env.angular-node-app.js +8 -2
  20. package/lib/env/env.angular-node-app.js.map +1 -1
  21. package/lib/env/env.docs-webapp.d.ts +6 -0
  22. package/lib/env/env.docs-webapp.js +8 -2
  23. package/lib/env/env.docs-webapp.js.map +1 -1
  24. package/lib/env/env.electron-app.d.ts +6 -0
  25. package/lib/env/env.electron-app.js +8 -2
  26. package/lib/env/env.electron-app.js.map +1 -1
  27. package/lib/env/env.mobile-app.d.ts +6 -0
  28. package/lib/env/env.mobile-app.js +8 -2
  29. package/lib/env/env.mobile-app.js.map +1 -1
  30. package/lib/env/env.npm-lib-and-cli-tool.d.ts +6 -0
  31. package/lib/env/env.npm-lib-and-cli-tool.js +8 -2
  32. package/lib/env/env.npm-lib-and-cli-tool.js.map +1 -1
  33. package/lib/env/env.vscode-plugin.d.ts +6 -0
  34. package/lib/env/env.vscode-plugin.js +8 -2
  35. package/lib/env/env.vscode-plugin.js.map +1 -1
  36. package/lib/env/index.js.map +1 -1
  37. package/lib/index._auto-generated_.js.map +1 -1
  38. package/lib/index.js.map +1 -1
  39. package/migrations/index.js.map +1 -1
  40. package/migrations/migrations_index._auto-generated_.js.map +1 -1
  41. package/package.json +1 -1
  42. package/websql/README.md +24 -24
  43. package/websql/fesm2022/tnp-config.mjs +196 -130
  44. package/websql/fesm2022/tnp-config.mjs.map +1 -1
  45. package/websql/lib/config.d.ts +9 -27
  46. package/websql/lib/constants.d.ts +171 -1
  47. package/websql/package.json +1 -1
  48. package/tmp-environment.json +0 -39
@@ -1,4 +1,171 @@
1
1
  // @ts-nocheck
2
+ import type { CoreModels } from 'tnp-core/websql';
3
+ export declare const urlRepoTaon = "https://github.com/darekf77/taon.git";
4
+ export declare const GlobalLibTypeName: {};
5
+ export declare const LibTypeArr: CoreModels.LibType[];
6
+ export declare const CoreLibCategoryArr: CoreModels.CoreLibCategory[];
7
+ export declare const filesNotAllowedToClean: {};
8
+ export declare const fileName: {
9
+ _bowerrc: string;
10
+ bower_json: string;
11
+ controllers_ts: string;
12
+ entities_ts: string;
13
+ angular_json: string;
14
+ autob_actions_js: string;
15
+ local_config_js: string;
16
+ build_config_js: string;
17
+ local_config: string;
18
+ start_backend_ts: string;
19
+ result_packages_json: string;
20
+ build_info_generated_ts: string;
21
+ index_generated_ts: string;
22
+ docs_config_jsonc: string;
23
+ package_json: string;
24
+ taon_jsonc: string;
25
+ /**
26
+ * @deprecated
27
+ */
28
+ firedev_jsonc: string;
29
+ /**
30
+ * @deprecated
31
+ */
32
+ firedev_json: string;
33
+ /**
34
+ * @deprecated
35
+ */
36
+ package_json__tnp_json: string;
37
+ /**
38
+ * @deprecated
39
+ */
40
+ package_json__tnp_json5: string;
41
+ /**
42
+ * @deprecated
43
+ */
44
+ package_json__devDependencies_json: string;
45
+ /**
46
+ * @deprecated
47
+ */
48
+ devDependencies_json: string;
49
+ yarn_lock: string;
50
+ package_lock_json: string;
51
+ tnpEnvironment_json: string;
52
+ environment: string;
53
+ environment_js: string;
54
+ /**
55
+ * @deprecated
56
+ */
57
+ tmp_transaction_pid_txt: string;
58
+ manifest_webmanifest: string;
59
+ public_api_d_ts: string;
60
+ public_api_ts: string;
61
+ public_api: string;
62
+ _babelrc: string;
63
+ index: string;
64
+ index_d_ts: string;
65
+ index_ts: string;
66
+ index_js: string;
67
+ cli_js: string;
68
+ cli_ts: string;
69
+ index_js_map: string;
70
+ db_json: string;
71
+ db_for_tests_json: string;
72
+ /**
73
+ * @deprecated
74
+ */
75
+ tmpDockerImageId: string;
76
+ tmp_recent_json: string;
77
+ tmpIsomorphicPackagesJson: string;
78
+ tsconfig_json: string;
79
+ tsconfig_lib_json: string;
80
+ README_MD: string;
81
+ server_key: string;
82
+ server_cert: string;
83
+ server_chain_cert: string;
84
+ meta_config_md: string;
85
+ logo_png: string;
86
+ logo_svg: string;
87
+ ric_proj_json: string;
88
+ linked_projects_json: string;
89
+ };
90
+ export declare const tempFoldersName: {
91
+ vendor: string;
92
+ docs: string;
93
+ dist: string;
94
+ tmp: string;
95
+ tmpDistRelease: string;
96
+ tempSrc: string;
97
+ tempSrcDist: string;
98
+ previewDistApp: string;
99
+ preview: string;
100
+ browser: string;
101
+ websql: string;
102
+ _browser: string;
103
+ module: string;
104
+ backup: string;
105
+ node_modules: string;
106
+ local_release: string;
107
+ client: string;
108
+ tnp_tests_context: string;
109
+ tmpPackage: string;
110
+ tmpScenarios: string;
111
+ tmpTestsEnvironments: string;
112
+ testsEnvironments: string;
113
+ };
114
+ export declare const folderName: {
115
+ vendor: string;
116
+ docs: string;
117
+ dist: string;
118
+ tmp: string;
119
+ tmpDistRelease: string;
120
+ tempSrc: string;
121
+ tempSrcDist: string;
122
+ previewDistApp: string;
123
+ preview: string;
124
+ browser: string;
125
+ websql: string;
126
+ _browser: string;
127
+ module: string;
128
+ backup: string;
129
+ node_modules: string;
130
+ local_release: string;
131
+ client: string;
132
+ tnp_tests_context: string;
133
+ tmpPackage: string;
134
+ tmpScenarios: string;
135
+ tmpTestsEnvironments: string;
136
+ testsEnvironments: string;
137
+ scripts: string;
138
+ scenarios: string;
139
+ bower: string;
140
+ src: string;
141
+ out: string;
142
+ app: string;
143
+ lib: string;
144
+ libraries: string;
145
+ libs: string;
146
+ source: string;
147
+ custom: string;
148
+ migrations: string;
149
+ components: string;
150
+ assets: string;
151
+ generated: string;
152
+ apps: string;
153
+ shared: string;
154
+ container: string;
155
+ bin: string;
156
+ _bin: string;
157
+ _vscode: string;
158
+ project: string;
159
+ projects: string;
160
+ external: string;
161
+ tmpDist: string;
162
+ tmpFor(d: CoreModels.OutFolder): string;
163
+ targetProjects: {
164
+ DEFAULT_PATH_GENERATED: string;
165
+ DEFAULT_PATH_ORIGINS: string;
166
+ };
167
+ };
168
+ export declare const areTrustedForPatchUpdate: any[];
2
169
  export declare const extAllowedToExportAndReplaceTSJSCodeFiles: string[];
3
170
  export declare const extTemplatesFiles: string[];
4
171
  export declare const extForSassLikeFiles: string[];
@@ -51,4 +218,7 @@ declare let HOST_FILE_PATH: string;
51
218
  export { HOST_FILE_PATH };
52
219
  export declare namespace FilesNames {
53
220
  const tmpLastSelectedJsonFile = "tmp-last-selected.json";
54
- }
221
+ }
222
+ export declare const baseTaonDevProjectsNames: string[];
223
+ export declare const notAllowedNames: string[];
224
+ export declare const notAllowedProjectNames: string[];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-config/websql",
3
- "version": "19.0.33",
3
+ "version": "19.0.34",
4
4
  "module": "fesm2022/tnp-config.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,39 +0,0 @@
1
- {
2
- "website": {
3
- "domain": "tnp-config.example.domain.com",
4
- "title": "Tnp Config"
5
- },
6
- "paths": {},
7
- "config": {},
8
- "container": {
9
- "only": []
10
- },
11
- "ports": {},
12
- "init": {},
13
- "build": {
14
- "pwa": {},
15
- "watch": false
16
- },
17
- "loading": {
18
- "preAngularBootstrap": {},
19
- "afterAngularBootstrap": {}
20
- },
21
- "release": {
22
- "cli": {},
23
- "lib": {},
24
- "autoReleaseUsingConfig": true,
25
- "releaseVersionBumpType": "patch",
26
- "releaseType": "manual",
27
- "targetArtifact": "npm-lib-and-cli-tool",
28
- "envName": "__",
29
- "resolvedNewVersion": "19.0.25"
30
- },
31
- "copyToManager": {},
32
- "buildInfo": {
33
- "date": "2025-05-29T20:31:50.000Z",
34
- "hash": "79a5ce62486fd5a52befc00fc54a1b4680bf5068"
35
- },
36
- "currentProjectName": "tnp-config",
37
- "currentProjectType": "isomorphic-lib",
38
- "pathsTsconfig": "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"tnp-config/src\":[\"./src/lib\"],\"tnp-config/src/*\":[\"./src/lib/*\"]},"
39
- }