@adobe/data 0.2.0 → 0.2.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/data",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Adobe data oriented programming library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": true,
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"lint-fix": "pnpm eslint . --fix",
|
|
118
118
|
"debug": "vitest --inspect-brk --no-file-parallelism --test-timeout 1000000",
|
|
119
119
|
"link": "pnpm build && pnpm link --global",
|
|
120
|
-
"bump": "pnpm version patch --no-git-tag-version && git commit -am 'bumped patch version' && pnpm run publish",
|
|
121
120
|
"pre-commit": "lint-staged",
|
|
121
|
+
"publish-public": "pnpm build && pnpm publish --no-git-checks --access public",
|
|
122
122
|
"perftest": "node dist/perftest/index.js",
|
|
123
123
|
"test": "vitest",
|
|
124
124
|
"asbuild:debug": "asc assembly/index.ts -o dist/assembly/index.wasm --target debug --enable simd && echo built dist/assembly/index.wasm",
|