@azure-tools/rlc-common
Advanced tools
Comparing version 1.0.0-alpha.1.20221018.1 to 1.0.0-alpha.2.20221019.3
{ | ||
"files": { | ||
"packages/rlc-common/.rush/temp/shrinkwrap-deps.json": "c223396b7a3330aefd2e3cf84f3e592ab3fc6c63", | ||
"packages/rlc-common/CHANGELOG.md": "b4485b7c99af565e46f75a78db9228762c3abab3", | ||
"packages/rlc-common/package.json": "b7f50bc99bde67b8f6463d0f7791ca354c586ff3", | ||
"packages/rlc-common/CHANGELOG.md": "702ba4355593ed5d4e08ef0cc04d2fb81c89e7e5", | ||
"packages/rlc-common/package.json": "7640e9afbfae05d5aba920dfde7ba5cf42e06b02", | ||
"packages/rlc-common/publishPackage.js": "3512e26d1199937b1962f3b4189aa9c506d9da1a", | ||
@@ -30,3 +30,3 @@ "packages/rlc-common/src/buildClient.ts": "877de59ce8138efcf089a3e87807770c751c9ae5", | ||
"packages/rlc-common/src/metadata/buildPackageFile.ts": "91968cd53aa66d88b98dbfb7f81f06e4ebaa071e", | ||
"packages/rlc-common/src/metadata/buildReadmeFile.ts": "298f6012f1f3228652992cd160f6162a1ff3fa5a", | ||
"packages/rlc-common/src/metadata/buildReadmeFile.ts": "3e80685cda43aa7c3939356c8c9269a1914b43aa", | ||
"packages/rlc-common/src/metadata/buildRollupConfig.ts": "56a0ac2b69266d8a3192981abc4c09fcde444634", | ||
@@ -33,0 +33,0 @@ "packages/rlc-common/src/metadata/buildTsConfig.ts": "861d8af19f1e8658b7fef02b51c63d4f006c76f3", |
@@ -0,3 +1,8 @@ | ||
## 1.0.0-beta.2 (2022-10-19) | ||
- [BugFix] Fix missing peer dependencies. Please refer to [#1612](https://github.com/Azure/autorest.typescript/pull/1612) and [#1610](https://github.com/Azure/autorest.typescript/pull/1610) for further details. | ||
- [Feature] Support sdk-folder in cadl emitter for automation script. Please refer to [#1613](https://github.com/Azure/autorest.typescript/pull/1613) for further details. | ||
## 1.0.0-beta.1 (2022-10-13) | ||
- Initial preview release of the Autorest Typescript/Javascript RLC Common libraries. |
@@ -36,3 +36,3 @@ // @ts-ignore: to fix the handlebars issue | ||
- Node.js version 14.x.x or higher | ||
- LTS versions of Node.js | ||
@@ -74,3 +74,3 @@ ### Prerequisites | ||
\`\`\`javascript | ||
import { setLogLevel } from "@azure/logger"; | ||
const { setLogLevel } = require("@azure/logger"); | ||
@@ -77,0 +77,0 @@ setLogLevel("info"); |
@@ -1,1 +0,1 @@ | ||
{"name":"@azure-tools/rlc-common","version":"1.0.0-beta.1","description":"","type":"module","main":"dist/index.js","module":"dist-esm/index.js","exports":{".":{"types":"./types/index.d.ts","require":"./dist/index.js","import":"./dist-esm/index.js"}},"types":"./types/index.d.ts","scripts":{"build":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && node publishPackage.js","build:cjs":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig-cjs.json && node publishPackage.js","build:esm":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && node publishPackage.js","test":"echo \"Error: no test specified\" && exit 1"},"keywords":[],"author":"","license":"ISC","dependencies":{"ts-morph":"^15.1.0","lodash":"^4.17.21","handlebars":"^4.7.7"},"devDependencies":{"@types/node":"^18.0.0","prettier":"~2.7.1","typescript":"^4.6.3","rimraf":"^3.0.2","@types/lodash":"^4.14.182","fs-extra":"^10.0.0","@types/fs-extra":"^8.1.0","ts-node":"^10.7.0"}} | ||
{"name":"@azure-tools/rlc-common","version":"1.0.0-beta.2","description":"","type":"module","main":"dist/index.js","module":"dist-esm/index.js","exports":{".":{"types":"./types/index.d.ts","require":"./dist/index.js","import":"./dist-esm/index.js"}},"types":"./types/index.d.ts","scripts":{"build":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && node publishPackage.js","build:cjs":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig-cjs.json && node publishPackage.js","build:esm":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && node publishPackage.js","test":"echo \"Error: no test specified\" && exit 1"},"keywords":[],"author":"","license":"ISC","dependencies":{"ts-morph":"^15.1.0","lodash":"^4.17.21","handlebars":"^4.7.7"},"devDependencies":{"@types/node":"^18.0.0","prettier":"~2.7.1","typescript":"^4.6.3","rimraf":"^3.0.2","@types/lodash":"^4.14.182","fs-extra":"^10.0.0","@types/fs-extra":"^8.1.0","ts-node":"^10.7.0"}} |
@@ -39,3 +39,3 @@ "use strict"; | ||
- Node.js version 14.x.x or higher | ||
- LTS versions of Node.js | ||
@@ -77,3 +77,3 @@ ### Prerequisites | ||
\`\`\`javascript | ||
import { setLogLevel } from "@azure/logger"; | ||
const { setLogLevel } = require("@azure/logger"); | ||
@@ -80,0 +80,0 @@ setLogLevel("info"); |
@@ -1,1 +0,1 @@ | ||
{"name":"@azure-tools/rlc-common","version":"1.0.0-beta.1","description":"","type":"commonjs","main":"dist/index.js","module":"dist-esm/index.js","exports":{".":{"types":"./types/index.d.ts","require":"./dist/index.js","import":"./dist-esm/index.js"}},"types":"./types/index.d.ts","scripts":{"build":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && node publishPackage.js","build:cjs":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig-cjs.json && node publishPackage.js","build:esm":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && node publishPackage.js","test":"echo \"Error: no test specified\" && exit 1"},"keywords":[],"author":"","license":"ISC","dependencies":{"ts-morph":"^15.1.0","lodash":"^4.17.21","handlebars":"^4.7.7"},"devDependencies":{"@types/node":"^18.0.0","prettier":"~2.7.1","typescript":"^4.6.3","rimraf":"^3.0.2","@types/lodash":"^4.14.182","fs-extra":"^10.0.0","@types/fs-extra":"^8.1.0","ts-node":"^10.7.0"}} | ||
{"name":"@azure-tools/rlc-common","version":"1.0.0-beta.2","description":"","type":"commonjs","main":"dist/index.js","module":"dist-esm/index.js","exports":{".":{"types":"./types/index.d.ts","require":"./dist/index.js","import":"./dist-esm/index.js"}},"types":"./types/index.d.ts","scripts":{"build":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && node publishPackage.js","build:cjs":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig-cjs.json && node publishPackage.js","build:esm":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && node publishPackage.js","test":"echo \"Error: no test specified\" && exit 1"},"keywords":[],"author":"","license":"ISC","dependencies":{"ts-morph":"^15.1.0","lodash":"^4.17.21","handlebars":"^4.7.7"},"devDependencies":{"@types/node":"^18.0.0","prettier":"~2.7.1","typescript":"^4.6.3","rimraf":"^3.0.2","@types/lodash":"^4.14.182","fs-extra":"^10.0.0","@types/fs-extra":"^8.1.0","ts-node":"^10.7.0"}} |
{ | ||
"name": "@azure-tools/rlc-common", | ||
"version": "1.0.0-alpha.1.20221018.1", | ||
"version": "1.0.0-alpha.2.20221019.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -38,3 +38,3 @@ import { RLCModel } from "../interfaces.js"; | ||
- Node.js version 14.x.x or higher | ||
- LTS versions of Node.js | ||
@@ -76,3 +76,3 @@ ### Prerequisites | ||
\`\`\`javascript | ||
import { setLogLevel } from "@azure/logger"; | ||
const { setLogLevel } = require("@azure/logger"); | ||
@@ -79,0 +79,0 @@ setLogLevel("info"); |
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
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
602223