taketomarket 2.3.1 → 2.3.2
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.
|
@@ -1,23 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taketomarket",
|
|
3
|
-
"
|
|
4
|
-
"version": "2.3.1",
|
|
5
|
-
"author": {
|
|
3
|
+
"owner": {
|
|
6
4
|
"name": "Rishikesh Ranjan",
|
|
7
5
|
"url": "https://github.com/ranjanrishikesh"
|
|
8
6
|
},
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
7
|
+
"plugins": [
|
|
8
|
+
{
|
|
9
|
+
"name": "taketomarket",
|
|
10
|
+
"source": "./",
|
|
11
|
+
"description": "Marketing OS for developerneurs + solopreneurs — engineers shipping products with zero marketing experience. Spec-driven campaigns with positioning-invariant quality gates.",
|
|
12
|
+
"version": "2.3.2",
|
|
13
|
+
"homepage": "https://www.npmjs.com/package/taketomarket",
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"marketing",
|
|
17
|
+
"campaigns",
|
|
18
|
+
"positioning",
|
|
19
|
+
"quality-gates",
|
|
20
|
+
"agent-skills",
|
|
21
|
+
"developerneurs",
|
|
22
|
+
"solopreneurs",
|
|
23
|
+
"gtm",
|
|
24
|
+
"indie-hackers"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
22
27
|
]
|
|
23
28
|
}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taketomarket",
|
|
3
|
-
"
|
|
3
|
+
"displayName": "taketomarket",
|
|
4
|
+
"version": "2.3.2",
|
|
4
5
|
"description": "Marketing OS for developerneurs and solopreneurs. Built for engineers shipping products with zero marketing experience required. Spec-driven campaigns with positioning-as-invariant enforcement and quality gate walls.",
|
|
5
6
|
"author": {
|
|
6
|
-
"name": "
|
|
7
|
+
"name": "Rishikesh Ranjan",
|
|
8
|
+
"url": "https://github.com/ranjanrishikesh"
|
|
7
9
|
},
|
|
10
|
+
"homepage": "https://github.com/ranjanrishikesh/taketomarket",
|
|
11
|
+
"repository": "https://github.com/ranjanrishikesh/taketomarket",
|
|
8
12
|
"license": "MIT",
|
|
9
13
|
"keywords": ["marketing", "campaigns", "positioning", "quality-gates", "agent-skills"]
|
|
10
14
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taketomarket",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2",
|
|
4
4
|
"description": "Marketing OS for developerneurs and solopreneurs. Built for engineers shipping products with zero marketing experience required. Spec-driven campaigns with positioning-as-invariant enforcement and quality gate walls.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|