yank-note-registry 1.0.5 → 1.0.6

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 CHANGED
@@ -3,6 +3,6 @@
3
3
  { "id": "yank-note-extension-git-push", "version": "1.0.0-alpha.1" }
4
4
  ],
5
5
  "registry": [
6
- { "id": "yank-note-extension-example", "version": "0.0.3" }
6
+ { "id": "yank-note-extension-example", "version": "0.0.4" }
7
7
  ]
8
8
  }
package/index.json CHANGED
@@ -46,11 +46,11 @@
46
46
  },
47
47
  {
48
48
  "name": "yank-note-extension-example",
49
- "version": "0.0.3",
49
+ "version": "0.0.4",
50
50
  "displayName": "Example Extension",
51
51
  "description": "HelloWorld example extension",
52
- "displayName_ZH-CN": "示例拓展",
53
- "description_ZH-CN": "HelloWorld 示例拓展",
52
+ "displayName_ZH-CN": "示例扩展",
53
+ "description_ZH-CN": "HelloWorld 示例扩展",
54
54
  "repository": {
55
55
  "type": "git",
56
56
  "url": "git+ssh://git@github.com/purocean/yank-note-extension-example.git"
@@ -63,7 +63,7 @@
63
63
  "keywords": [],
64
64
  "homepage": "https://github.com/purocean/yank-note-extension-example",
65
65
  "main": "./lib/index.js",
66
- "icon": "https://unpkg.com/yank-note-extension-example@0.0.3/./icon.png",
66
+ "icon": "https://unpkg.com/yank-note-extension-example@0.0.4/./icon.png",
67
67
  "compatibility": [
68
68
  {
69
69
  "extension": "*",
@@ -80,14 +80,14 @@
80
80
  "css": "./themes/demo2.css"
81
81
  }
82
82
  ],
83
- "gitHead": "14921e3d272fcc04666491efb9f8a81d02ef36cd",
83
+ "gitHead": "31cbe3a717bd4abfbf84ceda5e2967921ef576a1",
84
84
  "bugs": {
85
85
  "url": "https://github.com/purocean/yank-note-extension-example/issues"
86
86
  },
87
87
  "dist": {
88
- "integrity": "sha512-xMYUVhNV3aGts1Y29P3/ScWejKliT//tVucgyCLUipt6LXzopZWANMevyn0oZGAo/UqikDURMUtiygg69lcZlw==",
89
- "shasum": "fe3d5d9fb15e7b0eb3710e676fe5666169de4003",
90
- "tarball": "https://registry.npmjs.org/yank-note-extension-example/-/yank-note-extension-example-0.0.3.tgz",
88
+ "integrity": "sha512-qFUprOJDR0BdAYO72W3PDmpdxwUrdhQKDp9YOxp/NLY03jk2QejPlCUfCXnLQn0HwbJFs2WG4ExL7hkvB0YOZw==",
89
+ "shasum": "f441749c69cf2aecd50ff0367d98e7854af1815a",
90
+ "tarball": "https://registry.npmjs.org/yank-note-extension-example/-/yank-note-extension-example-0.0.4.tgz",
91
91
  "fileCount": 10,
92
92
  "unpackedSize": 27068
93
93
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yank-note-registry",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Yank Note Extension Registry",
5
5
  "main": "index.json",
6
6
  "repository": "git@github.com:purocean/yank-note-registry.git",