paywall-resource 1.23.10 → 1.24.0
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/blocklet.yml +1 -1
- package/package.json +2 -2
package/blocklet.yml
CHANGED
|
@@ -2,7 +2,7 @@ did: z2qaBSYsgYsVVEisboDG3r1EcxsKdmJ9QNXZN
|
|
|
2
2
|
name: z2qaBSYsgYsVVEisboDG3r1EcxsKdmJ9QNXZN
|
|
3
3
|
title: Subscription Paywall
|
|
4
4
|
description: Subscription based paywall setup for Discuss Kit and Blocklet Service
|
|
5
|
-
version: 1.
|
|
5
|
+
version: 1.24.0
|
|
6
6
|
logo: logo.jpg
|
|
7
7
|
components: []
|
|
8
8
|
specVersion: 1.2.8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "paywall-resource",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.24.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "blocklet dev",
|
|
6
6
|
"clean": "rm -rf .blocklet",
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
"deploy": "pnpm run bundle && blocklet deploy .blocklet/bundle",
|
|
9
9
|
"upload": "pnpm run bundle && blocklet upload .blocklet/release/blocklet.json"
|
|
10
10
|
},
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "f3fad0829a1377422d51f9b6445a3502d0e94719"
|
|
12
12
|
}
|