tek-wallet 0.0.778 → 0.0.779
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/dist/index.css +5 -0
- package/package.json +4 -9
package/dist/index.css
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tek-wallet",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.779",
|
|
4
4
|
"description": "A custom React provider with TypeScript support",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,17 +11,12 @@
|
|
|
11
11
|
"version:patch": "npm version patch",
|
|
12
12
|
"version:minor": "npm version minor",
|
|
13
13
|
"version:major": "npm version major",
|
|
14
|
-
"publish:patch": "npm run version:patch && npm publish",
|
|
15
|
-
"publish:minor": "npm run version:minor && npm publish",
|
|
16
|
-
"publish:major": "npm run version:major && npm publish",
|
|
17
14
|
"delay": "sleep 1",
|
|
18
|
-
"
|
|
15
|
+
"copy-style": "cp src/components/TekWallet/styles/index.css dist",
|
|
16
|
+
"release": "touch to-recommit.ts && npm run delay && git add . && npm run delay && git commit -m \"prepare for building a new version\" && npm run delay && npm run clean && npm run delay && npm run build && npm run delay && npm run copy-style && npm run delay && VERSION=$(npm version patch) && rm -rf to-recommit.ts && npm run delay && git add . && npm run delay && git commit -m \"version: $VERSION\" && npm run delay && git push"
|
|
19
17
|
},
|
|
20
18
|
"keywords": [
|
|
21
|
-
"react"
|
|
22
|
-
"auth",
|
|
23
|
-
"authentication",
|
|
24
|
-
"authjs"
|
|
19
|
+
"react"
|
|
25
20
|
],
|
|
26
21
|
"author": "",
|
|
27
22
|
"license": "ISC",
|