@opcat-labs/opcat 3.0.0 → 3.1.0-beta-177fe88-20260203

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.
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- var docsURL = 'https://docs.moneybutton.com/';
4
-
5
3
  module.exports = [
6
4
  {
7
5
  name: 'InvalidB58Char',
@@ -33,7 +31,7 @@ module.exports = [
33
31
  return (
34
32
  'Invalid Argument' +
35
33
  (arguments[0] ? ': ' + arguments[0] : '') +
36
- (arguments[1] ? ' Documentation: ' + docsURL + arguments[1] : '')
34
+ (arguments[1] ? ' ' + arguments[1] : '')
37
35
  );
38
36
  },
39
37
  },
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- var docsURL = 'https://docs.moneybutton.com/';
4
-
5
3
  export default [
6
4
  {
7
5
  name: 'InvalidB58Char',
@@ -33,7 +31,7 @@ export default [
33
31
  return (
34
32
  'Invalid Argument' +
35
33
  (arguments[0] ? ': ' + arguments[0] : '') +
36
- (arguments[1] ? ' Documentation: ' + docsURL + arguments[1] : '')
34
+ (arguments[1] ? ' ' + arguments[1] : '')
37
35
  );
38
36
  },
39
37
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opcat-labs/opcat",
3
- "version": "3.0.0",
3
+ "version": "3.1.0-beta-177fe88-20260203",
4
4
  "description": "opcat base SDK",
5
5
  "main": "./cjs/index.cjs",
6
6
  "module": "./esm/index.js",