passkit-generator
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -54,2 +54,6 @@ /// <reference types="node" /> | ||
/** | ||
* Allows retrieving current languages | ||
*/ | ||
get languages(): string[]; | ||
/** | ||
* Allows getting an image of the props | ||
@@ -56,0 +60,0 @@ * that are composing your pass instance. |
@@ -123,2 +123,8 @@ "use strict"; | ||
/** | ||
* Allows retrieving current languages | ||
*/ | ||
get languages() { | ||
return Object.keys(this[exports.localizationSymbol]); | ||
} | ||
/** | ||
* Allows getting an image of the props | ||
@@ -125,0 +131,0 @@ * that are composing your pass instance. |
{ | ||
"name": "passkit-generator", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "The easiest way to generate custom Apple Wallet passes in Node.js", | ||
@@ -12,7 +12,3 @@ "main": "lib/index.js", | ||
"prepublishOnly": "npm run build", | ||
"test": "npm run build:spec && npx jasmine", | ||
"example": "npm run build:src && npm --prefix examples run example", | ||
"example:install": "npm --prefix examples install", | ||
"example:build": "npm --prefix examples run build", | ||
"example:debug": "npm run build:src && npm --prefix examples run example:debug" | ||
"test": "npm run build:spec && npx jasmine" | ||
}, | ||
@@ -19,0 +15,0 @@ "author": "Alexander Patrick Cerutti", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2520
0
107653