highmark-cli 0.0.55 → 0.0.58

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/lib/index.js ADDED
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC5qcyJdLCJzb3VyY2VzQ29udGVudCI6WyIndXNlIHN0cmljdCc7XG5cbiJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "highmark-cli",
3
3
  "author": "James Smith",
4
- "version": "0.0.55",
4
+ "version": "0.0.58",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/highmark-cli",
7
7
  "description": "Extensible, styleable Markdown.",
@@ -15,7 +15,7 @@
15
15
  "necessary": "^13.1.4",
16
16
  "occam-dom": "^3.1.91",
17
17
  "occam-lexers": "^19.0.67",
18
- "occam-parsers": "^19.0.70"
18
+ "occam-parsers": "^19.0.72"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@swc/core": "^1.2.50",
@@ -36,8 +36,7 @@
36
36
  "watch": "npm run clean && npm run batch && npm run incremental",
37
37
  "watch-debug": "npm run clean && npm run batch-debug && npm run incremental-debug"
38
38
  },
39
- "browser": "./lib/browser",
40
- "main": "./lib/main",
39
+ "main": "./lib/index",
41
40
  "bin": {
42
41
  "highmark": "./highmark.js"
43
42
  }
package/lib/browser.js DELETED
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9icm93c2VyLmpzIl0sInNvdXJjZXNDb250ZW50IjpbIid1c2Ugc3RyaWN0JztcblxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
package/lib/main.js DELETED
@@ -1,3 +0,0 @@
1
- "use strict";
2
-
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9tYWluLmpzIl0sInNvdXJjZXNDb250ZW50IjpbIid1c2Ugc3RyaWN0JztcblxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=
package/src/main.js DELETED
@@ -1,2 +0,0 @@
1
- 'use strict';
2
-
File without changes