@nubbin/core 0.3.0 → 0.4.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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -883,7 +883,7 @@ function validateStructure(version, registry) {
883
883
  }
884
884
 
885
885
  // src/version.constants.ts
886
- var NUBBIN_VERSION = "0.3.0";
886
+ var NUBBIN_VERSION = "0.4.0";
887
887
 
888
888
  // src/compile.ts
889
889
  function compile(version, catalog, registry, route) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubbin/core",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
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",