@azure-tools/codegen
Advanced tools
Comparing version 2.9.2 to 2.10.0-dev.1
{ | ||
"files": { | ||
"packages/libs/codegen/.rush/temp/shrinkwrap-deps.json": "0e060722bd56bcf04e2b8c1369b8290e9fccbf2e", | ||
"packages/libs/codegen/.eslintrc.yaml": "596b62ed2862b0a6a9ae35a750f87b0ac930ff4c", | ||
@@ -10,3 +9,3 @@ "packages/libs/codegen/.npmignore": "a1b60b80c640ee3ad71c88c0f2a897f47775eb1c", | ||
"packages/libs/codegen/jest.config.js": "37a264bc912dd5e8d055d71e7719a0e4b5e66cb5", | ||
"packages/libs/codegen/package.json": "34ccaf5f3ac64ecbdeca1f033b520b08506430a2", | ||
"packages/libs/codegen/package.json": "54312e96cf32bed6d953b513a2bf4055d9695400", | ||
"packages/libs/codegen/readme.md": "9dc9abb6c5628bc11e699f36c06047d3fa2dcda4", | ||
@@ -18,5 +17,5 @@ "packages/libs/codegen/src/apiversion/apiversion.test.ts": "d2a5567118ca9198fa96fb7a4119c3314584ffe8", | ||
"packages/libs/codegen/src/formatter/formatter.test.ts": "52c0f723ca893cb814d26bba283a0a9eba23c7c8", | ||
"packages/libs/codegen/src/formatter/formatter.ts": "535fc0bd1602ecbb18081246118ed680fe86c9d2", | ||
"packages/libs/codegen/src/formatter/formatter.ts": "0721067d0fd4d41d65675cc053fcc77a679ab53d", | ||
"packages/libs/codegen/src/index.ts": "099365b3957ef4ab7420f914c23c63c86c4f490d", | ||
"packages/libs/codegen/src/initializer.ts": "3ef7ca403817731b434f4ffc8f1a0c003a100f5c", | ||
"packages/libs/codegen/src/initializer.ts": "0cf48ce4fa8a8437d6a169df5ec4594541b23e15", | ||
"packages/libs/codegen/src/intersect.ts": "697481f619de2c31331cfc5ecd08594f5edb3c69", | ||
@@ -27,3 +26,3 @@ "packages/libs/codegen/src/media-types.ts": "088726337420fa095a3d46fad422523dc4a89359", | ||
"packages/libs/codegen/src/source-track.ts": "d019222866939c5abfe4b7519ef45706db4a5a90", | ||
"packages/libs/codegen/src/text-manipulation.ts": "9621ef5390e5a34ab361c761c065bec050d607e3", | ||
"packages/libs/codegen/src/text-manipulation.ts": "e09008f18fc37b41a5293799ccd9ed666fd43884", | ||
"packages/libs/codegen/src/type.ts": "5d3203985562968a486e283d9a87311fe44ee154", | ||
@@ -37,5 +36,6 @@ "packages/libs/codegen/src/utility.ts": "e8321e0bc2735f352846d8eca9a99f82d6ccca79", | ||
"packages/libs/codegen/tsconfig.build.json": "43a80c3ac6a595d229d18be5f7672355ac6ee616", | ||
"packages/libs/codegen/tsconfig.json": "6c5305374e6d457d6c6e4614d99b7c8bd218eb93" | ||
"packages/libs/codegen/tsconfig.json": "6c5305374e6d457d6c6e4614d99b7c8bd218eb93", | ||
"packages/libs/codegen/.rush/temp/shrinkwrap-deps.json": "1971d2a45c01d5d340b3281d579c7c03135b95c6" | ||
}, | ||
"arguments": "tsc -p tsconfig.build.json " | ||
} |
@@ -25,3 +25,3 @@ "use strict"; | ||
KnownMediaType["Unknown"] = "unknown"; | ||
})(KnownMediaType = exports.KnownMediaType || (exports.KnownMediaType = {})); | ||
})(KnownMediaType || (exports.KnownMediaType = KnownMediaType = {})); | ||
var FormatType; | ||
@@ -33,3 +33,3 @@ (function (FormatType) { | ||
FormatType["Cookie"] = "-cookie-"; | ||
})(FormatType = exports.FormatType || (exports.FormatType = {})); | ||
})(FormatType || (exports.FormatType = FormatType = {})); | ||
function parseMediaType(mediaType) { | ||
@@ -36,0 +36,0 @@ if (mediaType) { |
{ | ||
"name": "@azure-tools/codegen", | ||
"version": "2.9.2", | ||
"version": "2.10.0-dev.1", | ||
"description": "Autorest Code generator common and base classes", | ||
@@ -31,21 +31,21 @@ "directories": { | ||
"@types/js-yaml": "~4.0.0", | ||
"@types/node": "~14.14.20", | ||
"@types/node": "~20.9.0", | ||
"@types/semver": "5.5.0", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"eslint-plugin-jest": "~27.1.5", | ||
"@typescript-eslint/eslint-plugin": "^6.11.0", | ||
"@typescript-eslint/parser": "^6.11.0", | ||
"eslint-plugin-jest": "~27.6.0", | ||
"eslint-plugin-node": "~11.1.0", | ||
"eslint-plugin-prettier": "~4.2.1", | ||
"eslint-plugin-unicorn": "~44.0.2", | ||
"eslint-plugin-import": "~2.26.0", | ||
"eslint-plugin-prettier": "~5.0.1", | ||
"eslint-plugin-unicorn": "~49.0.0", | ||
"eslint-plugin-import": "~2.29.0", | ||
"eslint": "^8.28.0", | ||
"jest": "^29.3.1", | ||
"rimraf": "^3.0.2", | ||
"rimraf": "^5.0.5", | ||
"source-map-support": "^0.5.19", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "~4.9.3" | ||
"typescript": "~5.2.2" | ||
}, | ||
"dependencies": { | ||
"@azure-tools/async-io": "~3.0.0", | ||
"js-yaml": "~4.0.0", | ||
"js-yaml": "~4.1.0", | ||
"semver": "^7.3.5" | ||
@@ -52,0 +52,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
359367
4610
1
+ Addedjs-yaml@4.1.0(transitive)
- Removedjs-yaml@4.0.0(transitive)
Updatedjs-yaml@~4.1.0