@transcend-io/cli 5.0.0 → 5.1.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.
- package/README.md +62 -52
- package/build/codecs.d.ts +241 -0
- package/build/codecs.d.ts.map +1 -1
- package/build/codecs.js +64 -1
- package/build/codecs.js.map +1 -1
- package/build/constants.d.ts.map +1 -1
- package/build/constants.js +6 -0
- package/build/constants.js.map +1 -1
- package/build/enums.d.ts +2 -0
- package/build/enums.d.ts.map +1 -1
- package/build/enums.js +2 -0
- package/build/enums.js.map +1 -1
- package/build/graphql/fetchAllActionItemCollections.d.ts +26 -0
- package/build/graphql/fetchAllActionItemCollections.d.ts.map +1 -0
- package/build/graphql/fetchAllActionItemCollections.js +22 -0
- package/build/graphql/fetchAllActionItemCollections.js.map +1 -0
- package/build/graphql/fetchAllActionItems.d.ts +98 -0
- package/build/graphql/fetchAllActionItems.d.ts.map +1 -0
- package/build/graphql/fetchAllActionItems.js +49 -0
- package/build/graphql/fetchAllActionItems.js.map +1 -0
- package/build/graphql/fetchAllRequestIdentifiers.d.ts.map +1 -1
- package/build/graphql/fetchAllRequestIdentifiers.js +17 -10
- package/build/graphql/fetchAllRequestIdentifiers.js.map +1 -1
- package/build/graphql/gqls/actionItem.d.ts +4 -0
- package/build/graphql/gqls/actionItem.d.ts.map +1 -0
- package/build/graphql/gqls/actionItem.js +69 -0
- package/build/graphql/gqls/actionItem.js.map +1 -0
- package/build/graphql/gqls/actionItemCollection.d.ts +4 -0
- package/build/graphql/gqls/actionItemCollection.d.ts.map +1 -0
- package/build/graphql/gqls/actionItemCollection.js +48 -0
- package/build/graphql/gqls/actionItemCollection.js.map +1 -0
- package/build/graphql/gqls/index.d.ts +2 -0
- package/build/graphql/gqls/index.d.ts.map +1 -1
- package/build/graphql/gqls/index.js +2 -0
- package/build/graphql/gqls/index.js.map +1 -1
- package/build/graphql/index.d.ts +3 -0
- package/build/graphql/index.d.ts.map +1 -1
- package/build/graphql/index.js +3 -0
- package/build/graphql/index.js.map +1 -1
- package/build/graphql/pullTranscendConfiguration.d.ts.map +1 -1
- package/build/graphql/pullTranscendConfiguration.js +38 -1
- package/build/graphql/pullTranscendConfiguration.js.map +1 -1
- package/build/graphql/syncActionItemCollections.d.ts +27 -0
- package/build/graphql/syncActionItemCollections.d.ts.map +1 -0
- package/build/graphql/syncActionItemCollections.js +97 -0
- package/build/graphql/syncActionItemCollections.js.map +1 -0
- package/build/graphql/syncActionItems.d.ts +30 -0
- package/build/graphql/syncActionItems.d.ts.map +1 -0
- package/build/graphql/syncActionItems.js +137 -0
- package/build/graphql/syncActionItems.js.map +1 -0
- package/build/graphql/syncConfigurationToTranscend.d.ts.map +1 -1
- package/build/graphql/syncConfigurationToTranscend.js +13 -1
- package/build/graphql/syncConfigurationToTranscend.js.map +1 -1
- package/build/tests/findCodePackagesInFolder.test.js +13 -0
- package/build/tests/findCodePackagesInFolder.test.js.map +1 -1
- package/build/tsbuildinfo +1 -1
- package/examples/code-scanning/test-package-json/package.json +4 -1
- package/package.json +3 -3
|
@@ -11,9 +11,12 @@
|
|
|
11
11
|
"license": "UNLICENSED",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"dd-trace": "2.45.1",
|
|
14
|
-
"fast-csv": "^4.3.6"
|
|
14
|
+
"fast-csv": "^4.3.6",
|
|
15
|
+
"sequelize": "^6.37.3",
|
|
16
|
+
"sequelize-mock": "^0.10.2"
|
|
15
17
|
},
|
|
16
18
|
"devDependencies": {
|
|
19
|
+
"@types/sequelize": "^4.28.20",
|
|
17
20
|
"typescript": "^5.0.4"
|
|
18
21
|
},
|
|
19
22
|
"packageManager": "yarn@3.5.0"
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "Transcend Inc.",
|
|
3
3
|
"name": "@transcend-io/cli",
|
|
4
4
|
"description": "Small package containing useful typescript utilities.",
|
|
5
|
-
"version": "5.
|
|
5
|
+
"version": "5.1.1",
|
|
6
6
|
"homepage": "https://github.com/transcend-io/cli",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"lint": "yarn eslint src --ext .ts",
|
|
56
56
|
"prepublish": "yarn build",
|
|
57
57
|
"test": "yarn mocha './src/**/*.test.ts'",
|
|
58
|
-
"script:transcend-json-schema": "ts-node --transpile-only scripts/buildTranscendJsonSchema.ts && yarn prettier ./transcend-yml-schema-
|
|
58
|
+
"script:transcend-json-schema": "ts-node --transpile-only scripts/buildTranscendJsonSchema.ts && yarn prettier ./transcend-yml-schema-v5.json --write",
|
|
59
59
|
"script:pathfinder-json-schema": "ts-node --transpile-only scripts/buildPathfinderJsonSchema.ts && yarn prettier ./pathfinder-policy-yml-schema.json --write"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@transcend-io/handlebars-utils": "^1.1.0",
|
|
64
64
|
"@transcend-io/internationalization": "^1.6.0",
|
|
65
65
|
"@transcend-io/persisted-state": "^1.0.4",
|
|
66
|
-
"@transcend-io/privacy-types": "^4.
|
|
66
|
+
"@transcend-io/privacy-types": "^4.77.0",
|
|
67
67
|
"@transcend-io/secret-value": "^1.2.0",
|
|
68
68
|
"@transcend-io/type-utils": "^1.4.2",
|
|
69
69
|
"bluebird": "^3.7.2",
|