yank-note-registry 1.0.376 → 1.0.377
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/extensions.json +2 -1
- package/index.json +51 -0
- package/package.json +1 -1
package/extensions.json
CHANGED
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
{ "id": "yank-note-extension-math", "version": "0.3.3" },
|
|
43
43
|
{ "id": "yank-note-extension-background", "version": "1.0.3" },
|
|
44
44
|
{ "id": "yank-note-extension-word-statistic", "version": "0.0.5" },
|
|
45
|
-
{ "id": "yank-note-extension-directory-tree", "version": "0.0.2" }
|
|
45
|
+
{ "id": "yank-note-extension-directory-tree", "version": "0.0.2" },
|
|
46
|
+
{ "id": "yank-note-extension-tempmd", "version": "0.1.0" }
|
|
46
47
|
]
|
|
47
48
|
}
|
package/index.json
CHANGED
|
@@ -1916,5 +1916,56 @@
|
|
|
1916
1916
|
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-directory-tree/0.0.2/README.md",
|
|
1917
1917
|
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-directory-tree/0.0.2/CHANGELOG.md",
|
|
1918
1918
|
"origin": "registry"
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"name": "yank-note-extension-tempmd",
|
|
1922
|
+
"version": "0.1.0",
|
|
1923
|
+
"displayName": "temp.md Temporary Preview",
|
|
1924
|
+
"description": "Publish the current Yank Note document to an unlisted, expiring temp.md preview URL.",
|
|
1925
|
+
"displayName_ZH-CN": "temp.md 临时预览",
|
|
1926
|
+
"description_ZH-CN": "将当前 Yank Note 文档发布到不公开列出、会自动过期的 temp.md 预览链接。",
|
|
1927
|
+
"repository": {
|
|
1928
|
+
"type": "git",
|
|
1929
|
+
"url": "git+https://github.com/huangdun/yank-note-extension-tempmd.git"
|
|
1930
|
+
},
|
|
1931
|
+
"author": {
|
|
1932
|
+
"name": "huangdun"
|
|
1933
|
+
},
|
|
1934
|
+
"license": "MIT",
|
|
1935
|
+
"keywords": [
|
|
1936
|
+
"yank-note",
|
|
1937
|
+
"yank-note-extension",
|
|
1938
|
+
"temp.md",
|
|
1939
|
+
"preview",
|
|
1940
|
+
"sharing"
|
|
1941
|
+
],
|
|
1942
|
+
"homepage": "https://github.com/huangdun/yank-note-extension-tempmd#readme",
|
|
1943
|
+
"bugs": {
|
|
1944
|
+
"url": "https://github.com/huangdun/yank-note-extension-tempmd/issues"
|
|
1945
|
+
},
|
|
1946
|
+
"main": "./dist/index.js",
|
|
1947
|
+
"icon": "https://registry.yank-note.com/cdn/yank-note-extension-tempmd/0.1.0/icon.svg",
|
|
1948
|
+
"engines": {
|
|
1949
|
+
"node": ">=18.20.2",
|
|
1950
|
+
"yank-note": "^3.80.0"
|
|
1951
|
+
},
|
|
1952
|
+
"gitHead": "1dbb7a2d3e33b46dbbc355f55755b66389cb30ad",
|
|
1953
|
+
"dist": {
|
|
1954
|
+
"integrity": "sha512-OVCx4oqef9WeE0PaRvfBs9KdfJ14+3Se/6iOMX1GzgH/yzMZwnu+rvjqr6StmP6RyY1idaiaa+fNVouisQNK6Q==",
|
|
1955
|
+
"shasum": "071d5d013dbdf28ab06540e102128505fe88d114",
|
|
1956
|
+
"tarball": "https://registry.npmjs.org/yank-note-extension-tempmd/-/yank-note-extension-tempmd-0.1.0.tgz",
|
|
1957
|
+
"fileCount": 6,
|
|
1958
|
+
"unpackedSize": 15604
|
|
1959
|
+
},
|
|
1960
|
+
"directories": {},
|
|
1961
|
+
"maintainers": [
|
|
1962
|
+
{
|
|
1963
|
+
"name": "huangdun",
|
|
1964
|
+
"email": "huangdun1212@hotmail.com"
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"readmeUrl": "https://registry.yank-note.com/cdn/yank-note-extension-tempmd/0.1.0/README.md",
|
|
1968
|
+
"changelogUrl": "https://registry.yank-note.com/cdn/yank-note-extension-tempmd/0.1.0/CHANGELOG.md",
|
|
1969
|
+
"origin": "registry"
|
|
1919
1970
|
}
|
|
1920
1971
|
]
|