fugu-api-data 1.24.0 → 1.25.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fugu-api-data",
3
- "version": "1.24.0",
3
+ "version": "1.25.0",
4
4
  "description": "Data about Project Fugu 🐡 APIs.",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/patterns.js CHANGED
@@ -829,7 +829,7 @@ const patterns = {
829
829
  chromeStatusID: 5176273954144256,
830
830
  },
831
831
  'WebMCP': {
832
- regEx: /\bnavigator\.modelContext\.provideContext\s*\(/g,
832
+ regEx: /\bnavigator\.modelContext\./g,
833
833
  where: 'JavaScript',
834
834
  supported: (async () => 'modelContext' in navigator)(),
835
835
  featureDetection: `(async () => 'modelContext' in navigator)()`,
package/patterns.mjs CHANGED
@@ -829,7 +829,7 @@ export default {
829
829
  chromeStatusID: 5176273954144256,
830
830
  },
831
831
  'WebMCP': {
832
- regEx: /\bnavigator\.modelContext\.provideContext\s*\(/g,
832
+ regEx: /\bnavigator\.modelContext\./g,
833
833
  where: 'JavaScript',
834
834
  supported: (async () => 'modelContext' in navigator)(),
835
835
  featureDetection: `(async () => 'modelContext' in navigator)()`,