notioncode 0.1.2 → 0.1.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.
|
@@ -759,6 +759,7 @@
|
|
|
759
759
|
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-7.0.6.tgz",
|
|
760
760
|
"integrity": "sha512-DhGl4xMVFGVIyMwswXeyzdL4uXD5OGILGX5N8Y+f6W7LhC1Ze2poSNrkF/fedpVDHEEZ+PHFW0vL14I+mm8K3Q==",
|
|
761
761
|
"license": "MIT",
|
|
762
|
+
"peer": true,
|
|
762
763
|
"dependencies": {
|
|
763
764
|
"@octokit/auth-token": "^6.0.0",
|
|
764
765
|
"@octokit/graphql": "^9.0.3",
|
|
@@ -1921,6 +1922,7 @@
|
|
|
1921
1922
|
"resolved": "https://registry.npmjs.org/express/-/express-4.22.1.tgz",
|
|
1922
1923
|
"integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==",
|
|
1923
1924
|
"license": "MIT",
|
|
1925
|
+
"peer": true,
|
|
1924
1926
|
"dependencies": {
|
|
1925
1927
|
"accepts": "~1.3.8",
|
|
1926
1928
|
"array-flatten": "1.1.1",
|
|
@@ -2275,6 +2277,7 @@
|
|
|
2275
2277
|
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.12.tgz",
|
|
2276
2278
|
"integrity": "sha512-p1JfQMKaceuCbpJKAPKVqyqviZdS0eUxH9v82oWo1kb9xjQ5wA6iP3FNVAPDFlz5/p7d45lO+BpSk1tuSZMF4Q==",
|
|
2277
2279
|
"license": "MIT",
|
|
2280
|
+
"peer": true,
|
|
2278
2281
|
"engines": {
|
|
2279
2282
|
"node": ">=16.9.0"
|
|
2280
2283
|
}
|
|
@@ -4360,6 +4363,7 @@
|
|
|
4360
4363
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
|
|
4361
4364
|
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
|
|
4362
4365
|
"license": "MIT",
|
|
4366
|
+
"peer": true,
|
|
4363
4367
|
"funding": {
|
|
4364
4368
|
"url": "https://github.com/sponsors/colinhacks"
|
|
4365
4369
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{i}from"./index-
|
|
1
|
+
import{i}from"./index-DzqxG7Z8.js";async function o(e={}){return typeof e=="object"&&Object.freeze(e),await i("plugin:dialog|open",{options:e})}export{o as open};
|