@ctx-core/core-js 11.0.48 → 11.0.51

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/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.0.51
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/object: ^22.1.9 -> ^22.1.10
8
+ - Updated dependencies
9
+ - @ctx-core/package@9.1.34
10
+
11
+ ## 11.0.50
12
+
13
+ ### Patch Changes
14
+
15
+ - update dependencies
16
+
17
+ ## 11.0.49
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/function: 20.7.1
22
+ - Updated dependencies
23
+ - @ctx-core/object@22.1.8
24
+ - @ctx-core/package@9.1.32
25
+
3
26
  ## 11.0.48
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,51 +1,50 @@
1
1
  {
2
- "name": "@ctx-core/core-js",
3
- "version": "11.0.48",
4
- "description": "ctx-core core-js",
5
- "keywords": [
6
- "ctx-core",
7
- "core-js"
8
- ],
9
- "homepage": "https://github.com/ctx-core/core-js#readme",
10
- "bugs": {
11
- "url": "https://github.com/ctx-core/core-js/issues"
12
- },
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/ctx-core/core-js.git"
16
- },
17
- "license": "Apache-2.0",
18
- "author": "Brian Takita",
19
- "type": "module",
20
- "types": "./lib/index.d.ts",
21
- "exports": {
22
- ".": "./lib/index.js",
23
- "./package.json": "./package.json"
24
- },
25
- "scripts": {
26
- "build": "npm run compile",
27
- "clean": "rimraf lib && npm run clean:tsbuildinfo",
28
- "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
29
- "compile": "npm run compile:source && npm run compile:declaration",
30
- "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
31
- "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
32
- "exec": "$@",
33
- "prepublishOnly": "npm run clean && npm run build"
34
- },
35
- "dependencies": {
36
- "@ctx-core/object": "workspace:^22.1.7",
37
- "@ctx-core/package": "workspace:^9.1.31"
38
- },
39
- "devDependencies": {
40
- "@swc/cli": "^0.1.57",
41
- "@swc/core": "^1.2.171",
42
- "rimraf": "^3.0.2",
43
- "typescript": "next"
44
- },
45
- "publishConfig": {
46
- "access": "public",
47
- "cache": "~/.npm"
48
- },
49
- "svelte": "./lib/index.js",
50
- "sideEffects": false
2
+ "name": "@ctx-core/core-js",
3
+ "version": "11.0.51",
4
+ "description": "ctx-core core-js",
5
+ "keywords": [
6
+ "ctx-core",
7
+ "core-js"
8
+ ],
9
+ "homepage": "https://github.com/ctx-core/core-js#readme",
10
+ "bugs": {
11
+ "url": "https://github.com/ctx-core/core-js/issues"
12
+ },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/ctx-core/core-js.git"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "author": "Brian Takita",
19
+ "type": "module",
20
+ "types": "./lib/index.d.ts",
21
+ "exports": {
22
+ ".": "./lib/index.js",
23
+ "./package.json": "./package.json"
24
+ },
25
+ "dependencies": {
26
+ "@ctx-core/object": "^22.1.10",
27
+ "@ctx-core/package": "^9.1.34"
28
+ },
29
+ "devDependencies": {
30
+ "@swc/cli": "^0.1.57",
31
+ "@swc/core": "^1.2.177",
32
+ "rimraf": "^3.0.2",
33
+ "typescript": "next"
34
+ },
35
+ "publishConfig": {
36
+ "access": "public",
37
+ "cache": "~/.npm"
38
+ },
39
+ "svelte": "./lib/index.js",
40
+ "sideEffects": false,
41
+ "scripts": {
42
+ "build": "npm run compile",
43
+ "clean": "rimraf lib && npm run clean:tsbuildinfo",
44
+ "clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
45
+ "compile": "npm run compile:source && npm run compile:declaration",
46
+ "compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
47
+ "compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
48
+ "exec": "$@"
49
+ }
51
50
  }
Binary file