@private.me/xbind 1.2.1 → 1.2.15
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/README.md +1 -1
- package/dist-standalone/cli/init.js +0 -0
- package/package.json +13 -14
- package/share1.dat +0 -0
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# @private.me/xbind
|
|
2
2
|
|
|
3
3
|

|
|
4
|
-

|
|
5
5
|

|
|
6
6
|

|
|
7
7
|

|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@private.me/xbind",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.15",
|
|
4
4
|
"description": "Identity-based M2M authentication (Contains encryption - export restrictions apply)",
|
|
5
5
|
"license": "Proprietary",
|
|
6
6
|
"author": "Private.Me Contributors",
|
|
@@ -47,18 +47,6 @@
|
|
|
47
47
|
"AGENTS.md",
|
|
48
48
|
"llms.txt"
|
|
49
49
|
],
|
|
50
|
-
"scripts": {
|
|
51
|
-
"build": "pnpm clean:xbind && node scripts/build-with-deps.mjs && node generate-shares.mjs",
|
|
52
|
-
"clean:xbind": "rm -rf dist dist-standalone .turbo",
|
|
53
|
-
"obfuscate": "echo 'Obfuscation skipped - core IP already protected in crypto package'",
|
|
54
|
-
"lint": "eslint src/",
|
|
55
|
-
"typecheck": "tsc --noEmit",
|
|
56
|
-
"test": "vitest run",
|
|
57
|
-
"test:coverage": "vitest run --coverage",
|
|
58
|
-
"clean": "rm -rf dist dist-standalone .turbo",
|
|
59
|
-
"prepublish-check": "bash scripts/prepublish-check.sh",
|
|
60
|
-
"prepublishOnly": "node -e \"const pkg=require('./package.json');if(pkg.license!=='Proprietary'){console.error('❌ package.json license must be: Proprietary');process.exit(1)}\" && bash ../../scripts/gold-automation.sh $(pwd) && bash ../../scripts/hooks/prepublish-crypto-check.sh && bash ../../scripts/hooks/prepublish-tarball-validation.sh $(pwd)"
|
|
61
|
-
},
|
|
62
50
|
"dependencies": {
|
|
63
51
|
"bonjour-service": "^1.3.0",
|
|
64
52
|
"mlkem": "^2.7.0",
|
|
@@ -75,5 +63,16 @@
|
|
|
75
63
|
"#deps/xchange": "./dist-standalone/_deps/xchange/index.js",
|
|
76
64
|
"#deps/ux-helpers": "./dist-standalone/_deps/ux-helpers/index.js",
|
|
77
65
|
"#deps/xregistry": "./dist-standalone/_deps/xregistry/index.js"
|
|
66
|
+
},
|
|
67
|
+
"scripts": {
|
|
68
|
+
"build": "pnpm clean:xbind && node scripts/build-with-deps.mjs && node generate-shares.mjs",
|
|
69
|
+
"clean:xbind": "rm -rf dist dist-standalone .turbo",
|
|
70
|
+
"obfuscate": "echo 'Obfuscation skipped - core IP already protected in crypto package'",
|
|
71
|
+
"lint": "eslint src/",
|
|
72
|
+
"typecheck": "tsc --noEmit",
|
|
73
|
+
"test": "vitest run",
|
|
74
|
+
"test:coverage": "vitest run --coverage",
|
|
75
|
+
"clean": "rm -rf dist dist-standalone .turbo",
|
|
76
|
+
"prepublish-check": "bash scripts/prepublish-check.sh"
|
|
78
77
|
}
|
|
79
|
-
}
|
|
78
|
+
}
|
package/share1.dat
CHANGED
|
Binary file
|