i18n-keyless-node 1.10.6 → 1.11.0
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/dist/{packages/core → core}/package.json +1 -1
- package/dist/node/package.json +27 -0
- package/dist/{packages/node → node}/service.js +1 -1
- package/package.json +1 -1
- package/dist/package.json +0 -24
- /package/dist/{packages/core → core}/api.d.ts +0 -0
- /package/dist/{packages/core → core}/api.js +0 -0
- /package/dist/{packages/core → core}/index.d.ts +0 -0
- /package/dist/{packages/core → core}/index.js +0 -0
- /package/dist/{packages/core → core}/my-pqueue.d.ts +0 -0
- /package/dist/{packages/core → core}/my-pqueue.js +0 -0
- /package/dist/{packages/core → core}/service.d.ts +0 -0
- /package/dist/{packages/core → core}/service.js +0 -0
- /package/dist/{packages/core → core}/types.d.ts +0 -0
- /package/dist/{packages/core → core}/types.js +0 -0
- /package/dist/{packages/node → node}/index.d.ts +0 -0
- /package/dist/{packages/node → node}/index.js +0 -0
- /package/dist/{packages/node → node}/service.d.ts +0 -0
- /package/dist/{packages/node → node}/types.d.ts +0 -0
- /package/dist/{packages/node → node}/types.js +0 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "i18n-keyless-node",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "1.11.0",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.js",
|
|
7
|
+
"module": "./dist/index.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"prepublishOnly": "rm -rf ./dist && tsc --project tsconfig.json && npm pack",
|
|
14
|
+
"test": "echo 'no test for node'",
|
|
15
|
+
"postpublish": "rm -rf ./dist && rm *.tgz"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"i18n-keyless-core": "latest"
|
|
19
|
+
},
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@eslint/js": "^9.9.0",
|
|
22
|
+
"@types/node": "^22.5.5",
|
|
23
|
+
"eslint": "^9.9.0",
|
|
24
|
+
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
|
25
|
+
"eslint-plugin-react-refresh": "^0.4.9"
|
|
26
|
+
}
|
|
27
|
+
}
|
package/package.json
CHANGED
package/dist/package.json
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "i18n-keyless",
|
|
3
|
-
"private": false,
|
|
4
|
-
"type": "module",
|
|
5
|
-
"version": "1.10.6",
|
|
6
|
-
"workspaces": [
|
|
7
|
-
"packages/*"
|
|
8
|
-
],
|
|
9
|
-
"scripts": {
|
|
10
|
-
"build": "npm run build:core && npm run build:react",
|
|
11
|
-
"build:core": "npm run build:lib --workspace=i18n-keyless-core",
|
|
12
|
-
"build:react": "npm run build:lib --workspace=i18n-keyless-react",
|
|
13
|
-
"clean": "npm run clean:core && npm run clean:react",
|
|
14
|
-
"clean:core": "rm -rf packages/core/dist",
|
|
15
|
-
"clean:react": "rm -rf packages/react/dist",
|
|
16
|
-
"test": "npm run test --workspace=i18n-keyless-react",
|
|
17
|
-
"test:watch": "npm run test:watch --workspace=i18n-keyless-react",
|
|
18
|
-
"test:coverage": "npm run test:coverage --workspace=i18n-keyless-react"
|
|
19
|
-
},
|
|
20
|
-
"devDependencies": {
|
|
21
|
-
"typescript": "^5.5.3",
|
|
22
|
-
"typescript-eslint": "^8.0.1"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|