figma-api-stub
Advanced tools
Comparing version 0.0.26 to 0.0.27
@@ -301,4 +301,4 @@ "use strict"; | ||
// @ts-ignore | ||
this.currentPage = new PageNodeStub(); | ||
this.root.appendChild(this.currentPage); | ||
this._currentPage = new PageNodeStub(); | ||
this.root.appendChild(this._currentPage); | ||
// @ts-ignore | ||
@@ -312,4 +312,4 @@ this.ui = new UIAPIStub(); | ||
set: function (value) { | ||
this._currentPage = value; | ||
currentPageChangeSubject.next(); | ||
this._currentPage = value; | ||
}, | ||
@@ -316,0 +316,0 @@ enumerable: true, |
{ | ||
"name": "figma-api-stub", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "Figma API stub", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50407