dsh-tabbit 0.2.2 → 0.2.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.
Files changed (2) hide show
  1. package/cordis.patch.yml +5 -1
  2. package/package.json +1 -1
package/cordis.patch.yml CHANGED
@@ -1,3 +1,7 @@
1
+ # The bundle package is published as `dsh-tabbit`; the loader entry must use
2
+ # the npm package name so Cordis can resolve it. The plugin itself exports
3
+ # `name: 'tabbit-browser'`, which is the service/skill name, not the package
4
+ # specifier.
1
5
  - insert:
2
6
  - id: skill-tabbit-browser
3
- name: tabbit-browser
7
+ name: dsh-tabbit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-tabbit",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "DSH bundle that packages the Tabbit Browser skill and background installer",
5
5
  "repository": {
6
6
  "type": "git",