@sava-info-systems/api-maker-with-extensions 1.21.0 → 2.0.1

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 (32) hide show
  1. package/.dockerignore +30 -0
  2. package/Dockerfile +51 -0
  3. package/dist/292.885b93c9e38b775a.js +1 -0
  4. package/dist/4575.a69d55da7b6dc4de.js +1 -0
  5. package/dist/5765.2b640be5d177d794.js +1 -0
  6. package/dist/index.html +1 -1
  7. package/dist/main.d876eb0d409c6ceb.js +1 -0
  8. package/dist/{runtime.3ae0fcbd4f474bdc.js → runtime.553fe0e243e03c0a.js} +1 -1
  9. package/main.js +1 -1
  10. package/package-sandbox.json +57 -0
  11. package/package.json +6 -6
  12. package/sandbox.js +1 -0
  13. package/src/public/dist-db-masters/browser/index.html +1 -1
  14. package/src/public/dist-db-masters/browser/{main-TKPYMFGX.js → main-EZ3HQGMX.js} +46 -46
  15. package/src/public/dist-db-masters/browser/{main-SJKWFBLX.js → main-LJ7WAVMT.js} +35 -35
  16. package/src/tools/.github/copilot-instructions.md +1342 -0
  17. package/src/tools/local-client.js +1 -1
  18. package/dist/292.a9b9c6aef70ca8b4.js +0 -1
  19. package/dist/4575.f2056aa18e4cc778.js +0 -1
  20. package/dist/5765.1994a5bd001c1c55.js +0 -1
  21. package/dist/main.38591a8dafb94708.js +0 -1
  22. package/sandbox/.dockerignore +0 -2
  23. package/sandbox/Dockerfile +0 -34
  24. package/sandbox/package.json +0 -27
  25. package/sandbox/sandbox.js +0 -1
  26. package/src/public/dist-db-masters/browser/main-ANQDJFEO.js +0 -139
  27. package/src/public/dist-db-masters/browser/main-E76YJGUR.js +0 -139
  28. package/src/public/dist-db-masters/browser/main-HGRBZVEX.js +0 -139
  29. package/src/public/dist-db-masters/browser/main-LWHKTSAI.js +0 -139
  30. /package/{sandbox/assets → src}/schema-types/store-types.js +0 -0
  31. /package/{sandbox/assets → src}/schema-types/types.js +0 -0
  32. /package/{sandbox/src/utils → src/sutils}/VmInit.js +0 -0
@@ -0,0 +1,57 @@
1
+ {
2
+ "name": "api_maker_sandbox",
3
+ "version": "0.0.1",
4
+ "description": "API Maker Project Sandbox Environment",
5
+ "license": "UNLICENSED",
6
+ "dependencies": {
7
+ "@swc/core": "1.15.7",
8
+ "@types/lodash": "4.14.194",
9
+ "@types/node": "18.15.12",
10
+ "@types/web": "0.0.153",
11
+ "ajv": "8.12.0",
12
+ "ajv-errors": "3.0.0",
13
+ "ajv-formats": "2.1.1",
14
+ "ajv-keywords": "5.1.0",
15
+ "api-query-params": "6.0.1",
16
+ "change-case": "4.1.2",
17
+ "cognito-express": "3.0.4",
18
+ "crypto-js": "4.2.0",
19
+ "dotenv": "16.0.3",
20
+ "google-auth-library": "8.7.0",
21
+ "ioredis": "5.8.2",
22
+ "js2xmlparser": "5.0.0",
23
+ "json-sql-builder2": "https://github.com/mayur-dit/json-sql-builder2/tarball/v1.0.0",
24
+ "json5": "2.2.3",
25
+ "jsonwebtoken": "9.0.0",
26
+ "lodash": "4.17.21",
27
+ "moment": "2.29.4",
28
+ "mongodb": "6.21.0",
29
+ "mongodb-schema": "12.6.3",
30
+ "mongoose": "8.13.2",
31
+ "mongoose-lean-getters": "0.4.0",
32
+ "mssql": "12.2.0",
33
+ "mysql-error-codes": "0.1.3",
34
+ "mysql2": "3.16.0",
35
+ "oracledb": "6.10.0",
36
+ "pg": "8.16.3",
37
+ "pg-connection-string": "2.9.1",
38
+ "pg-query-stream": "4.10.3",
39
+ "randomstring": "1.2.3",
40
+ "redlock": "4.2.0",
41
+ "regex-parser": "2.2.11",
42
+ "source-map": "0.7.4",
43
+ "string-similarity": "4.0.4",
44
+ "ts-morph": "21.0.1",
45
+ "typescript": "5.9.3",
46
+ "ulid": "2.4.0",
47
+ "undici": "6.21.2",
48
+ "yaml": "2.2.2"
49
+ },
50
+ "am": {
51
+ "processTitle": "api_maker_sandbox"
52
+ },
53
+ "scripts": {
54
+ "start": "node sandbox.js",
55
+ "start-debug": "node --inspect=0.0.0.0:9229 sandbox.js"
56
+ }
57
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sava-info-systems/api-maker-with-extensions",
3
- "version": "1.21.0",
3
+ "version": "2.0.1",
4
4
  "description": "🚀 API Maker® — New ora of backend begins... [Complete backend development solution]",
5
5
  "author": "SAVA INFO SYSTEMS PRIVATE LIMITED",
6
6
  "license": "proprietary",
@@ -40,7 +40,7 @@
40
40
  "percona xtradb apis generator"
41
41
  ],
42
42
  "engines": {
43
- "node": ">=18.0.0"
43
+ "node": ">=22.0.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "@faker-js/faker": "7.6.0",
@@ -106,18 +106,18 @@
106
106
  "svg-captcha": "1.4.0",
107
107
  "tar-fs": "2.1.4",
108
108
  "ts-morph": "21.0.1",
109
- "typescript": "5.0.4",
109
+ "typescript": "5.9.3",
110
110
  "ulid": "2.4.0",
111
111
  "undici": "6.21.2",
112
112
  "ws": "8.18.1",
113
113
  "yaml": "2.2.2"
114
114
  },
115
115
  "am": {
116
- "version": "1.21.0",
116
+ "version": "2.0.1",
117
117
  "serverName": "server1",
118
118
  "integrity": [
119
- "552632633",
120
- "201777054"
119
+ "1541878819",
120
+ "1908234810"
121
121
  ],
122
122
  "processTitle": "api_maker_be",
123
123
  "port": 38246,