@nubbin/core 0.1.0 → 0.1.1

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -795,7 +795,7 @@ function validateStructure(version, registry) {
795
795
  }
796
796
 
797
797
  // src/version.constants.ts
798
- var NUBBIN_VERSION = "0.1.0";
798
+ var NUBBIN_VERSION = "0.1.1";
799
799
 
800
800
  // src/compile.ts
801
801
  function compile(version, catalog, registry, route) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubbin/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "The Nubbin contract: define blocks, split catalog from registry, and compile a page document into an immutable artifact.",
5
5
  "keywords": [
6
6
  "nubbin",