@sunrise-upc/mobile-prod-card 1.0.26-beta.1 → 1.0.26
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
@@ -141,7 +141,7 @@ interface ProductTableSchema {
|
|
141
141
|
|
142
142
|
declare const ProductTableV3: FC<ProductTableSchema>;
|
143
143
|
|
144
|
-
declare const StickyProductAnchor: ({ content, offerData }: any) => JSX.Element;
|
144
|
+
declare const StickyProductAnchor: ({ content, offerData, lineCheckCallBack }: any) => JSX.Element;
|
145
145
|
|
146
146
|
interface LineTableBasicPropConfigSchema {
|
147
147
|
baseURL: string | '';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sunrise-upc/mobile-prod-card",
|
3
|
-
"version": "1.0.26
|
3
|
+
"version": "1.0.26",
|
4
4
|
"description": "Starter project to create reusable functional component",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"release:major": "npm version major && npm publish --access public --tag latest",
|
20
20
|
"release:minor": "npm version minor && npm publish --access public --tag latest",
|
21
21
|
"release:patch": "npm version patch && npm publish --access public --tag latest",
|
22
|
-
"release:prerelease": "npm version
|
22
|
+
"release:prerelease": "npm version prepatch --preid=beta && npm publish --access public --tag latest"
|
23
23
|
},
|
24
24
|
"repository": {
|
25
25
|
"type": "git",
|