@adminide-stack/extension-api 6.0.3-alpha.3 → 6.0.3-alpha.34

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.
@@ -2,7 +2,7 @@ import { URI, UriComponents } from '@vscode-alt/monaco-editor/esm/vs/base/common
2
2
  import { GraphQLResolveInfo, GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql';
3
3
  import { MyContext } from '@adminide-stack/core';
4
4
  import { DocumentNode } from 'graphql';
5
- import * as Apollo from '@apollo/client';
5
+ import * as Apollo from '@apollo/client/index.js';
6
6
  export type Maybe<T> = T | null;
7
7
  export type InputMaybe<T> = Maybe<T>;
8
8
  export type Exact<T extends {
@@ -1,4 +1,4 @@
1
- import*as Apollo from'@apollo/client';const defaultOptions = {};
1
+ import*as Apollo from'@apollo/client/index.js';const defaultOptions = {};
2
2
  var ICacheControlScope;
3
3
  (function (ICacheControlScope) {
4
4
  ICacheControlScope["Private"] = "PRIVATE";
@@ -1,4 +1,4 @@
1
- import minimatch from'minimatch';/**
1
+ import {minimatch}from'minimatch';/**
2
2
  * Returns whether any of the document selectors match (or "select") the document.
3
3
  */
4
4
  function match(selectors, document) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/extension-api",
3
- "version": "6.0.3-alpha.3",
3
+ "version": "6.0.3-alpha.34",
4
4
  "description": "Workbench core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -37,10 +37,11 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@adminide-stack/core": "6.0.3-alpha.3",
40
+ "@adminide-stack/core": "6.0.3-alpha.34",
41
41
  "abort-controller": "^2.0.0",
42
42
  "abortable-rx": "^1.0.9",
43
43
  "cdeops": "3.1.2-alpha.0",
44
+ "minimatch": "^9.0.0",
44
45
  "queueing-subject": "0.3.4",
45
46
  "utility-types": "^3.10.0",
46
47
  "valid-url": "1.0.9"
@@ -58,5 +59,5 @@
58
59
  "typescript": {
59
60
  "definition": "lib/index.d.ts"
60
61
  },
61
- "gitHead": "e21e45f7601cb65339ea067686bd9f74964f51c8"
62
+ "gitHead": "9ae46c4e56a772e26084a0f5200514fbcadf1b55"
62
63
  }