@vue-stripe/vue-stripe 4.2.9 → 4.2.10

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.
@@ -0,0 +1,77 @@
1
+ # Request for contributions
2
+
3
+ Please contribute to this repository if any of the following is true:
4
+ - You have expertise in community development, communication, or education
5
+ - You want open source communities to be more collaborative and inclusive
6
+ - You want to help lower the burden to first time contributors
7
+
8
+ # How to contribute
9
+
10
+ Prerequisites:
11
+
12
+ - Familiarity with [pull requests](https://help.github.com/articles/using-pull-requests) and [issues](https://guides.github.com/features/issues/).
13
+ - Knowledge of [Markdown](https://help.github.com/articles/markdown-basics/) for editing `.md` documents.
14
+
15
+ In particular, this community seeks the following types of contributions:
16
+
17
+ - **Ideas**: participate in an issue thread or start your own to have your voice
18
+ heard.
19
+ - **Resources**: submit a pull request to add to RESOURCES.md with links to related content.
20
+ - **Outline sections**: help us ensure that this repository is comprehensive. if
21
+ there is a topic that is overlooked, please add it, even if it is just a stub
22
+ in the form of a header and single sentence. Initially, most things fall into
23
+ this category.
24
+ - **Writing**: contribute your expertise in an area by helping us expand the included
25
+ content.
26
+ - **Copy editing**: fix typos, clarify language, and generally improve the quality
27
+ of the content.
28
+ - **Formatting**: help keep content easy to read with consistent formatting.
29
+
30
+ # Conduct
31
+
32
+ We are committed to providing a friendly, safe and welcoming environment for
33
+ all, regardless of gender, sexual orientation, disability, ethnicity, religion,
34
+ or similar personal characteristic.
35
+
36
+ On IRC, please avoid using overtly sexual nicknames or other nicknames that
37
+ might detract from a friendly, safe and welcoming environment for all.
38
+
39
+ Please be kind and courteous. There's no need to be mean or rude.
40
+ Respect that people have differences of opinion and that every design or
41
+ implementation choice carries a trade-off and numerous costs. There is seldom
42
+ a right answer, merely an optimal answer given a set of values and
43
+ circumstances.
44
+
45
+ Please keep unstructured critique to a minimum. If you have solid ideas you
46
+ want to experiment with, make a fork and see how it works.
47
+
48
+ We will exclude you from interaction if you insult, demean or harass anyone.
49
+ That is not welcome behaviour. We interpret the term "harassment" as
50
+ including the definition in the
51
+ [Citizen Code of Conduct](http://citizencodeofconduct.org/);
52
+ if you have any lack of clarity about what might be included in that concept,
53
+ please read their definition. In particular, we don't tolerate behavior that
54
+ excludes people in socially marginalized groups.
55
+
56
+ Private harassment is also unacceptable. No matter who you are, if you feel
57
+ you have been or are being harassed or made uncomfortable by a community
58
+ member, please contact one of the channel ops or any of the
59
+ [CONTRIBUTING.md](https://github.com/jden/CONTRIBUTING.md) core team
60
+ immediately. Whether you're a regular contributor or a newcomer, we care about
61
+ making this community a safe place for you and we've got your back.
62
+
63
+ Likewise any spamming, trolling, flaming, baiting or other attention-stealing
64
+ behaviour is not welcome.
65
+
66
+ # Communication
67
+
68
+ There is an IRC channel on irc.freenode.net, channel `#CONTRIBUTING.md`. You're
69
+ welcome to drop in and ask questions, discuss bugs and such. The channel is
70
+ not currently logged.
71
+
72
+ GitHub issues are the primary way for communicating about specific proposed
73
+ changes to this project.
74
+
75
+ In both contexts, please follow the conduct guidelines above. Language issues
76
+ are often contentious and we'd like to keep discussion brief, civil and focused
77
+ on what we're actually doing, not wandering off into too much imaginary stuff.
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ # [Important Notice!](https://github.com/vue-stripe/vue-stripe/discussions/261)
2
+
1
3
  <p align="center">
2
4
  <img src="./vue-stripe-logo-variant-1.png" alt="drawing" width="250"/>
3
5
  <h1 align="center">Vue Stripe 💳</h1>
@@ -14,9 +16,10 @@ You can support this project by giving it a star, or following the author. You c
14
16
  ## Documentation
15
17
 
16
18
  - [Website (https://vuestripe.com)](https://vuestripe.com)
17
- - [Stripe Checkout](https://vuestripe.com/stripe-checkout/getting-started)
18
- - [Stripe Elements](https://vuestripe.com/stripe-elements/getting-started)
19
- - [Stripe Plugin](https://vuestripe.com/stripe-plugin/getting-started)
19
+ - [Documentation](https://docs.vuestripe.com/vue-stripe/)
20
+ - [Stripe Checkout](https://docs.vuestripe.com/vue-stripe/stripe-checkout)
21
+ - [Stripe Elements](https://docs.vuestripe.com/vue-stripe/stripe-elements)
22
+ - [Stripe Plugin](https://docs.vuestripe.com/vue-stripe/vue-stripe-plugin)
20
23
 
21
24
  ## Contributors
22
25
 
@@ -55,4 +58,8 @@ Support this project with your organization. Your logo will show up here with a
55
58
  [<img src="https://i.imgur.com/x0SERyj.png" width="200px">](https://mycure.md)
56
59
  [<img src="https://i.imgur.com/4jF5M4A.png">](http://myteamops.com)
57
60
 
61
+ **Vue Stripe is now powered by GitBook**
62
+
63
+ [<img src="https://guanqr.com/images/gitbook-logo.png" width="300px"/>](https://gitbook.com)
64
+
58
65
  Made with :heart: by [Joff Tiquez](https://twitter.com/jrtiquez)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-stripe/vue-stripe",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "description": "Stripe Checkout & Elements for Vue.js",
5
5
  "author": "jofftiquez@gmail.com",
6
6
  "scripts": {