tmlanguage-generator 0.2.2 → 0.2.3

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/CHANGELOG.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "name": "tmlanguage-generator",
3
3
  "entries": [
4
+ {
5
+ "version": "0.2.3",
6
+ "tag": "tmlanguage-generator_v0.2.3",
7
+ "date": "Thu, 31 Mar 2022 17:10:49 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@cadl-lang/eslint-config-cadl\" from `~0.2.0` to `~0.3.0`"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "0.2.2",
6
18
  "tag": "tmlanguage-generator_v0.2.2",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - tmlanguage-generator
2
2
 
3
- This log was last generated on Wed, 09 Mar 2022 17:42:09 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 31 Mar 2022 17:10:49 GMT and should not be manually modified.
4
+
5
+ ## 0.2.3
6
+ Thu, 31 Mar 2022 17:10:49 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 0.2.2
6
11
  Wed, 09 Mar 2022 17:42:09 GMT
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "tmlanguage-generator",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "Helper library to generate TextMate syntax highlighting tmLanguage files.",
6
- "homepage": "https://github.com/Azure/adl/tree/master/packages/tmlanguage-generator",
7
- "readme": "https://github.com/Azure/adl/blob/master/packages/tmlanguage-generator/README.md",
6
+ "homepage": "https://github.com/Microsoft/cadl/tree/master/packages/tmlanguage-generator",
7
+ "readme": "https://github.com/Microsoft/cadl/blob/master/packages/tmlanguage-generator/README.md",
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/Azure/adl.git"
11
+ "url": "git+https://github.com/Microsoft/cadl.git"
12
12
  },
13
13
  "bugs": {
14
- "url": "https://github.com/Azure/adl/issues"
14
+ "url": "https://github.com/Microsoft/cadl/issues"
15
15
  },
16
16
  "keywords": [
17
17
  "textmate",
@@ -39,8 +39,8 @@
39
39
  "devDependencies": {
40
40
  "@types/node": "~14.0.27",
41
41
  "@types/plist": "~3.0.2",
42
- "@cadl-lang/eslint-config-cadl": "~0.2.0",
43
- "eslint": "^8.7.0",
42
+ "@cadl-lang/eslint-config-cadl": "~0.3.0",
43
+ "eslint": "^8.12.0",
44
44
  "rimraf": "~3.0.2",
45
45
  "typescript": "~4.5.5"
46
46
  }