porffor 0.14.0-4057a18e9 → 0.14.0-7bef6473d

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -191,7 +191,7 @@ These include some early (stage 1/0) and/or dead (last commit years ago) proposa
191
191
 
192
192
  ## Versioning
193
193
  Porffor uses a unique versioning system, here's an example: `0.14.0-15cb49f07`. Let's break it down:
194
- 1. `0` - major, always `0` as Porffor is not ready yet lol
194
+ 1. `0` - major, always `0` as Porffor is not ready yet
195
195
  2. `14` - minor, total Test262 pass percentage (floored to nearest int)
196
196
  3. `0` - micro, always `0` as unused
197
197
  4. `15cb49f07` - commit hash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "porffor",
3
3
  "description": "a basic experimental wip aot optimizing js -> wasm engine/compiler/runtime in js",
4
- "version": "0.14.0-4057a18e9",
4
+ "version": "0.14.0-7bef6473d",
5
5
  "author": "CanadaHonk",
6
6
  "license": "MIT",
7
7
  "scripts": {