tnp-core 18.0.64 → 19.0.0

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 (65) hide show
  1. package/README.md +20 -20
  2. package/assets/shared/shared_folder_info.txt +1 -1
  3. package/browser/README.md +24 -24
  4. package/browser/esm2022/lib/core-models.mjs +1 -1
  5. package/browser/fesm2022/tnp-core.mjs.map +1 -1
  6. package/browser/lib/core-models.d.ts +1 -1
  7. package/cli.backend.js +2 -2
  8. package/cli.backend.js.map +1 -1
  9. package/client/README.md +24 -24
  10. package/client/esm2022/lib/core-models.mjs +1 -1
  11. package/client/fesm2022/tnp-core.mjs.map +1 -1
  12. package/client/lib/core-models.d.ts +1 -1
  13. package/firedev.jsonc +67 -0
  14. package/index.js.map +1 -1
  15. package/lib/build-info._auto-generated_.js.map +1 -1
  16. package/lib/command-exists.js.map +1 -1
  17. package/lib/core-cli.js.map +1 -1
  18. package/lib/core-config.js.map +1 -1
  19. package/lib/core-imports.js.map +1 -1
  20. package/lib/core-models.d.ts +1 -1
  21. package/lib/core-models.js.map +1 -1
  22. package/lib/framework-name.js.map +1 -1
  23. package/lib/helpers-isomorphic.js.map +1 -1
  24. package/lib/helpers-messages.js.map +1 -1
  25. package/lib/helpers.js.map +1 -1
  26. package/lib/index._auto-generated_.js.map +1 -1
  27. package/lib/index.js.map +1 -1
  28. package/lib/node-chalk-mock.js +2 -2
  29. package/lib/node-chalk-mock.js.map +1 -1
  30. package/lib/node-path-mock.js +2 -2
  31. package/lib/node-path-mock.js.map +1 -1
  32. package/lib/progress-data.js.map +1 -1
  33. package/lib/public-api.js.map +1 -1
  34. package/lib/required-global-npm-packages.js.map +1 -1
  35. package/lib/required.d.ts +44 -0
  36. package/lib/required.js +76 -0
  37. package/lib/required.js.map +1 -0
  38. package/lib/utils.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 +3 -3
  42. package/taon.jsonc +56 -0
  43. package/tmp-environment.json +3 -3
  44. package/websql/README.md +24 -24
  45. package/websql/esm2022/lib/core-models.mjs +1 -1
  46. package/websql/fesm2022/tnp-core.mjs.map +1 -1
  47. package/websql/lib/core-models.d.ts +1 -1
  48. package/env.d.ts +0 -2
  49. package/environments/angular-node-app/env.angular-node-app.__.d.ts +0 -3
  50. package/environments/angular-node-app/env.angular-node-app.dev.d.ts +0 -3
  51. package/environments/angular-node-app/env.angular-node-app.localhost.d.ts +0 -3
  52. package/environments/angular-node-app/env.angular-node-app.prod.d.ts +0 -3
  53. package/environments/angular-node-app/env.angular-node-app.stage.d.ts +0 -3
  54. package/environments/docs-webapp/env.docs-webapp.__.d.ts +0 -3
  55. package/environments/electron-app/env.electron-app.__.d.ts +0 -3
  56. package/environments/electron-app/env.electron-app.prod.d.ts +0 -3
  57. package/environments/mobile-app/env.mobile-app.__.d.ts +0 -3
  58. package/environments/mobile-app/env.mobile-app.prod.d.ts +0 -3
  59. package/environments/npm-lib-and-cli-tool/env.npm-lib-and-cli-tool.__.d.ts +0 -3
  60. package/environments/npm-lib-and-cli-tool/env.npm-lib-and-cli-tool.prod.d.ts +0 -3
  61. package/environments/vscode-plugin/env.vscode-plugin.__.d.ts +0 -6
  62. package/environments/vscode-plugin/env.vscode-plugin.prod.d.ts +0 -4
  63. package/lib/deep/hello-world.d.ts +0 -0
  64. package/lib/deep/hello-world.js +0 -2
  65. package/lib/deep/hello-world.js.map +0 -1
@@ -103,7 +103,7 @@ export declare namespace CoreModels {
103
103
  * @deprecated
104
104
  */
105
105
  export type UIFramework = 'bootstrap' | 'material' | 'ionic';
106
- export type FrameworkVersion = 'v1' | 'v2' | 'v3' | 'v4' | 'v16' | 'v18' | 'v20';
106
+ export type FrameworkVersion = 'v1' | 'v2' | 'v3' | 'v4' | 'v16' | 'v18' | 'v19' | 'v20' | 'v21' | 'v22';
107
107
  export type CutableFileExt = 'scss' | 'css' | 'less' | 'sass' | 'html' | 'ts' | 'tsx' | 'js';
108
108
  export type ImageFileExtension = 'jpg' | 'jpeg' | 'png' | 'svg';
109
109
  export const ImageFileExtensionArr: CoreModels.ImageFileExtension[];
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;
File without changes
@@ -1,2 +0,0 @@
1
- fun;
2
- //# sourceMappingURL=hello-world.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hello-world.js","sourceRoot":"","sources":["/Users/dfilipiak/npm/taon-dev/tnp-core/src/lib/deep/hello-world.ts"],"names":[],"mappings":"AAAO,GAAG,CAAA"}