@tiendanube/cci-test-package 1.0.6 → 2.0.8
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/final_test.txt +1 -0
- package/force-trigger.txt +1 -0
- package/index.js +8 -0
- package/package.json +8 -5
- package/trigger.txt +1 -0
package/final_test.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Final attempt v2.0.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
test-1773419025
|
package/index.js
CHANGED
|
@@ -1 +1,9 @@
|
|
|
1
1
|
console.log('Test CircleCI Package');
|
|
2
|
+
// Trigger CircleCI: Fri Mar 13 00:24:51 -03 2026
|
|
3
|
+
// Dynamic Config Trigger: Fri Mar 13 00:34:16 -03 2026
|
|
4
|
+
// Dynamic Config Trigger: Fri Mar 13 00:35:21 -03 2026
|
|
5
|
+
// Test version 1.7.0: Fri Mar 13 09:17:38 -03 2026
|
|
6
|
+
// Test version 1.7.0: Fri Mar 13 09:20:28 -03 2026
|
|
7
|
+
// Final OIDC Test v1.8.0
|
|
8
|
+
// Final OIDC Test v1.8.0
|
|
9
|
+
// No-context publish test
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tiendanube/cci-test-package",
|
|
3
|
-
"version": "
|
|
4
|
-
"
|
|
5
|
-
|
|
3
|
+
"version": "2.0.8",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/TiendaNube/npm_test.git"
|
|
7
|
+
},
|
|
6
8
|
"publishConfig": {
|
|
7
|
-
"access": "public"
|
|
9
|
+
"access": "public",
|
|
10
|
+
"registry": "https://registry.npmjs.org/"
|
|
8
11
|
}
|
|
9
|
-
}
|
|
12
|
+
}
|
package/trigger.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v2.0.4 - Force Auth
|