This commit is contained in:
Alexander Cerutti
2019-12-06 00:45:18 +01:00
parent 359fdb546a
commit 231024f355
3 changed files with 9 additions and 2 deletions

View File

@@ -3,11 +3,18 @@
Since every new minor, major or patch version is pushed in the repository with the npm autogenerated commit for version update, a history become needed. Since every new minor, major or patch version is pushed in the repository with the npm autogenerated commit for version update, a history become needed.
The lists won't include the npm autogenerated commit. The lists won't include the npm autogenerated commit.
## 2.0.2
Unlocked some other prohibited (until now) fields that were not editable due to design choice ( organizationName, passTypeIdentifier, teamIdentifier, appLaunchURL, associatedStoreIdentifiers);
Small improvements;
___
## 2.0.1 ## 2.0.1
Typescript version update; Typescript version update;
Update to webServiceURL schema regex and allowed all characters for authenticationToken; Update to webServiceURL schema regex and allowed all characters for authenticationToken;
___
## 2.0.0 ## 2.0.0
This version brings lot of improvements and breaking changes. This version brings lot of improvements and breaking changes.

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "passkit-generator", "name": "passkit-generator",
"version": "2.0.1", "version": "2.0.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "passkit-generator", "name": "passkit-generator",
"version": "2.0.1", "version": "2.0.2",
"description": "The easiest way to generate custom Apple Wallet passes in Node.js", "description": "The easiest way to generate custom Apple Wallet passes in Node.js",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {