cordova-plugin-firebasex-firestore 1.0.0 → 1.0.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # Version 1.0.1
2
+ - Fix plugin metadata
3
+
1
4
  # Version 1.0.0
2
5
  - Initial release of the modular plugin.
3
6
  - See [CHANGELOG](https://github.com/dpa99c/cordova-plugin-firebasex/blob/master/CHANGELOG.md) for the full changelog of the main plugin which includes this module as a dependency.
package/package.json CHANGED
@@ -1,11 +1,24 @@
1
1
  {
2
2
  "name": "cordova-plugin-firebasex-firestore",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Firestore module for cordova-plugin-firebasex",
5
5
  "cordova": {
6
6
  "id": "cordova-plugin-firebasex-firestore",
7
7
  "platforms": ["android", "ios"]
8
8
  },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/dpa99c/cordova-plugin-firebasex-firestore.git"
12
+ },
13
+ "engines": {
14
+ "cordovaDependencies": {
15
+ "1.0.0": {
16
+ "cordova": ">=12",
17
+ "cordova-android": ">=14",
18
+ "cordova-ios": ">=7"
19
+ }
20
+ }
21
+ },
9
22
  "keywords": ["cordova", "firebase", "firestore"],
10
23
  "author": "Dave Alden",
11
24
  "license": "MIT",
package/plugin.xml CHANGED
@@ -1,6 +1,6 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
2
  <plugin id="cordova-plugin-firebasex-firestore"
3
- version="1.0.0"
3
+ version="1.0.1"
4
4
  xmlns="http://apache.org/cordova/ns/plugins/1.0"
5
5
  xmlns:android="http://schemas.android.com/apk/res/android">
6
6