@momo-kits/native-kits 0.155.1-hello.2-debug → 0.155.1-hello.3-debug

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/gradle.properties CHANGED
@@ -18,7 +18,7 @@ kotlin.apple.xcodeCompatibility.nowarn=true
18
18
  name="ComposeKits"
19
19
  group=vn.momo.kits
20
20
  artifact.id=kits
21
- version=0.155.1-hello.2
21
+ version=0.155.1-hello.3
22
22
 
23
23
  repo=GitLab
24
24
  url=https://gitlab.mservice.com.vn/api/v4/projects/5400/packages/maven
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.155.1-hello.2-debug",
3
+ "version": "0.155.1-hello.3-debug",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},
@@ -77,6 +77,8 @@ build/
77
77
  .run
78
78
 
79
79
  .gitattributes
80
+ .gitlab-ci.yml
81
+ .npmignore.backup
80
82
  EOF
81
83
 
82
84
  echo "📤 Publishing debug version (with compose)..."
package/.gitlab-ci.yml DELETED
@@ -1,15 +0,0 @@
1
- stages:
2
- - build_release_publish
3
-
4
- build_release_publish:
5
- stage: build_release_publish
6
- only:
7
- variables:
8
- - $CI_COMMIT_MESSAGE =~ /\[ci build\]/
9
- except:
10
- variables:
11
- - $CI_COMMIT_REF_NAME =~ /^engine\/w*/
12
- tags:
13
- - momo-publish-package-runner
14
- script:
15
- - sh publish_release.sh
package/.npmignore.backup DELETED
@@ -1,22 +0,0 @@
1
- sample/
2
- gradle/
3
- compose/
4
- build/
5
-
6
- .fleet
7
- .gradle
8
- .idea
9
- .kotlin
10
- .run
11
-
12
- .gitattributes
13
- .gitlab-ci.yml
14
-
15
- README.md
16
- build.gradle.kts
17
- gradle.properties
18
- gradlew
19
- gradlew.bat
20
- local.properties
21
- publish_release.sh
22
- settings.gradle.kts