storyly-placement 1.2.0 → 1.2.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/README.md CHANGED
@@ -22,31 +22,3 @@ import 'storyly-web-placement';
22
22
 
23
23
 
24
24
  For further information regarding the usage of `storyly-web-placement`, please check out [docs](https://docs.storyly.io/docs/initial-web-sdk-setup).
25
-
26
- # Change Log
27
-
28
- check out [release notes](https://github.com/Netvent/storyly-mobile/blob/master/web/RELEASENOTES.md).
29
-
30
- ## Deployment (GitHub Actions)
31
-
32
- Branches:
33
-
34
- - `main`: Build only, deploy yok
35
- - `qa`: `s3://$AWS_S3_BUCKET/qa` altına sync
36
- - `prod`: `s3://$AWS_S3_BUCKET/releases/{version}`, `releases/{major.minor.*}`, `releases/{major.*}` altına sync
37
-
38
- Secrets (Settings → Secrets and variables → Actions):
39
-
40
- - `AWS_REGION`
41
- - `AWS_ACCESS_KEY_ID` + `AWS_SECRET_ACCESS_KEY`
42
- - `AWS_S3_BUCKET` (gerekli; bucket adı)
43
- - `SOURCE_DIR` (örn: `dist`, opsiyonel)
44
-
45
- Nasıl eklenir:
46
-
47
- - Repo özelinde: GitHub → repo → Settings → Security → Secrets and variables → Actions → New repository secret
48
- - Organizasyon genelinde: GitHub → org → Settings → Security → Secrets and variables → Actions → New organization secret (visibility ayarla)
49
-
50
- Notlar:
51
-
52
- - versiyon `package.json` içinden alınır.
@@ -2353,7 +2353,7 @@ function Pd(o, t, e) {
2353
2353
  throw new Error("Random bytes length must be >= 16");
2354
2354
  return i[6] = i[6] & 15 | 64, i[8] = i[8] & 63 | 128, Lx(i);
2355
2355
  }
2356
- const Gx = "1.2.0", Bx = {
2356
+ const Gx = "1.2.1", Bx = {
2357
2357
  version: Gx
2358
2358
  };
2359
2359
  let wt = class {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storyly-placement",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Storyly Placement Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/storyly-placement.js",