@mj-biz-apps/common-activity-sync 0.0.0 → 0.0.1

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +8 -3
package/README.md CHANGED
@@ -9,4 +9,7 @@ that does not yet exist on npm, to prevent a partial publish where the rest of t
9
9
  > For each missing package, publish a 0.0.0 placeholder manually before
10
10
  > the automated workflow can take over.
11
11
 
12
+ 0.0.0 was published and then unpublished; npm reserves that exact version for 24h, so this
13
+ placeholder is 0.0.1. The gate only requires that the NAME resolve, not any particular version.
14
+
12
15
  The first real version is **5.37.0**, published by the bizapps-common release.
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@mj-biz-apps/common-activity-sync",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "description": "Placeholder. The real package is published from bizapps-common; see https://github.com/MemberJunction/bizapps-common",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "MemberJunction.com",
7
- "publishConfig": { "access": "public" },
8
- "repository": { "type": "git", "url": "https://github.com/MemberJunction/bizapps-common" }
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/MemberJunction/bizapps-common"
13
+ }
9
14
  }