taon-typeorm 21.0.18 → 21.0.20

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 (33) hide show
  1. package/browser/package.json +1 -1
  2. package/browser-prod/fesm2022/taon-typeorm-browser.mjs +2 -2
  3. package/browser-prod/fesm2022/taon-typeorm-browser.mjs.map +1 -1
  4. package/browser-prod/package.json +23 -0
  5. package/browser-prod.split-namespaces.json +4 -0
  6. package/lib/build-info._auto-generated_.d.ts +1 -1
  7. package/lib/build-info._auto-generated_.js +1 -1
  8. package/lib/migrations/index.d.ts +1 -0
  9. package/lib/migrations/index.js +19 -0
  10. package/lib/migrations/index.js.map +1 -0
  11. package/lib/migrations/migrations_index._auto-generated_.d.ts +0 -0
  12. package/lib/migrations/migrations_index._auto-generated_.js +4 -0
  13. package/lib/migrations/migrations_index._auto-generated_.js.map +1 -0
  14. package/lib/package.json +4 -0
  15. package/lib-prod/build-info._auto-generated_.d.ts +1 -1
  16. package/lib-prod/build-info._auto-generated_.js +1 -1
  17. package/lib-prod/package.json +4 -0
  18. package/lib-prod/typeorm/constants.js +1 -1
  19. package/lib-prod/typeorm/constants.js.map +1 -1
  20. package/lib-prod.split-namespaces.json +4 -0
  21. package/package.json +1 -1
  22. package/websql/package.json +1 -1
  23. package/websql-prod/fesm2022/taon-typeorm-websql.mjs +2 -2
  24. package/websql-prod/fesm2022/taon-typeorm-websql.mjs.map +1 -1
  25. package/websql-prod/package.json +23 -0
  26. package/websql-prod.split-namespaces.json +4 -0
  27. package/tmp-environment.json +0 -43
  28. /package/{migrations → lib-prod/migrations}/index.d.ts +0 -0
  29. /package/{migrations → lib-prod/migrations}/index.js +0 -0
  30. /package/{migrations → lib-prod/migrations}/index.js.map +0 -0
  31. /package/{migrations → lib-prod/migrations}/migrations_index._auto-generated_.d.ts +0 -0
  32. /package/{migrations → lib-prod/migrations}/migrations_index._auto-generated_.js +0 -0
  33. /package/{migrations → lib-prod/migrations}/migrations_index._auto-generated_.js.map +0 -0
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "taon-typeorm/websql-prod",
3
+ "version": "21.0.20",
4
+ "peerDependencies": {
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0"
7
+ },
8
+ "dependencies": {
9
+ "tslib": "^2.3.0"
10
+ },
11
+ "sideEffects": false,
12
+ "module": "fesm2022/taon-typeorm-websql.mjs",
13
+ "typings": "types/taon-typeorm-websql.d.ts",
14
+ "exports": {
15
+ "./package.json": {
16
+ "default": "./package.json"
17
+ },
18
+ ".": {
19
+ "types": "./types/taon-typeorm-websql.d.ts",
20
+ "default": "./fesm2022/taon-typeorm-websql.mjs"
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "namespacesMapObj": {},
3
+ "namespacesReplace": {}
4
+ }
@@ -1,43 +0,0 @@
1
- {
2
- "website": {
3
- "domain": "taon-typeorm.example.domain.com",
4
- "title": "Taon Typeorm"
5
- },
6
- "paths": {},
7
- "config": {},
8
- "container": {
9
- "only": []
10
- },
11
- "ports": {
12
- "ngNormalAppPort": 4261,
13
- "ngWebsqlAppPort": 4262,
14
- "nodeBeAppPort": 4128
15
- },
16
- "init": {},
17
- "build": {
18
- "pwa": {},
19
- "watch": false
20
- },
21
- "loading": {
22
- "preAngularBootstrap": {},
23
- "afterAngularBootstrap": {}
24
- },
25
- "release": {
26
- "cli": {},
27
- "lib": {},
28
- "autoReleaseUsingConfig": true,
29
- "releaseVersionBumpType": "patch",
30
- "releaseType": "manual",
31
- "targetArtifact": "npm-lib-and-cli-tool",
32
- "envName": "__",
33
- "resolvedNewVersion": "19.0.19"
34
- },
35
- "copyToManager": {},
36
- "buildInfo": {
37
- "date": "2025-05-24T17:35:39.000Z",
38
- "hash": "f89003de8691e974a4f15c2105ab96dab5a747a5"
39
- },
40
- "currentProjectName": "taon-typeorm",
41
- "currentProjectType": "isomorphic-lib",
42
- "pathsTsconfig": "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"taon-typeorm/src\":[\"./src/lib\"],\"taon-typeorm/src/*\":[\"./src/lib/*\"]},"
43
- }
File without changes
File without changes