firefly-compiler 0.4.12 → 0.4.13

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/core/Json.ff CHANGED
@@ -255,7 +255,7 @@ extend self: Json {
255
255
 
256
256
  }
257
257
 
258
- internalWith(self: Json, field: String, json: Json): Json
258
+ internalWith(self: Json, field: String, value: Json): Json
259
259
  target js sync """
260
260
  if(typeof self_ !== 'object' || self_ === null || Array.isArray(self_)) {
261
261
  throw new Error('Not an object: ' + JSON.stringify(self_));
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "Firefly compiler",
5
5
  "author": "Firefly team",
6
6
  "license": "MIT",
7
- "version": "0.4.12",
7
+ "version": "0.4.13",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Ahnfelt/firefly-boot"
@@ -4,7 +4,7 @@
4
4
  "description": "Firefly language support",
5
5
  "author": "Firefly team",
6
6
  "license": "MIT",
7
- "version": "0.4.12",
7
+ "version": "0.4.13",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Ahnfelt/firefly-boot"