tnp-core 19.0.38 → 19.0.41

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 (58) hide show
  1. package/README.md +20 -20
  2. package/browser/README.md +24 -24
  3. package/browser/fesm2022/tnp-core.mjs.map +1 -1
  4. package/browser/package.json +1 -1
  5. package/cli.backend.js +2 -2
  6. package/cli.backend.js.map +1 -1
  7. package/index.js.map +1 -1
  8. package/lib/build-info._auto-generated_.d.ts +2 -1
  9. package/lib/build-info._auto-generated_.js +3 -2
  10. package/lib/build-info._auto-generated_.js.map +1 -1
  11. package/lib/command-exists.js.map +1 -1
  12. package/lib/core-cli.js.map +1 -1
  13. package/lib/core-config.js.map +1 -1
  14. package/lib/core-imports.js +1 -0
  15. package/lib/core-imports.js.map +1 -1
  16. package/lib/core-models.js.map +1 -1
  17. package/lib/env/env.angular-node-app.d.ts +49 -0
  18. package/lib/env/env.angular-node-app.js +51 -1
  19. package/lib/env/env.angular-node-app.js.map +1 -1
  20. package/lib/env/env.docs-webapp.d.ts +49 -0
  21. package/lib/env/env.docs-webapp.js +51 -1
  22. package/lib/env/env.docs-webapp.js.map +1 -1
  23. package/lib/env/env.electron-app.d.ts +49 -0
  24. package/lib/env/env.electron-app.js +51 -1
  25. package/lib/env/env.electron-app.js.map +1 -1
  26. package/lib/env/env.mobile-app.d.ts +49 -0
  27. package/lib/env/env.mobile-app.js +51 -1
  28. package/lib/env/env.mobile-app.js.map +1 -1
  29. package/lib/env/env.npm-lib-and-cli-tool.d.ts +49 -0
  30. package/lib/env/env.npm-lib-and-cli-tool.js +51 -1
  31. package/lib/env/env.npm-lib-and-cli-tool.js.map +1 -1
  32. package/lib/env/env.vscode-plugin.d.ts +49 -0
  33. package/lib/env/env.vscode-plugin.js +51 -1
  34. package/lib/env/env.vscode-plugin.js.map +1 -1
  35. package/lib/env/index.js.map +1 -1
  36. package/lib/framework-name.js.map +1 -1
  37. package/lib/helpers-isomorphic.js.map +1 -1
  38. package/lib/helpers-messages.js.map +1 -1
  39. package/lib/helpers.js.map +1 -1
  40. package/lib/index._auto-generated_.js.map +1 -1
  41. package/lib/index.js.map +1 -1
  42. package/lib/node-chalk-mock.js +2 -2
  43. package/lib/node-chalk-mock.js.map +1 -1
  44. package/lib/node-path-mock.js +2 -2
  45. package/lib/node-path-mock.js.map +1 -1
  46. package/lib/progress-data.js.map +1 -1
  47. package/lib/public-api.js.map +1 -1
  48. package/lib/required-global-npm-packages.js.map +1 -1
  49. package/lib/utils.js.map +1 -1
  50. package/migrations/index.js.map +1 -1
  51. package/migrations/migrations_index._auto-generated_.js.map +1 -1
  52. package/package.json +2 -1
  53. package/scss/vars.scss +1 -1
  54. package/tmp-environment.json +5 -6
  55. package/websql/README.md +24 -24
  56. package/websql/fesm2022/tnp-core.mjs.map +1 -1
  57. package/websql/package.json +1 -1
  58. package/client/package.json +0 -13
@@ -1 +1 @@
1
- {"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":["c:/Users/darek/projects/npm/taon-dev/tnp-core/src/migrations/migrations_index._auto-generated_.ts"],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
1
+ {"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":["/Users/dfilipiak/projects/npm/taon-dev/tnp-core/src/migrations/migrations_index._auto-generated_.ts"],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core",
3
- "version": "19.0.38",
3
+ "version": "19.0.41",
4
4
  "scripts": {
5
5
  "mkdocs": "python3 -m mkdocs",
6
6
  "taon init": "taon init",
@@ -48,6 +48,7 @@
48
48
  "cheerio": "~1.0.0",
49
49
  "fast-glob": "~3.3.2"
50
50
  },
51
+ "description": "Description for tnp-core. Hello world!",
51
52
  "main": "dist/app.electron.js",
52
53
  "bin": {},
53
54
  "peerDependencies": {}
package/scss/vars.scss CHANGED
@@ -1,6 +1,6 @@
1
1
  // THIS FILE IS GENERATED - DO NOT MODIFY
2
2
  // CORE ASSETS BASENAME - use it only for asset from core container
3
- $basename: 'undefined';
3
+ $basename: '/';
4
4
  $website_title: 'Tnp Core';
5
5
  $website_domain: 'tnp-core.example.domain.com';
6
6
  $project_npm_name: 'tnp-core';
@@ -5,13 +5,12 @@
5
5
  },
6
6
  "paths": {},
7
7
  "config": {},
8
- "container": {
9
- "only": []
10
- },
8
+ "container": {},
11
9
  "ports": {},
12
10
  "init": {},
13
11
  "build": {
14
- "pwa": {}
12
+ "pwa": {},
13
+ "watch": true
15
14
  },
16
15
  "loading": {
17
16
  "preAngularBootstrap": {},
@@ -24,8 +23,8 @@
24
23
  },
25
24
  "copyToManager": {},
26
25
  "buildInfo": {
27
- "date": "2025-06-03T17:26:57.000Z",
28
- "hash": "34ba3d52f8e4550f7be45c4154d3b89c90fc91c4"
26
+ "date": "2025-05-28T02:11:07.000Z",
27
+ "hash": "cd2ce165a63b6597efe5ad5c4605e8e8c11da755"
29
28
  },
30
29
  "currentProjectName": "tnp-core",
31
30
  "currentProjectType": "isomorphic-lib",
package/websql/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # MyLib
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
- > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # MyLib
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
8
+ > Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.