@typespec/compiler 0.44.0 → 0.45.0-dev.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/dist/manifest.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export default {
2
2
  "version": "0.44.0",
3
- "commit": "6f5e1c9329f8ddddf90301f3572dee075eed7b57"
3
+ "commit": "26a1d5263ef4a81e3f34dd00460f94fae298296a"
4
4
  };
package/lib/lib.tsp CHANGED
@@ -132,7 +132,6 @@ model Record<T> {}
132
132
  /**
133
133
  * Represent a URL string as described by https://url.spec.whatwg.org/
134
134
  */
135
- @format("url")
136
135
  scalar url extends string;
137
136
 
138
137
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.44.0",
3
+ "version": "0.45.0-dev.1",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -81,8 +81,8 @@
81
81
  "@types/prettier": "2.6.0",
82
82
  "@types/prompts": "~2.4.3",
83
83
  "@types/yargs": "~17.0.24",
84
- "@typespec/eslint-config-typespec": "~0.7.0",
85
- "@typespec/internal-build-utils": "~0.4.1",
84
+ "@typespec/eslint-config-typespec": "~0.7.0 || >=0.8.0-dev <0.8.0",
85
+ "@typespec/internal-build-utils": "~0.4.1 || >=0.5.0-dev <0.5.0",
86
86
  "eslint": "^8.36.0",
87
87
  "grammarkdown": "~3.2.0",
88
88
  "mocha": "~10.2.0",
@@ -92,13 +92,14 @@
92
92
  "prettier-plugin-organize-imports": "~3.2.0",
93
93
  "source-map-support": "~0.5.19",
94
94
  "rimraf": "~5.0.0",
95
- "tmlanguage-generator": "~0.4.1",
95
+ "tmlanguage-generator": "~0.4.1 || >=0.5.0-dev <0.5.0",
96
96
  "typescript": "~5.0.2",
97
97
  "vscode-oniguruma": "~1.7.0",
98
98
  "vscode-textmate": "~9.0.0",
99
99
  "sinon": "~15.0.3",
100
100
  "@types/sinon": "~10.0.13"
101
101
  },
102
+ "peerDependencies": {},
102
103
  "scripts": {
103
104
  "clean": "rimraf ./dist ./temp",
104
105
  "build": "npm run gen-manifest && npm run compile && npm run generate-tmlanguage",