@nubbin/core 0.1.0-rc.7 → 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.
package/README.md CHANGED
@@ -8,7 +8,7 @@ validator, no framework and no node builtin. A build gate fails on any of the th
8
8
  claim that it runs in a browser, a worker and a build step is checked rather than asserted.
9
9
 
10
10
  ```bash
11
- npm install @nubbin/core@rc
11
+ npm install @nubbin/core
12
12
  ```
13
13
 
14
14
  ```ts
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-rc.7";
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-rc.7",
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",