@productcraft/rally 0.0.1 → 0.0.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@productcraft/rally",
3
- "version": "0.0.1",
4
- "description": "Waitlists & growth experiments \u2014 collect signups and gate access via ProductCraft Rally. Generated from the production OpenAPI spec.",
3
+ "version": "0.0.3",
4
+ "description": "Waitlists & growth experiments collect signups and gate access via ProductCraft Rally. Generated from the production OpenAPI spec.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -21,9 +21,6 @@
21
21
  "engines": {
22
22
  "node": ">=18"
23
23
  },
24
- "scripts": {
25
- "build": "tsup"
26
- },
27
24
  "keywords": [
28
25
  "productcraft",
29
26
  "sdk",
@@ -38,10 +35,14 @@
38
35
  },
39
36
  "homepage": "https://github.com/clauderanelagh/productcraft-node/tree/main/packages/rally",
40
37
  "publishConfig": {
41
- "access": "public"
38
+ "access": "public",
39
+ "provenance": true
42
40
  },
43
41
  "dependencies": {
44
- "@productcraft/core": "workspace:^",
45
- "openapi-fetch": "^0.13.0"
42
+ "openapi-fetch": "^0.13.0",
43
+ "@productcraft/core": "^0.0.3"
44
+ },
45
+ "scripts": {
46
+ "build": "tsup"
46
47
  }
47
- }
48
+ }