versioned-d.ts-tools 0.7.1 → 0.7.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.
@@ -82,12 +82,6 @@ function compilePatterns(patterns) {
82
82
  }
83
83
  // Default configurations for known Office applications
84
84
  exports.DEFAULT_LINK_CONFIGS = [
85
- {
86
- pathPattern: "office-scripts",
87
- globalFunctionTemplate: "/{basePath}#officescript-officescript-{fieldName}-function(1)",
88
- classTemplate: "/{basePath}/officescript.{className}",
89
- classMemberTemplate: "/{basePath}/officescript.{className}#officescript-officescript-{className}-{fieldName}{suffix}"
90
- },
91
85
  {
92
86
  pathPattern: ".*", // matches any path as fallback
93
87
  globalFunctionTemplate: "/{basePath}#{hostName}-{fileName}-{fieldName}-function(1)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "versioned-d.ts-tools",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Tools for managing versioned TypeScript definition files",
5
5
  "main": "dist/index.js",
6
6
  "bin": {