tango-app-api-store-builder 1.0.0-beta-111 → 1.0.0-beta-113

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.
package/README.md CHANGED
@@ -1,29 +1,29 @@
1
- # README #
2
-
3
- This README would normally document whatever steps are necessary to get your application up and running.
4
-
5
- ### What is this repository for? ###
6
-
7
- * Quick summary
8
- * Version
9
- * [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
10
-
11
- ### How do I get set up? ###
12
-
13
- * Summary of set up
14
- * Configuration
15
- * Dependencies
16
- * Database configuration
17
- * How to run tests
18
- * Deployment instructions
19
-
20
- ### Contribution guidelines ###
21
-
22
- * Writing tests
23
- * Code review
24
- * Other guidelines
25
-
26
- ### Who do I talk to? ###
27
-
28
- * Repo owner or admin
1
+ # README #
2
+
3
+ This README would normally document whatever steps are necessary to get your application up and running.
4
+
5
+ ### What is this repository for? ###
6
+
7
+ * Quick summary
8
+ * Version
9
+ * [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
10
+
11
+ ### How do I get set up? ###
12
+
13
+ * Summary of set up
14
+ * Configuration
15
+ * Dependencies
16
+ * Database configuration
17
+ * How to run tests
18
+ * Deployment instructions
19
+
20
+ ### Contribution guidelines ###
21
+
22
+ * Writing tests
23
+ * Code review
24
+ * Other guidelines
25
+
26
+ ### Who do I talk to? ###
27
+
28
+ * Repo owner or admin
29
29
  * Other community or team contact
package/index.js CHANGED
@@ -1,9 +1,6 @@
1
1
  import { storeBuilderRouter } from './src/routes/storeBuilder.routes.js';
2
2
  import { storeBuilderTaskRouter } from './src/routes/task.routes.js';
3
3
  import { scriptRouter } from './src/routes/script.routes.js';
4
- import { planoLibraryRouter } from './src/routes/planoLibrary.routes.js';
5
- import { fixtureTemplateRouter } from './src/routes/fixtureTemplate.routes.js';
6
- import { managePlanoRouter } from './src/routes/managePlano.routes.js';
7
4
 
8
5
 
9
- export { storeBuilderRouter, storeBuilderTaskRouter, scriptRouter, planoLibraryRouter, fixtureTemplateRouter, managePlanoRouter };
6
+ export { storeBuilderRouter, storeBuilderTaskRouter, scriptRouter };
package/package.json CHANGED
@@ -1,50 +1,49 @@
1
- {
2
- "name": "tango-app-api-store-builder",
3
- "version": "1.0.0-beta-111",
4
- "description": "storeBuilder",
5
- "main": "index.js",
6
- "type": "module",
7
- "scripts": {
8
- "start": "nodemon --exec \"eslint --fix . && node index.js\""
9
- },
10
- "engines": {
11
- "node": ">=18.10.0"
12
- },
13
- "author": "praveenraj",
14
- "license": "ISC",
15
- "dependencies": {
16
- "aws-sdk": "^2.1692.0",
17
- "chromedriver": "^135.0.1",
18
- "cors": "^2.8.5",
19
- "dayjs": "^1.11.13",
20
- "dotenv": "^16.4.7",
21
- "exceljs": "^4.4.0",
22
- "express": "^4.21.2",
23
- "express-fileupload": "^1.5.1",
24
- "fetch-cookie": "^3.1.0",
25
- "handlebars": "^4.7.8",
26
- "joi": "^17.13.3",
27
- "jszip": "^3.10.1",
28
- "mongodb": "^6.12.0",
29
- "node-fetch": "^2.7.0",
30
- "nodemon": "^3.1.9",
31
- "os": "^0.1.2",
32
- "path": "^0.12.7",
33
- "selenium-webdriver": "^4.31.0",
34
- "sharp": "^0.34.1",
35
- "tango-api-schema": "2.2.151",
36
- "tango-app-api-middleware": "3.1.48",
37
- "url": "^0.11.4",
38
- "winston": "^3.17.0",
39
- "winston-daily-rotate-file": "^5.0.0",
40
- "xlsx": "^0.18.5"
41
- },
42
- "devDependencies": {
43
- "eslint": "^8.57.1",
44
- "eslint-config-google": "^0.14.0",
45
- "eslint-config-semistandard": "^17.0.0",
46
- "eslint-config-standard": "^17.1.0",
47
- "eslint-plugin-import": "^2.31.0",
48
- "eslint-plugin-promise": "^6.6.0"
49
- }
50
- }
1
+ {
2
+ "name": "tango-app-api-store-builder",
3
+ "version": "1.0.0-beta-113",
4
+ "description": "storeBuilder",
5
+ "main": "index.js",
6
+ "type": "module",
7
+ "scripts": {
8
+ "start": "nodemon --exec \"eslint --fix . && node index.js\""
9
+ },
10
+ "engines": {
11
+ "node": ">=18.10.0"
12
+ },
13
+ "author": "praveenraj",
14
+ "license": "ISC",
15
+ "dependencies": {
16
+ "aws-sdk": "^2.1692.0",
17
+ "chromedriver": "^135.0.1",
18
+ "cors": "^2.8.5",
19
+ "dayjs": "^1.11.13",
20
+ "dotenv": "^16.4.7",
21
+ "express": "^4.21.2",
22
+ "express-fileupload": "^1.5.1",
23
+ "fetch-cookie": "^3.1.0",
24
+ "handlebars": "^4.7.8",
25
+ "joi": "^17.13.3",
26
+ "jszip": "^3.10.1",
27
+ "mongodb": "^6.12.0",
28
+ "node-fetch": "^2.7.0",
29
+ "nodemon": "^3.1.9",
30
+ "os": "^0.1.2",
31
+ "path": "^0.12.7",
32
+ "selenium-webdriver": "^4.31.0",
33
+ "sharp": "^0.34.1",
34
+ "tango-api-schema": "^2.2.152",
35
+ "tango-app-api-middleware": "^3.1.48",
36
+ "url": "^0.11.4",
37
+ "winston": "^3.17.0",
38
+ "winston-daily-rotate-file": "^5.0.0",
39
+ "xlsx": "^0.18.5"
40
+ },
41
+ "devDependencies": {
42
+ "eslint": "^8.57.1",
43
+ "eslint-config-google": "^0.14.0",
44
+ "eslint-config-semistandard": "^17.0.0",
45
+ "eslint-config-standard": "^17.1.0",
46
+ "eslint-plugin-import": "^2.31.0",
47
+ "eslint-plugin-promise": "^6.6.0"
48
+ }
49
+ }