@azure-tools/rlc-common 1.0.0-alpha.1.20221018.1 → 1.0.0-beta.2

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "files": {
3
3
  "packages/rlc-common/.rush/temp/shrinkwrap-deps.json": "c223396b7a3330aefd2e3cf84f3e592ab3fc6c63",
4
- "packages/rlc-common/CHANGELOG.md": "b4485b7c99af565e46f75a78db9228762c3abab3",
5
- "packages/rlc-common/package.json": "b7f50bc99bde67b8f6463d0f7791ca354c586ff3",
4
+ "packages/rlc-common/CHANGELOG.md": "702ba4355593ed5d4e08ef0cc04d2fb81c89e7e5",
5
+ "packages/rlc-common/package.json": "7640e9afbfae05d5aba920dfde7ba5cf42e06b02",
6
6
  "packages/rlc-common/publishPackage.js": "3512e26d1199937b1962f3b4189aa9c506d9da1a",
7
7
  "packages/rlc-common/src/buildClient.ts": "877de59ce8138efcf089a3e87807770c751c9ae5",
8
8
  "packages/rlc-common/src/buildClientDefinitions.ts": "9f2772347ca4ef8539bb55339000ed00a53db077",
@@ -27,7 +27,7 @@
27
27
  "packages/rlc-common/src/metadata/buildESLintConfig.ts": "b0530cba08bf5e29cc1d307b93363f66c1e6b81d",
28
28
  "packages/rlc-common/src/metadata/buildLicenseFile.ts": "ce4083770e48d3b0dd670f7efc324a7fed10dac4",
29
29
  "packages/rlc-common/src/metadata/buildPackageFile.ts": "91968cd53aa66d88b98dbfb7f81f06e4ebaa071e",
30
- "packages/rlc-common/src/metadata/buildReadmeFile.ts": "298f6012f1f3228652992cd160f6162a1ff3fa5a",
30
+ "packages/rlc-common/src/metadata/buildReadmeFile.ts": "3e80685cda43aa7c3939356c8c9269a1914b43aa",
31
31
  "packages/rlc-common/src/metadata/buildRollupConfig.ts": "56a0ac2b69266d8a3192981abc4c09fcde444634",
32
32
  "packages/rlc-common/src/metadata/buildTsConfig.ts": "861d8af19f1e8658b7fef02b51c63d4f006c76f3",
33
33
  "packages/rlc-common/src/static/paginateContent.ts": "eba259fe2bf92d05b8b09381a642631f2158389f",
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 1.0.0-beta.2 (2022-10-19)
2
+
3
+ - [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.
4
+ - [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.
5
+
1
6
  ## 1.0.0-beta.1 (2022-10-13)
2
7
 
3
8
  - Initial preview release of the Autorest Typescript/Javascript RLC Common libraries.
@@ -36,7 +36,7 @@ Key links:
36
36
 
37
37
  ### Currently supported environments
38
38
 
39
- - Node.js version 14.x.x or higher
39
+ - LTS versions of Node.js
40
40
 
41
41
  ### Prerequisites
42
42
 
@@ -73,7 +73,7 @@ AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET
73
73
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the \`AZURE_LOG_LEVEL\` environment variable to \`info\`. Alternatively, logging can be enabled at runtime by calling \`setLogLevel\` in the \`@azure/logger\`:
74
74
 
75
75
  \`\`\`javascript
76
- import { setLogLevel } from "@azure/logger";
76
+ const { setLogLevel } = require("@azure/logger");
77
77
 
78
78
  setLogLevel("info");
79
79
  \`\`\`
package/dist/package.json CHANGED
@@ -1 +1 @@
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"}}
1
+ {"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"}}
@@ -33,7 +33,7 @@ Key links:
33
33
 
34
34
  ### Currently supported environments
35
35
 
36
- - Node.js version 14.x.x or higher
36
+ - LTS versions of Node.js
37
37
 
38
38
  ### Prerequisites
39
39
 
@@ -70,7 +70,7 @@ AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET
70
70
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the \`AZURE_LOG_LEVEL\` environment variable to \`info\`. Alternatively, logging can be enabled at runtime by calling \`setLogLevel\` in the \`@azure/logger\`:
71
71
 
72
72
  \`\`\`javascript
73
- import { setLogLevel } from "@azure/logger";
73
+ const { setLogLevel } = require("@azure/logger");
74
74
 
75
75
  setLogLevel("info");
76
76
  \`\`\`
@@ -1 +1 @@
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"}}
1
+ {"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"}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/rlc-common",
3
- "version": "1.0.0-alpha.1.20221018.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -15,8 +15,8 @@
15
15
  "types": "./types/index.d.ts",
16
16
  "scripts": {
17
17
  "build": "rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && node publishPackage.js",
18
- "build:cjs": "rimraf dist/* dist-esm/* types/* && tsc -p tsconfig-cjs.json && node publishPackage.js",
19
- "build:esm": "rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && node publishPackage.js",
18
+ "build:cjs":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig-cjs.json && node publishPackage.js",
19
+ "build:esm":"rimraf dist/* dist-esm/* types/* && tsc -p tsconfig.json && node publishPackage.js",
20
20
  "test": "echo \"Error: no test specified\" && exit 1"
21
21
  },
22
22
  "keywords": [],
@@ -35,7 +35,7 @@ Key links:
35
35
 
36
36
  ### Currently supported environments
37
37
 
38
- - Node.js version 14.x.x or higher
38
+ - LTS versions of Node.js
39
39
 
40
40
  ### Prerequisites
41
41
 
@@ -72,7 +72,7 @@ AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET
72
72
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the \`AZURE_LOG_LEVEL\` environment variable to \`info\`. Alternatively, logging can be enabled at runtime by calling \`setLogLevel\` in the \`@azure/logger\`:
73
73
 
74
74
  \`\`\`javascript
75
- import { setLogLevel } from "@azure/logger";
75
+ const { setLogLevel } = require("@azure/logger");
76
76
 
77
77
  setLogLevel("info");
78
78
  \`\`\`