waibu-phosphor 2.0.1 → 2.1.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.
Files changed (49) hide show
  1. package/.github/FUNDING.yml +0 -0
  2. package/.github/workflows/repo-lockdown.yml +0 -0
  3. package/.jsdoc.conf.json +0 -0
  4. package/LICENSE +0 -0
  5. package/README.md +0 -0
  6. package/docs/WaibuPhosphor.html +0 -0
  7. package/docs/data/search.json +0 -0
  8. package/docs/fonts/Inconsolata-Regular.ttf +0 -0
  9. package/docs/fonts/OpenSans-Regular.ttf +0 -0
  10. package/docs/fonts/WorkSans-Bold.ttf +0 -0
  11. package/docs/global.html +0 -0
  12. package/docs/index.html +0 -0
  13. package/docs/index.js.html +1 -1
  14. package/docs/scripts/core.js +0 -0
  15. package/docs/scripts/core.min.js +0 -0
  16. package/docs/scripts/resize.js +0 -0
  17. package/docs/scripts/search.js +0 -0
  18. package/docs/scripts/search.min.js +0 -0
  19. package/docs/scripts/third-party/Apache-License-2.0.txt +0 -0
  20. package/docs/scripts/third-party/fuse.js +0 -0
  21. package/docs/scripts/third-party/hljs-line-num-original.js +0 -0
  22. package/docs/scripts/third-party/hljs-line-num.js +0 -0
  23. package/docs/scripts/third-party/hljs-original.js +0 -0
  24. package/docs/scripts/third-party/hljs.js +0 -0
  25. package/docs/scripts/third-party/popper.js +0 -0
  26. package/docs/scripts/third-party/tippy.js +0 -0
  27. package/docs/scripts/third-party/tocbot.js +0 -0
  28. package/docs/scripts/third-party/tocbot.min.js +0 -0
  29. package/docs/static/bitcoin.jpeg +0 -0
  30. package/docs/static/home.md +0 -0
  31. package/docs/static/logo-ecosystem.png +0 -0
  32. package/docs/static/logo.png +0 -0
  33. package/docs/styles/clean-jsdoc-theme-base.css +0 -0
  34. package/docs/styles/clean-jsdoc-theme-dark.css +0 -0
  35. package/docs/styles/clean-jsdoc-theme-light.css +0 -0
  36. package/docs/styles/clean-jsdoc-theme-scrollbar.css +0 -0
  37. package/docs/styles/clean-jsdoc-theme-without-scrollbar.min.css +0 -0
  38. package/docs/styles/clean-jsdoc-theme.min.css +0 -0
  39. package/extend/waibuMpa/iconset/_mapping.js +0 -0
  40. package/extend/waibuMpa/iconset/phosphor-duotone.js +0 -0
  41. package/extend/waibuMpa/iconset/phosphor-fill.js +0 -0
  42. package/extend/waibuMpa/iconset/phosphor.js +0 -0
  43. package/extend/waibuMpa/iconset.js +0 -0
  44. package/extend/waibuStatic/virtual.json +0 -0
  45. package/index.js +1 -4
  46. package/package.json +6 -2
  47. package/wiki/CHANGES.md +5 -0
  48. package/wiki/CONFIG.md +0 -0
  49. package/wiki/CONTRIBUTING.md +0 -0
File without changes
File without changes
package/.jsdoc.conf.json CHANGED
File without changes
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/docs/global.html CHANGED
File without changes
package/docs/index.html CHANGED
File without changes
@@ -14,7 +14,7 @@ async function factory (pkgName) {
14
14
  *
15
15
  * @class
16
16
  */
17
- class WaibuPhosphor extends this.app.pluginClass.base {
17
+ class WaibuPhosphor extends this.app.baseClass.Base {
18
18
  static alias = 'wpp'
19
19
  static dependencies = ['waibu-mpa']
20
20
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/index.js CHANGED
@@ -12,10 +12,7 @@ async function factory (pkgName) {
12
12
  *
13
13
  * @class
14
14
  */
15
- class WaibuPhosphor extends this.app.pluginClass.base {
16
- static alias = 'wpp'
17
- static dependencies = ['waibu-mpa']
18
-
15
+ class WaibuPhosphor extends this.app.baseClass.Base {
19
16
  constructor () {
20
17
  super(pkgName, me.app)
21
18
  this.config = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-phosphor",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "description": "Phosphoricons suport for Waibu MPA",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,7 +9,11 @@
9
9
  },
10
10
  "type": "module",
11
11
  "bajo": {
12
- "type": "plugin"
12
+ "type": "plugin",
13
+ "alias": "wpp",
14
+ "dependencies": [
15
+ "waibu-mpa"
16
+ ]
13
17
  },
14
18
  "repository": {
15
19
  "type": "git",
@@ -0,0 +1,5 @@
1
+ # Changes
2
+
3
+ ## 2026-01-08
4
+
5
+ - [2.1.0] Ported to match ```bajo@2.2.x``` specs
package/wiki/CONFIG.md CHANGED
File without changes
File without changes